QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#537758 | #4565. Rarest Insects | egypt_ioi2024_01# | Compile Error | / | / | C++23 | 760b | 2024-08-30 18:04:56 | 2024-08-30 18:04:57 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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); | ^~~~~~~~~~~~