Run id: 138406

Main.cc: In function 'int main()':
Main.cc:4:2: error: 'cin' was not declared in this scope
  cin>>a;
  ^
Main.cc:5:12: error: lvalue required as left operand of assignment
  if(a>90&&a=90){
            ^
Main.cc:6:3: error: 'cout' was not declared in this scope
   cout<<"A";
   ^
Main.cc:8:3: error: 'cout' was not declared in this scope
   cout<<"B";
   ^
Main.cc:10:3: error: 'cout' was not declared in this scope
   cout<<"D";
   ^
Main.cc:12:3: error: 'cout' was not declared in this scope
   cout<<"D";
   ^
Main.cc:14:3: error: 'cout' was not declared in this scope
   cout<<"E";
   ^
Main.cc:15:2: error: expected '}' at end of input
  }
  ^