QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#638868 | #6607. Rise of Shadows | ucup-team4645# | Compile Error | / | / | C++23 | 767b | 2024-10-13 17:08:50 | 2024-10-13 17:08:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:25:48: error: ‘N’ was not declared in this scope 25 | if(H % 2 == 0 && M % 2 == 0 && N > M) | ^ answer.code:30:48: error: ‘N’ was not declared in this scope 30 | if(H % 2 == 0 && M % 2 == 0 && N < M) | ^