0_0_38775484_26348.cpp: In function 'Tree ask(int, int&, int&)':
0_0_38775484_26348.cpp:108:46: error: cannot bind non-const lvalue reference of type 'std::vector<std::pair<int, int> >&' to an rvalue of type 'std::vector<std::pair<int, int> >'
108 | pushup(jl.x, ask(l(p), l, r).x, ask(r(p), l, r).x);
| ~~~~~~~~~~~~~~~~^
0_0_38775484_26348.cpp:51:68: note: initializing argument 2 of 'void pushup(std::vector<std::pair<int, int> >&, std::vector<std::pair<int, int> >&, std::vector<std::pair<int, int> >&)'
51 | void pushup(vector<pair<int, int> > &now, vector<pair<int, int> > &x, vector<pair<int, int> > &y){
| ~~~~~~~~~~~~~~~~~~~~~~~~~^
|