QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#45649#4565. Rarest InsectsZhaoZiLongCompile Error//C++172.6kb2022-08-24 13:59:152022-08-24 13:59:18

Details

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