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