Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
11219 | qihaosen | Hello,World! | C++ | 编译错误 | 0 MS | 0 KB | 181 | 2023-03-05 19:29:11 |
#include <iostream> using namespace std; int main() { cout<<"hello,word!"; my name is a cc; I like play football; I am a football fan; return 0; }