Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
51009 | zhangweiran | Hello,World! | C++ | 解答错误 | 0 MS | 240 KB | 204 | 2024-09-16 18:23:06 |
#include<iostream> using namespace std; int main() { cout<<"hello,world!"; cout<<"My name is Henry."; cout<<"I like yellow."; cout<<"I like playing football."; return 0; }