题解
2025-08-13 15:22:56
发布于:浙江
1阅读
0回复
0点赞
c++
#include<bits/stdc++.h>
using namespace std;
int main(){
cout << "Nice to meet you" << endl << "Nice to meet you too";
return 0;
}
Python
print("Nice to meet you\nNice to meet you too")
这里空空如也
有帮助,赞一个