QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#45535 | #4565. Rarest Insects | GuanYunchang | Compile Error | / | / | C++17 | 516b | 2022-08-24 12:25:42 | 2022-08-24 12:25:46 |
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:19:41: error: ‘press_button’ was not declared in this scope 19 | int x = press_button(); | ^~~~~~~~~~~~ answer.code:25:41: error: ‘move_outside’ was not declared in this scope 25 | move_outside(i); | ^~~~~~~~~~~~