QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#45544 | #4565. Rarest Insects | ZhangYiDe | Compile Error | / | / | C++17 | 1.3kb | 2022-08-24 12:35:13 | 2022-08-24 12:35:15 |
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:43:17: error: ‘move_inside’ was not declared in this scope 43 | move_inside(i); | ^~~~~~~~~~~ answer.code:44:25: error: ‘press_button’ was not declared in this scope 44 | int ans=press_button(); | ^~~~~~~~~~~~ answer.code:51:41: error: ‘move_outside’ was not declared in this scope 51 | move_outside(j); | ^~~~~~~~~~~~ answer.code:56:41: error: ‘move_outside’ was not declared in this scope 56 | move_outside(j); | ^~~~~~~~~~~~