QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#465854 | #7179. Fischer's Chess Guessing Game | ucup-team4347 | Compile Error | / | / | C++23 | 3.6kb | 2024-07-07 12:05:58 | 2024-07-07 12:05:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int query(std::string)’: answer.code:33:23: error: ‘ans’ was not declared in this scope; did you mean ‘abs’? 33 | match = get_match(ans, s); | ^~~ | abs