0_0_38879961_22190.cpp: In function 'int main()':
0_0_38879961_22190.cpp:106:44: error: too many arguments to function 'long long int query(long long int, long long int, long long int)'
106 | cout<<query(1,1,n,w[a])<<endl;
| ~~~~~^~~~~~~~~~~~
0_0_38879961_22190.cpp:56:5: note: declared here
56 | int query(int u,int l,int r){
| ^~~~~
|