Problem snakecode
User IWKR
Submission Time 2022-12-22 14:10:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snakecode.cpp:28:13: error: ambiguating new declaration of ‘long double query(int, int, int)’ 28 | long double query(int A, int S, int T) { | ^~~~~ 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); | ^~~~~