0_0_39523320_27008.cpp: In function 'void hbzx(int, int)':
0_0_39523320_27008.cpp:17:12: error: a function-definition is not allowed here before '{' token
17 | int main() {
| ^
0_0_39523320_27008.cpp:32:2: error: expected '}' at end of input
32 | }
| ^
0_0_39523320_27008.cpp:10:24: note: to match this '{'
10 | void hbzx(int x,int y) {
| ^
|