竞赛
考级
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello world" ; }
回来看看
#include <iostream> using namespace std; int main(){ cout << "Hello world" ; return 0; }
璃光(仆茜双厨)
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello world"; }
菜
共103条
提交答案之后,这里将显示提交结果~