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