QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#45595#4565. Rarest InsectsZhangYiDeCompile Error//C++23530b2022-08-24 13:21:292022-08-24 13:21:31

Details

answer.code: In function ‘int min_cardinality(int)’:
answer.code:17:25: error: ‘move_inside’ was not declared in this scope
   17 |                         move_inside(i);
      |                         ^~~~~~~~~~~
answer.code:19:41: error: ‘press_button’ was not declared in this scope
   19 |                                 int x = press_button();
      |                                         ^~~~~~~~~~~~
answer.code:25:41: error: ‘move_outside’ was not declared in this scope
   25 |                                         move_outside(i);
      |                                         ^~~~~~~~~~~~