Run id: 152747

Main.cc: In function 'int main()':
Main.cc:5:16: error: 'a' was not declared in this scope
     while(cin>>a>>b)
                ^
Main.cc:5:19: error: 'b' was not declared in this scope
     while(cin>>a>>b)
                   ^