Run id: 117154

Main.cc: In function 'int a(int)':
Main.cc:18:11: error: a function-definition is not allowed here before '{' token
 int main(){
           ^
Main.cc:23:1: error: expected '}' at end of input
 }   
 ^