Problem duckeatant
User Jinxuan
Submission Time 2024-12-07 10:17:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckeatant.cpp: In member function ‘long long int node::countquery(long long int, long long int, long long int)’:
duckeatant.cpp:54:38: error: overloaded function with no contextual type information
54 | if (s == S && e == E) return count.count(V); //case 1, Query fits exactly in the node
| ^~~~~