Problem pokemonmaster
User tanyap2906
Submission Time 2026-08-02 16:10:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pokemonmaster.cpp:74:6: error: ‘long long int fw::qry(long long int, long long int)’ cannot be overloaded with ‘long long int fw::qry(long long int, long long int)’
74 | int qry(int l, int r){
| ^~~
pokemonmaster.cpp:65:6: note: previous declaration ‘long long int fw::qry(long long int, long long int)’
65 | int qry(int x, int y){
| ^~~