QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#474503 | #8338. Quad Kingdoms Chess | ZhangYiDe | Compile Error | / | / | C++17 | 3.8kb | 2024-07-12 19:23:04 | 2024-07-12 19:23:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:121:12: error: unterminated comment 121 | cout <</* " | " << (query(1, 1, n[0], n[0], 0) % P == query(1, 1, n[1], n[1], 1) ? "YES\n" : "NO\n"); | ^ answer.code: In function ‘int main()’: answer.code:121:12: error: expected primary-expression at end of input answer.code:121:12: error: expected ‘}’ at end of input answer.code:115:29: note: to match this ‘{’ 115 | for (int op, x, v; q--; ) { | ^ answer.code:121:12: error: expected ‘}’ at end of input 121 | cout <</* " | " << (query(1, 1, n[0], n[0], 0) % P == query(1, 1, n[1], n[1], 1) ? "YES\n" : "NO\n"); | ^ answer.code:97:15: note: to match this ‘{’ 97 | signed main() { | ^