QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#45544#4565. Rarest InsectsZhangYiDeCompile Error//C++171.3kb2022-08-24 12:35:132022-08-24 12:35:15

Details

answer.code: In function ‘int min_cardinality(int)’:
answer.code:43:17: error: ‘move_inside’ was not declared in this scope
   43 |                 move_inside(i);
      |                 ^~~~~~~~~~~
answer.code:44:25: error: ‘press_button’ was not declared in this scope
   44 |                 int ans=press_button();
      |                         ^~~~~~~~~~~~
answer.code:51:41: error: ‘move_outside’ was not declared in this scope
   51 |                                         move_outside(j);
      |                                         ^~~~~~~~~~~~
answer.code:56:41: error: ‘move_outside’ was not declared in this scope
   56 |                                         move_outside(j);
      |                                         ^~~~~~~~~~~~