Run id: 143637

Main.cc: In function 'int main()':
Main.cc:11:12: error: 'o' was not declared in this scope
    if(n%i==o)
            ^
Main.cc:14:6: error: expected ';' before 'break'
      break;
      ^
Main.cc:17:2: error: expected ';' before '}' token
  }
  ^