QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#428885#4826. Find the Partsucup-team2262#Compile Error//C++145.6kb2024-06-01 22:48:172024-06-01 22:48:18

详细

answer.code: In function ‘void solv()’:
answer.code:184:17: error: expected ‘;’ before ‘int’
  184 |                 int ii = vv[0].fi;
      |                 ^~~
answer.code:186:44: error: ‘ii’ was not declared in this scope; did you mean ‘fi’?
  186 |                 for (int tt = 0; tt < sz(u[ii][jj][a[x + ii][y + jj]]); ++tt)
      |                                            ^~
answer.code:5:22: note: in definition of macro ‘sz’
    5 | #define sz(x) ((int)(x).size())
      |                      ^