Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
50707 | wangyongxi | Hello,World! | C++ | 解答错误 | 0 MS | 232 KB | 92 | 2024-09-08 15:15:54 |
using namespace std; int main(){ cout<<"Hello,World"; return 0; }
Hello,World
Hello,World!
exit code: 0, checker exit code: 0