4 条题解

  • 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
          难度
          1
          标签
          (无)
          递交数
          226
          已通过
          152
          上传者