QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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()) | ^