QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#428885 | #4826. Find the Parts | ucup-team2262# | Compile Error | / | / | C++14 | 5.6kb | 2024-06-01 22:48:17 | 2024-06-01 22:48:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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()) | ^