QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45656 | #4565. Rarest Insects | HuangHanSheng | Compile Error | / | / | C++17 | 1.5kb | 2022-08-24 14:05:17 | 2022-08-24 14:05:19 |
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:15:9: error: ‘move_inside’ was not declared in this scope 15 | move_inside(front); | ^~~~~~~~~~~ answer.code:24:23: error: ‘press_button’ was not declared in this scope 24 | int res = press_button(); | ^~~~~~~~~~~~ answer.code:28:17: error: ‘move_outside’ was not declared in this scope 28 | move_outside(current_pos); | ^~~~~~~~~~~~ answer.code:39:13: error: ‘move_outside’ was not declared in this scope 39 | move_outside(erased[i]); | ^~~~~~~~~~~~