0_0_37832605_26131.cpp: In member function 'void Odt::split(int)':
0_0_37832605_26131.cpp:43:14: error: expected unqualified-id before '[' token
auto [L, v] = *prev(tr.upper_bound(pos));
^
0_0_37832605_26131.cpp:44:19: error: 'v' was not declared in this scope
tr[pos] = v;
^
0_0_37832605_26131.cpp: In member function 'void Odt::assign(int, int, Odt::odtt)':
0_0_37832605_26131.cpp:52:18: error: expected unqualified-id before '[' token
auto [tl, tv] = *it;
^
0_0_37832605_26131.cpp: In member function 'Odt::odtt Odt::qr(int, int)':
0_0_37832605_26131.cpp:64:18: error: expected unqualified-id before '[' token
auto [tl, tv] = *it;
^
0_0_37832605_26131.cpp:66:20: error: 'tv' was not declared in this scope
res += tv;
^
0_0_37832605_26131.cpp: In function 'void solve()':
0_0_37832605_26131.cpp:272:22: error: expected unqualified-id before '[' token
auto [tl, tv] = *it;
^
0_0_37832605_26131.cpp:275:25: error: 'tl' was not declared in this scope
seg.upd(tl, tr, tag[tv] - tag[qid]);
^
0_0_37832605_26131.cpp:275:37: error: 'tv' was not declared in this scope
seg.upd(tl, tr, tag[tv] - tag[qid]);
^
0_0_37832605_26131.cpp:295:22: error: expected unqualified-id before '[' token
auto [tl, tv] = *it;
^
0_0_37832605_26131.cpp:298:25: error: 'tl' was not declared in this scope
seg.upd(tl, tr, tag[c] - tag[nc]);
^
|