4 solutions
- 1
Information
- ID
- 1
- Time
- 1000ms
- Memory
- 32MiB
- Difficulty
- 7
- Tags
- # Submissions
- 172
- Accepted
- 39
- Uploaded By
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<"hello world";
}
#include #include using namespace std; int main(){ cout<<"hello world"; return 0; }
#include<iostream>
using namespace std;
int main(){
cout<<"hello world";
}//简单。
By signing up a ZXOJ universal account, you can submit code and join discussions in all online judging services provided by us.