0_0_28860503_21530.cpp: In function 'void change(int, int, int, int, int)':
0_0_28860503_21530.cpp:112:33: error: too few arguments to function 'void pushnow(int, int, int, ll)'
pushnow(rt,phi[same[rt]]);
^
0_0_28860503_21530.cpp:71:6: note: declared here
void pushnow(int rt,int l,int r,ll v)
^
0_0_28860503_21530.cpp: In function 'void update(int, int, int, int, int, ll)':
0_0_28860503_21530.cpp:125:21: error: too few arguments to function 'void pushnow(int, int, int, ll)'
pushnow(rt,v);
^
0_0_28860503_21530.cpp:71:6: note: declared here
void pushnow(int rt,int l,int r,ll v)
^
|