2 条题解

  • 1
    @ 2023-9-3 21:09:54
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	 cout<<"Nice to meet you"<<endl<<"Nice to meet you too";
    	return 0;
    }
    
    • 1
      @ 2022-10-16 19:36:25

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

      return 0; }

      • 1

      信息

      ID
      479
      时间
      1000ms
      内存
      256MiB
      难度
      3
      标签
      (无)
      递交数
      52
      已通过
      28
      上传者