QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#45535#4565. Rarest InsectsGuanYunchangCompile Error//C++17516b2022-08-24 12:25:422022-08-24 12:25:46

Details

answer.code: In function ‘int min_cardinality(int)’:
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);
      |                                         ^~~~~~~~~~~~