3 solutions
Information
- ID
- 115
- Time
- 1000ms
- Memory
- 32MiB
- Difficulty
- 4
- Tags
- # Submissions
- 112
- Accepted
- 50
- Uploaded By
此题考察的知识点很基础,只需输出 hello world 即可。
#include <bits/stdc++.h>
using namespace std;
int main() {
cout<<"hello world";
return 0;
}
温馨提示:不要直接拿洛谷上的直接交