QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45508 | #4565. Rarest Insects | GuanYunchang | Compile Error | / | / | C++17 | 2.3kb | 2022-08-24 12:04:23 | 2022-08-24 12:04:44 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int min_cardinality(int)’: answer.code:79:17: error: ‘move_inside’ was not declared in this scope 79 | move_inside(i); | ^~~~~~~~~~~ answer.code:88:36: error: ‘press_button’ was not declared in this scope 88 | int temp = press_button(); | ^~~~~~~~~~~~ answer.code:89:42: error: ‘move_outside’ was not declared in this scope 89 | if (ans == temp) move_outside(j); | ^~~~~~~~~~~~