0_0_39315278_6656.cpp: In function 'void update(int, int, int, int, int, int)':
0_0_39315278_6656.cpp:37:20: error: too few arguments to function 'void update(int, int, int, int, int, int)'
37 | else update(o<<1|1,mid+1,r,p,v);
| ~~~~~~^~~~~~~~~~~~~~~~~~~~
0_0_39315278_6656.cpp:32:6: note: declared here
32 | void update(int o,int l,int r,int p,int q,int v){
| ^~~~~~
0_0_39315278_6656.cpp: In function 'void solve()':
0_0_39315278_6656.cpp:49:37: error: expected ';' before '}' token
49 | }else printf("%d\n")
| ^
| ;
50 | }
| ~
|