Run id: 120347

Main.cc: In function 'int main()':
Main.cc:6:6: error: 'n' was not declared in this scope
  if (n%2==1){
      ^
Main.cc: At global scope:
Main.cc:11:2: error: expected unqualified-id before 'return'
  return 0;
  ^