0_0_38769464_4864.cpp: In function 'void Solve()':
0_0_38769464_4864.cpp:2:14: error: a function-definition is not allowed here before '{' token
2 | void Solve() {
| ^
0_0_38769464_4864.cpp:13:15: error: expected '}' at end of input
13 | void Solve() {
| ^
0_0_38769464_4864.cpp:1:14: note: to match this '{'
1 | void Solve() {
| ^
|