QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#45541 | #4565. Rarest Insects | MaMengQi | Compile Error | / | / | C++17 | 1.6kb | 2022-08-24 12:33:44 | 2022-08-24 12:33:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int determine(int, int)’: answer.code:20:9: error: ‘move_inside’ was not declared in this scope 20 | move_inside(i); | ^~~~~~~~~~~ answer.code:23:14: error: ‘press_button’ was not declared in this scope 23 | if ( press_button() > limit ) { | ^~~~~~~~~~~~ answer.code:24:13: error: ‘move_outside’ was not declared in this scope 24 | move_outside(i); | ^~~~~~~~~~~~ answer.code:32:13: error: ‘move_outside’ was not declared in this scope 32 | move_outside(i); | ^~~~~~~~~~~~