简简单单 的 题解
2025-06-14 17:01:50
发布于:浙江
15阅读
0回复
0点赞
#include <bits/stdc++.h>
using namespace std;
int main(){
cout<<"Nice to meet you"<<endl;
cout<<"Nice to meet you too"<<endl;
return 0;
}
全部评论 3
#include <bits/stdc++.h> using namespace std; int main(){ cout<<"Nice to meet you\nNice to meet you too"<<endl; return 0; }
2025-06-14 来自 浙江
0也可以
2025-06-14 来自 浙江
0
各位
2025-06-14 来自 浙江
0简单吧
2025-06-14 来自 浙江
0
有帮助,赞一个