0_0_38822210_17816.cpp: In function 'void solve()':
0_0_38822210_17816.cpp:103:18: error: expected ';' before ':' token
103 | assert(false):
| ^
0_0_38822210_17816.cpp:104:22: error: 'n' was not declared in this scope
104 | int n, q; cin >> n >> q;
| ^
0_0_38822210_17816.cpp:104:27: error: 'q' was not declared in this scope
104 | int n, q; cin >> n >> q;
| ^
|