QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45664 | #4565. Rarest Insects | ZhaoZiLong | Compile Error | / | / | C++17 | 2.0kb | 2022-08-24 14:11:47 | 2022-08-24 14:13:39 |
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:54:5: error: ‘move_inside’ was not declared in this scope 54 | move_inside(i); | ^~~~~~~~~~~ answer.code:55:15: error: ‘press_button’ was not declared in this scope 55 | int res = press_button(); | ^~~~~~~~~~~~ answer.code:56:5: error: ‘move_outside’ was not declared in this scope 56 | move_outside(i); | ^~~~~~~~~~~~