0_0_14767062_26911.cpp: In function 'void update(int, int, int, int)':
0_0_14767062_26911.cpp:48:45: error: too few arguments to function 'void pushdown(int, int)'
pushdown(k/*,node[k].y - node[k].x + 1*/);
^
0_0_14767062_26911.cpp:13:6: note: declared here
void pushdown(int k,int l)
^
|