Run id: 7387

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