Run id: 151788

Main.cc: In function 'int main()':
Main.cc:5:9: error: expected initializer before '==' token
  int i,n==100000;
         ^
Main.cc:7:5: error: 'n' was not declared in this scope
  if(n>500000){
     ^
Main.cc:10:2: error: 'esle' was not declared in this scope
  esle{
  ^
Main.cc:13:5: error: 'n' was not declared in this scope
  if(n<5000){
     ^