QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#733741 | #5420. Inscryption | ZhaoZiLong | Compile Error | / | / | C++23 | 869b | 2024-11-10 20:47:34 | 2024-11-10 20:47:35 |
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:11:6: error: ‘book’ was not declared in this scope; did you mean ‘bool’? 11 | book ok = 1; | ^~~~ | bool answer.code:16:23: error: ‘ok’ was not declared in this scope 16 | if (sum < 0) ok = 0 | ^~ answer.code:19:11: error: ‘ok’ was not declared in this scope 19 | if (!ok) { | ^~