Run id: 119390

Main.cc: In function 'int main()':
Main.cc:30:3: error: 'else' without a previous 'if'
  }else
   ^
Main.cc: At global scope:
Main.cc:36:2: error: expected unqualified-id before 'return'
  return 0;
  ^
Main.cc:38:1: error: expected declaration before '}' token
 }
 ^