Run id: 117689

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