QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#45648#4565. Rarest InsectsZhangYiDeCompile Error//C++172.6kb2022-08-24 13:57:252022-08-24 13:57:31

詳細信息

answer.code: In function ‘int min_cardinality(int)’:
answer.code:57:13: error: ‘move_inside’ was not declared in this scope
   57 |             move_inside(current_pos);
      |             ^~~~~~~~~~~
answer.code:58:23: error: ‘press_button’ was not declared in this scope
   58 |             int res = press_button();
      |                       ^~~~~~~~~~~~
answer.code:62:17: error: ‘move_outside’ was not declared in this scope
   62 |                 move_outside(current_pos);
      |                 ^~~~~~~~~~~~
answer.code:73:13: error: ‘move_outside’ was not declared in this scope
   73 |             move_outside(erased[i]);
      |             ^~~~~~~~~~~~