QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#791789 | #5473. Move One Coin | MEshooter | Compile Error | / | / | C++20 | 114b | 2024-11-28 20:54:43 | 2024-11-28 20:54:44 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
int main(){
cout << "0 499\n497 1\n << endl;
return 0;
}
詳細信息
answer.code:4:13: warning: missing terminating " character 4 | cout << "0 499\n497 1\n << endl; | ^ answer.code:4:13: error: missing terminating " character 4 | cout << "0 499\n497 1\n << endl; | ^~~~~~~~~~~~~~~~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:5:5: error: expected primary-expression before ‘return’ 5 | return 0; | ^~~~~~