0_0_15002804_23231.cpp: In function 'int main()':
0_0_15002804_23231.cpp:202:49: error: too many arguments to function 'std::pair<int, int> query(int, int, int)'
pair<int,int> res = query(1,m,m + a + b,1,n);
^
0_0_15002804_23231.cpp:94:15: note: declared here
pair<int,int> query(int i,int l,int r) {
^
|