竞赛
考级
两行题解(简单)
不用万能头
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Nice to meet you"<<endl;//别忘记换行 cout<<"Nice to meet you too"; return 0; }
1
c++ Python
提交答案之后,这里将显示提交结果~