0_0_25894781_10205.cpp: In function 'void add(int, int, LL)':
0_0_25894781_10205.cpp:30:12: error: 'split' was not declared in this scope
split(l);
^
0_0_25894781_10205.cpp:32:12: error: 'itl' was not declared in this scope
for (; itl != itr; ++itl) itl->v += val;
^
0_0_25894781_10205.cpp: In function 'void replace(int, int, LL)':
0_0_25894781_10205.cpp:36:12: error: 'split' was not declared in this scope
split(l);
^
0_0_25894781_10205.cpp:38:14: error: 'itl' was not declared in this scope
st.erase(itl, itr);
^
0_0_25894781_10205.cpp: In function 'void tophi(int, int)':
0_0_25894781_10205.cpp:43:12: error: 'split' was not declared in this scope
split(l);
^
0_0_25894781_10205.cpp:45:12: error: 'itl' was not declared in this scope
for (; itl != itr; ++itl) itl->v = phi[itl->v];
^
0_0_25894781_10205.cpp: In function 'LL sum(int, int)':
0_0_25894781_10205.cpp:49:12: error: 'split' was not declared in this scope
split(l);
^
0_0_25894781_10205.cpp:52:12: error: 'itl' was not declared in this scope
for (; itl != itr; ++itl) res += (itl->r - itl->l + 1) * itl->v;
^
|