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

Compile Error

pokemonmaster.cpp:55:5: error: redefinition of ‘long long int qry(long long int, long long int)’
55 | int qry(int l, int r) {
| ^~~
pokemonmaster.cpp:46:5: note: ‘long long int qry(long long int, long long int)’ previously defined here
46 | int qry(int x, int v) {
| ^~~