QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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]);) | ^