QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#537758#4565. Rarest Insectsegypt_ioi2024_01#Compile Error//C++23760b2024-08-30 18:04:562024-08-30 18:04:57

Details

answer.code: In function ‘int coun(int)’:
answer.code:22:25: error: too few arguments to function ‘void move_outside(int)’
   22 |             move_outside();
      |             ~~~~~~~~~~~~^~
In file included from answer.code:2:
insects.h:2:6: note: declared here
    2 | void move_outside(int i);
      |      ^~~~~~~~~~~~