QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#45656#4565. Rarest InsectsHuangHanShengCompile Error//C++171.5kb2022-08-24 14:05:172022-08-24 14:05:19

Details

answer.code: In function ‘int min_cardinality(int)’:
answer.code:15:9: error: ‘move_inside’ was not declared in this scope
   15 |         move_inside(front);
      |         ^~~~~~~~~~~
answer.code:24:23: error: ‘press_button’ was not declared in this scope
   24 |             int res = press_button();
      |                       ^~~~~~~~~~~~
answer.code:28:17: error: ‘move_outside’ was not declared in this scope
   28 |                 move_outside(current_pos);
      |                 ^~~~~~~~~~~~
answer.code:39:13: error: ‘move_outside’ was not declared in this scope
   39 |             move_outside(erased[i]);
      |             ^~~~~~~~~~~~