QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
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); | ^~~~~~~~~~~~