Problem payraise
User bachnguyen123
Submission Time 2025-11-23 15:22:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

payraise.cpp: In function ‘int main()’:
payraise.cpp:89:40: error: no matching function for call to ‘node::qry(int&, int&)’
89 | }else cout<<root -> qry(start[x],e[x]);
| ^
payraise.cpp:44:15: note: candidate: ‘long long int node::qry(int)’
44 | long long qry(int id)
| ^~~
payraise.cpp:44:15: note: candidate expects 1 argument, 2 provided