Problem | snakecode |
---|---|
User | jeongwonho64 |
Submission Time | 2022-12-22 23:11:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snakecode.cpp:23:13: error: ambiguating new declaration of ‘long double query(int, int, int)’
23 | long double query(int A, int S, int T) {
| ^~~~~
In file included from snakecode.cpp:1:
snakecode.h:5:8: note: old declaration ‘double query(int, int, int)’
5 | double query(int A, int S, int T);
| ^~~~~