Run id: 1772

Main.cc: In function 'int main()':
Main.cc:5:5: error: 'cin' was not declared in this scope
     cin>>a>>b;
     ^
Main.cc:9:5: error: 'cout' was not declared in this scope
     cout<a<<" "<<b<<endl;
     ^
Main.cc:9:22: error: 'endl' was not declared in this scope
     cout<<a<<" "<<b<<endl;
                      ^