QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#45667#4565. Rarest InsectsZhaoZiLongCompile Error//C++17787b2022-08-24 14:12:292022-08-24 14:17:01

詳細信息

answer.code: In function ‘int min_cardinality(int)’:
answer.code:15:9: error: ‘move_inside’ was not declared in this scope
   15 |         move_inside(i);
      |         ^~~~~~~~~~~
answer.code:20:25: error: ‘press_button’ was not declared in this scope
   20 |             int press = press_button();
      |                         ^~~~~~~~~~~~
answer.code:25:13: error: ‘move_outside’ was not declared in this scope
   25 |             move_outside(j);
      |             ^~~~~~~~~~~~
answer.code:27:9: error: ‘move_outside’ was not declared in this scope
   27 |         move_outside(i);
      |         ^~~~~~~~~~~~