QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#45541#4565. Rarest InsectsMaMengQiCompile Error//C++171.6kb2022-08-24 12:33:442022-08-24 12:33:46

詳細信息

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);
      |             ^~~~~~~~~~~~