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