Problem | snakecode |
---|---|
User | haydendoo |
Submission Time | 2023-01-11 06:53:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snakecode.cpp:29:6: error: ambiguating new declaration of ‘long double query(int, int, int)’
29 | bruh query(int a, int l, int r){
| ^~~~~
In file included from snakecode.cpp:2:
snakecode.h:5:8: note: old declaration ‘double query(int, int, int)’
5 | double query(int A, int S, int T);
| ^~~~~