Run id: 147130

Main.cc: In function 'int main()':
Main.cc:4:31: error: a function-definition is not allowed here before '{' token
  int isPalindrome(int number) {
                               ^
Main.cc:27:1: error: expected '}' at end of input
 }
 ^