QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45648 | #4565. Rarest Insects | ZhangYiDe | Compile Error | / | / | C++17 | 2.6kb | 2022-08-24 13:57:25 | 2022-08-24 13:57:31 |
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:57:13: error: ‘move_inside’ was not declared in this scope 57 | move_inside(current_pos); | ^~~~~~~~~~~ answer.code:58:23: error: ‘press_button’ was not declared in this scope 58 | int res = press_button(); | ^~~~~~~~~~~~ answer.code:62:17: error: ‘move_outside’ was not declared in this scope 62 | move_outside(current_pos); | ^~~~~~~~~~~~ answer.code:73:13: error: ‘move_outside’ was not declared in this scope 73 | move_outside(erased[i]); | ^~~~~~~~~~~~