QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#45658 | #4565. Rarest Insects | MaMengQi | Compile Error | / | / | C++17 | 2.8kb | 2022-08-24 14:07:41 | 2022-08-24 14:07:47 |
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:87:5: error: ‘move_inside’ was not declared in this scope 87 | move_inside(0); | ^~~~~~~~~~~ answer.code:88:15: error: ‘press_button’ was not declared in this scope 88 | int res = press_button(); | ^~~~~~~~~~~~ answer.code:89:5: error: ‘move_outside’ was not declared in this scope 89 | move_outside(0); | ^~~~~~~~~~~~