QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#537756 | #4565. Rarest Insects | egypt_ioi2024_01# | Compile Error | / | / | C++23 | 728b | 2024-08-30 18:04:00 | 2024-08-30 18:04:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void clear()’: answer.code:9:13: error: ‘move_outside’ was not declared in this scope 9 | move_outside(i); | ^~~~~~~~~~~~ answer.code: In function ‘int coun(int)’: answer.code:18:9: error: ‘move_inside’ was not declared in this scope 18 | move_inside(i); | ^~~~~~~~~~~ answer.code:20:12: error: ‘press_button’ was not declared in this scope 20 | if(press_button()>lim){ | ^~~~~~~~~~~~ answer.code:22:13: error: ‘move_outside’ was not declared in this scope 22 | move_outside(); | ^~~~~~~~~~~~