QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#598548 | #9417. Palindromic Polygon | ucup-team5101# | Compile Error | / | / | C++20 | 1.2kb | 2024-09-28 22:22:27 | 2024-09-28 22:22:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:47:97: error: expected ‘)’ before ‘;’ token 47 | g[i][j] = max(g[i][j], d[i][k] + ccw(p[i + k], p[i + j]);) | ~ ^ | ) answer.code:47:98: error: expected primary-expression before ‘)’ token 47 | g[i][j] = max(g[i][j], d[i][k] + ccw(p[i + k], p[i + j]);) | ^