#include <iostream> using namespace std; int main(){ cout << "hello world" << endl; return 0; }
请注意,OJ区分大小写和空格与逗号的区别! 您也可以编写一篇题解,就像这样粘贴代码
```cpp AC代码😎 ```
#include<iostream> using namespace std; int main(){ cout<<"Hello World"; return 0; }
註冊一個 YZOJ 通用賬戶,您就可以在我們提供的所有線上評測服務上提交程式碼、參與討論。
使用您的 YZOJ 通用賬戶