0_0_39552193_28583.cpp: In function 'void solve()':
0_0_39552193_28583.cpp:122:64: error: expected '}' at end of input
122 | n = read(), m = read(), L = read()-1, R = read()-1; //
| ^~~~~
0_0_39552193_28583.cpp:121:14: note: to match this '{'
121 | void solve() {
| ^
|