QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#805753 | #9807. Make Them Believe | ucup-team1565# | Compile Error | / | / | C++23 | 1.7kb | 2024-12-08 18:23:29 | 2024-12-08 18:23:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int32_t main()’: answer.code:46:13: error: ‘cell’ was not declared in this scope; did you mean ‘ceill’? 46 | for(cell = 0; cell < 4; cell++) { | ^~~~ | ceill answer.code:51:29: error: expected ‘;’ before ‘)’ token 51 | for(mask & k) { | ^ | ; answer.code:55:13: error: expected primary-expression before ‘}’ token 55 | } | ^ answer.code:54:32: error: expected ‘)’ before ‘}’ token 54 | tmp[cell] ^= 1; | ^ | ) 55 | } | ~ answer.code:51:20: note: to match this ‘(’ 51 | for(mask & k) { | ^ answer.code:55:13: error: expected primary-expression before ‘}’ token 55 | } | ^