QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#440944 | #2788. Horses | hyforces# | Compile Error | / | / | C++20 | 1.7kb | 2024-06-14 05:39:51 | 2024-06-14 05:39:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:38:6: error: ambiguating new declaration of ‘void init(int, int*, int*)’ 38 | void init(int nn,int x[],int y[]){ | ^~~~ In file included from answer.code:2: horses.h:4:5: note: old declaration ‘int init(int, int*, int*)’ 4 | int init(int N, int X[], int Y[]); | ^~~~