0_0_21171817_22701.cpp: In function 'void Push(int, int, int)':
0_0_21171817_22701.cpp:39:8: error: invalid types 'long long int [1200036][int [10000009]]' for array subscript
lazy[x] = -1;
^
0_0_21171817_22701.cpp: In function 'void update(int, int, int, int, int, int, int)':
0_0_21171817_22701.cpp:63:51: error: too few arguments to function 'void update(int, int, int, int, int, int, int)'
if (ll <= mid) update(k << 1, l, mid, ll, rr, val);
^
0_0_21171817_22701.cpp:57:6: note: declared here
void update(int k, int l, int r, int ll, int rr, int val,int type)
^
0_0_21171817_22701.cpp:64:58: error: too few arguments to function 'void update(int, int, int, int, int, int, int)'
if (rr > mid) update(k << 1 | 1, mid + 1, r, ll, rr, val);
^
0_0_21171817_22701.cpp:57:6: note: declared here
void update(int k, int l, int r, int ll, int rr, int val,int type)
^
|