QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#348711 | #8338. Quad Kingdoms Chess | ucup-team221# | Compile Error | / | / | C++14 | 2.2kb | 2024-03-09 20:39:49 | 2024-03-09 20:39:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:139:1: error: expected identifier before ‘}’ token 139 | }; | ^ answer.code:139:1: error: expected ‘,’ or ‘...’ before ‘}’ token answer.code:138:53: error: expected ‘)’ before ‘}’ token 138 | ULL get(int tl, int tr, int v, int l, int r, | ~ ^ | ) 139 | }; | ~ answer.code:138:52: error: expected ‘;’ at end of member declaration 138 | ULL get(int tl, int tr, int v, int l, int r, | ^ | ;