QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#45648 | #4565. Rarest Insects | ZhangYiDe | Compile Error | / | / | C++17 | 2.6kb | 2022-08-24 13:57:25 | 2022-08-24 13:57:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int min_cardinality(int)’: answer.code:57:13: error: ‘move_inside’ was not declared in this scope 57 | move_inside(current_pos); | ^~~~~~~~~~~ answer.code:58:23: error: ‘press_button’ was not declared in this scope 58 | int res = press_button(); | ^~~~~~~~~~~~ answer.code:62:17: error: ‘move_outside’ was not declared in this scope 62 | move_outside(current_pos); | ^~~~~~~~~~~~ answer.code:73:13: error: ‘move_outside’ was not declared in this scope 73 | move_outside(erased[i]); | ^~~~~~~~~~~~