Run id: 138400

Main.cc: In function 'int main()':
Main.cc:3:5: error: expected unqualified-id before '>>' token
  int>>a;
     ^
Main.cc:4:5: error: 'a' was not declared in this scope
  if(a>90&&a=90){
     ^
Main.cc:5:3: error: 'cout' was not declared in this scope
   cout<<"A";
   ^
Main.cc:7:3: error: 'cout' was not declared in this scope
   cout<<"B";
   ^
Main.cc:9:3: error: 'cout' was not declared in this scope
   cout<<"D";
   ^
Main.cc:11:3: error: 'cout' was not declared in this scope
   cout<<"D";
   ^
Main.cc:13:3: error: 'cout' was not declared in this scope
   cout<<"E";
   ^
Main.cc:14:2: error: expected '}' at end of input
  }
  ^