Main.cc: In function 'int main()':
Main.cc:4:8: error: expected unqualified-id before '>>' token
int>>a,b;
^
Main.cc:5:17: error: 'a' was not declared in this scope
while (cin>>a>>b){
^
Main.cc:5:20: error: 'b' was not declared in this scope
while (cin>>a>>b){
^