QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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(); | ^~~~~~~~~~~~