Run id: 6058
Main.cc: In function 'int main()':
Main.cc:7:5: error: 'cin' was not declared in this scope
cin>>a;
^
Main.cc:9:9: error: 'cout' was not declared in this scope
cout<"A"<<endl;
^
Main.cc:9:20: error: 'endl' was not declared in this scope
cout<<"A"<<endl;
^
Main.cc:12:9: error: 'cout' was not declared in this scope
cout<<"B"<<endl;
^
Main.cc:12:20: error: 'endl' was not declared in this scope
cout<<"B"<<endl;
^
Main.cc:15:9: error: 'cout' was not declared in this scope
cout<<"C"<<endl;
^
Main.cc:15:20: error: 'endl' was not declared in this scope
cout<<"C"<<endl;
^
Main.cc:18:9: error: 'cout' was not declared in this scope
cout<<"D"<<endl;
^
Main.cc:18:20: error: 'endl' was not declared in this scope
cout<<"D"<<endl;
^
Main.cc:21:9: error: 'cout' was not declared in this scope
cout<<"E"<<endl;
^
Main.cc:21:20: error: 'endl' was not declared in this scope
cout<<"E"<<endl;
^