QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#305136 | #5161. Last Guess | waifuSenpai | Compile Error | / | / | C++20 | 5.9kb | 2024-01-14 18:55:19 | 2024-01-14 18:55:19 |
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:195:5: error: ‘asserr’ was not declared in this scope; did you mean ‘assert’? 195 | asserr(size(fix_ans) + flow.flow() == n); | ^~~~~~ | assert