QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#638866 | #6607. Rise of Shadows | ucup-team4645# | Compile Error | / | / | C++23 | 767b | 2024-10-13 17:08:28 | 2024-10-13 17:08:34 |
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: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) | ^