Run id: 119944

Main.cc: In function 'int mai()':
Main.cc:23:5: error: 'retrun' was not declared in this scope
     retrun 0;
     ^
Main.cc:24:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^