- 【例2.1】Hello World
ppt
- 2024-12-25 17:06:18 @
#include using namespace std; int main(){ cout<<"hello world"; return 0; }
0 条评论
目前还没有评论...
信息
- ID
- 949
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 1
- 标签
- 递交数
- 367
- 已通过
- 94
- 上传者
#include using namespace std; int main(){ cout<<"hello world"; return 0; }