| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 130249 | 杨启宏 | 输出“Hello World” | C++ | Wrong Answer | 1 MS | 256 KB | 294 | 2025-09-09 19:59:09 |
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ cout<<"Hello World"; return 0; }
------Input------
0
------Answer-----
Hello World!
------Your output-----
Hello World