Run id: 154854

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