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