A49018.见到你很高兴
2026-02-08 21:17:02
发布于:河北
0阅读
0回复
0点赞
解题思路
好像用不着解题思路了,直接输出两行就行了
注意需要换行,可以输出 " /n " 或者使用 endl
代码
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << "Nice to meet you" << endl;
cout << "Nice to meet you too" << endl;
return 0;
}
这里空空如也








有帮助,赞一个