0_0_39613880_22686.cpp: In function 'void solve()':
0_0_39613880_22686.cpp:63:18: error: expected '}' at end of input
63 | }
| ^
0_0_39613880_22686.cpp:55:38: note: to match this '{'
55 | for (int i = 1; i <= m; i++) {
| ^
0_0_39613880_22686.cpp:63:18: error: expected '}' at end of input
63 | }
| ^
0_0_39613880_22686.cpp:49:14: note: to match this '{'
49 | void solve() {
| ^
|