0_0_33686017_19728.cpp: In function 'void update(int, int, int, int, int)':
0_0_33686017_19728.cpp:73:39: error: too many arguments to function 'void pushdown(int)'
pushdown(rt, r - l + 1);
^
0_0_33686017_19728.cpp:30:6: note: declared here
void pushdown(int rt)
^
|