QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#638868#6607. Rise of Shadowsucup-team4645#Compile Error//C++23767b2024-10-13 17:08:502024-10-13 17:08:53

詳細信息

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)
      |                                                ^