竞赛
考级
print("Hello world")
Leo
#include <bits/stdc++.h> using namespace std; int main(){ cout << "Hello world"; return 0; }
________________
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello world"<<endl; return 0; }
爱学C++的MC爱玩MC的c++
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello world"; return 0; }
漆皓宁
(太难了兄弟们,我做了114514毫秒才做出来)
枫岚
#include <iostream> using namespace std; int main(){ cout<<"Hello world"; }
奶龙
黑客_天之神_ZDZL_zsy
C++ #include<bits/stdc++.h> using namespace std; int main(){ cout<<"Hello world"; return 0; } Python print("Hello world");
刺客伍六七
#include<iostream> using namespace std; int main(){ int a[110][110],b[110][110]; int n,m; cin>>n>>m; for(int i = 1;i<=n;i++){ for(int j = 1;j<=m;j++){ cin>>a[i][j]; } } for(int i = 1;i<=n;i++){ for(int j = 1;j<=m;j++){ cin>>b[i][j]; } } for(int i = 1;i<=n;i++){ for(int j = 1;j<=m;j++){ cout<<a[i][j]+b[i][j]<<" "; } cout<<endl; } return 0; }
天之神-四月
#include <iostream> using namespace std; int main() { cout<<"Hello world"; }
有事找大号
#include<iostream> using namespace std; int main(){ cout<<"Hello world"; return 0; }
爱编程的人
༺ཌༀ元气满满ༀད༻
私密马赛
#include <iostream> using namespace std; int main() { cout<<"Hello world"<<endl; return 0; }
杨博乐
#include <iostream> using namespace std; int main(){ cout<<"Hello world"; return 0; }
ACGO伤感
#include<iostream> using namespace std; int main(){ printf("Hello world"); return 0; }
LCH
#include <iostream> using namespace std; int main() { cout <<" "<<endl; cout <<" * "<<endl; cout <<" * "<<endl; cout <<"****"<<endl; }
WA君
共74条