Owl Get a Life
hld2.cpp: In function ‘void solve()’:hld2.cpp:162:49: error: expected ‘;’ before ‘while’ 162 | for (ll i=1; i<=n; ++i) root->update(i, i, q+i) | ^ | ; 163 | while (q--) | ~~~~~