QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#638857 | #6607. Rise of Shadows | ucup-team4645# | Compile Error | / | / | C++23 | 661b | 2024-10-13 17:06:12 | 2024-10-13 17:06:12 |
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:20: error: ‘N’ was not declared in this scope 25 | if(N % 2 == 0 && M % 2 == 0) | ^