QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#45658#4565. Rarest InsectsMaMengQiCompile Error//C++172.8kb2022-08-24 14:07:412022-08-24 14:07:47

详细

answer.code: In function ‘int min_cardinality(int)’:
answer.code:87:5: error: ‘move_inside’ was not declared in this scope
   87 |     move_inside(0);
      |     ^~~~~~~~~~~
answer.code:88:15: error: ‘press_button’ was not declared in this scope
   88 |     int res = press_button();
      |               ^~~~~~~~~~~~
answer.code:89:5: error: ‘move_outside’ was not declared in this scope
   89 |     move_outside(0);
      |     ^~~~~~~~~~~~