QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#197349#7502. Painting the RoadswaifuSenpaiCompile Error//C++172.8kb2023-10-02 14:56:552023-10-02 14:56:55

详细

answer.code: In function ‘void dfs(int, int, int)’:
answer.code:48:59: error: ‘mi’ was not declared in this scope; did you mean ‘i’?
   48 |                                 if (abs(i + j) % 2 != abs(mi) % 2) {
      |                                                           ^~
      |                                                           i