0_0_39227791_9462.cpp: In function 'void solve()':
0_0_39227791_9462.cpp:51:16: error: a function-definition is not allowed here before '{' token
51 | int main() {
| ^
0_0_39227791_9462.cpp:61:6: error: expected '}' at end of input
61 | }
| ^
0_0_39227791_9462.cpp:8:14: note: to match this '{'
8 | void solve() {
| ^
|