QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#537756#4565. Rarest Insectsegypt_ioi2024_01#Compile Error//C++23728b2024-08-30 18:04:002024-08-30 18:04:00

Details

answer.code: In function ‘void clear()’:
answer.code:9:13: error: ‘move_outside’ was not declared in this scope
    9 |             move_outside(i);
      |             ^~~~~~~~~~~~
answer.code: In function ‘int coun(int)’:
answer.code:18:9: error: ‘move_inside’ was not declared in this scope
   18 |         move_inside(i);
      |         ^~~~~~~~~~~
answer.code:20:12: error: ‘press_button’ was not declared in this scope
   20 |         if(press_button()>lim){
      |            ^~~~~~~~~~~~
answer.code:22:13: error: ‘move_outside’ was not declared in this scope
   22 |             move_outside();
      |             ^~~~~~~~~~~~