时间限制: 1000 ms 内存限制: 32768 KB
提交数: 60213 通过数: 30673
【题目描述】
输出著名短句"hello world"。
【输入】
无
【输出】
输出"hello world"。
【输入样例】
无
【输出样例】
hello world
【代码】
#include<iostream>
using namespace std;
int main(){
cout<<"hello world";
return 0;
}
3003

被折叠的 条评论
为什么被折叠?



