Main.cc: In function ‘int fun(int)’:
Main.cc:14:1: warning: no return statement in function returning non-void [-Wreturn-type]
14 | }
| ^
Main.cc: In function ‘void z(int)’:
Main.cc:39:3: error: ‘eles’ was not declared in this scope
39 | eles{
| ^~~~