QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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;
}
Details
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; | ^~~~~~