QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#45664#4565. Rarest InsectsZhaoZiLongCompile Error//C++172.0kb2022-08-24 14:11:472022-08-24 14:13:39

詳細信息

answer.code: In function ‘int min_cardinality(int)’:
answer.code:54:5: error: ‘move_inside’ was not declared in this scope
   54 |     move_inside(i);
      |     ^~~~~~~~~~~
answer.code:55:15: error: ‘press_button’ was not declared in this scope
   55 |     int res = press_button();
      |               ^~~~~~~~~~~~
answer.code:56:5: error: ‘move_outside’ was not declared in this scope
   56 |     move_outside(i);
      |     ^~~~~~~~~~~~