5 条题解

  • 0
    @ 2026-7-8 15:39:22
    #include <bits/stdc++.h>
    using namespace std;
    
    int main() {
    	int b = 2200, a = 4396;
    	cout << "Nice to meet you" << endl;
    	cout << "Nice to meet you too";
    	return 0;
    }
    
    
    
    • 0
      @ 2026-5-21 21:03:29

      #include <bits/stdc++.h> using namespace std;

      int main() {

      cout << "Nice to meet you" << endl; cout << "Nice to meet you too" << endl; 
      return 0;
      

      }

      • 0
        @ 2026-5-17 10:14:03

        #include <bits/stdc++.h> using namespace std; int main(){ cout<<"Nice to meet you"<<endl; cout<<"Nice to meet you too"<<endl; }

        • 0
          @ 2026-5-16 11:08:48

          #include <bits/stdc++.h> using namespace std;

          int main() { cout << "Nice to meet you" << endl; cout << "Nice to meet you too" << endl; return 0; }

          • 0
            @ 2026-5-16 10:43:59

            #include <bits/stdc++.h> using namespace std;

            int main() { cout<<"Nice to meet you"<<endl; cout<<"Nice to meet you too"<<endl;

            return 0;
            

            }

            • 1

            信息

            ID
            18205
            时间
            1000ms
            内存
            256MiB
            难度
            2
            标签
            (无)
            递交数
            309
            已通过
            197
            上传者