QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45538 | #4565. Rarest Insects | GuanYunchang | Compile Error | / | / | C++17 | 547b | 2022-08-24 12:28:37 | 2022-08-24 12:28:38 |
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:18:25: error: ‘move_inside’ was not declared in this scope 18 | move_inside(i); | ^~~~~~~~~~~ answer.code:20:41: error: ‘press_button’ was not declared in this scope 20 | int x = press_button(); | ^~~~~~~~~~~~ answer.code:26:41: error: ‘move_outside’ was not declared in this scope 26 | move_outside(i); | ^~~~~~~~~~~~