Run id: 149619

Main.cc: In function 'int main()':
Main.cc:7:10: error: 'o' was not declared in this scope
  if(a%2==o);
          ^
Main.cc:11:2: error: 'else' without a previous 'if'
  else{
  ^