QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#733743 | #5420. Inscryption | ZhaoZiLong | Compile Error | / | / | C++23 | 869b | 2024-11-10 20:48:15 | 2024-11-10 20:48:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:16:29: error: expected ‘;’ before ‘}’ token 16 | if (sum < 0) ok = 0 | ^ | ; 17 | } | ~