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