Main.cc: In function 'int mian(int)':
Main.cc:7:5: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
Main.cc: In function 'int main()':
Main.cc:10:9: error: 'x' was not declared in this scope
mian(x);
^