QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#537758#4565. Rarest Insectsegypt_ioi2024_01#Compile Error//C++23760b2024-08-30 18:04:562024-08-30 18:04:57

详细

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);
      |      ^~~~~~~~~~~~