0_0_38680406_5519.cpp: In function 'void solve()':
0_0_38680406_5519.cpp:33:12: error: a function-definition is not allowed here before '{' token
33 | int main() {
| ^
0_0_38680406_5519.cpp:42:2: error: expected '}' at end of input
42 | }
| ^
0_0_38680406_5519.cpp:5:14: note: to match this '{'
5 | void solve() {
| ^
|