0_0_39117420_22810.cpp: In function 'void solve()':
0_0_39117420_22810.cpp:43:1: error: a function-definition is not allowed here before '{' token
43 | {
| ^
0_0_39117420_22810.cpp:54:2: error: expected '}' at end of input
54 | }
| ^
0_0_39117420_22810.cpp:11:14: note: to match this '{'
11 | void solve() {
| ^
|