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