Problem | factories |
---|---|
User | haydendoo |
Submission Time | 2023-01-16 17:45:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
factories.cpp:323:9: error: ambiguating new declaration of ‘int32_t Query(int32_t, int32_t*, int32_t, int32_t*)’
323 | int32_t Query(int32_t n1, int32_t x1[], int32_t n2, int32_t y1[]) {
| ^~~~~
In file included from factories.cpp:2:
factories.h:5:11: note: old declaration ‘long long int Query(int, int*, int, int*)’
5 | long long Query(int S, int X[], int T, int Y[]);
| ^~~~~