QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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) { | ^~