QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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 | } | ^