QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#348194 | #8338. Quad Kingdoms Chess | ucup-team1348# | Compile Error | / | / | C++20 | 2.7kb | 2024-03-09 17:25:20 | 2024-03-09 17:25:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In member function ‘SegTree::Node SegTree::Node::prepend(const SegTree::Node&) const’: answer.code:26:25: error: ‘asser’ was not declared in this scope; did you mean ‘assert’? 26 | asser(lo.first > 0); | ^~~~~ | assert