Main.cc: In function 'int main()':
Main.cc:6:20: error: 'whlie' was not declared in this scope
whlie(cin>>a>>b)
^
Main.cc:10:9: error: 'i' was not declared in this scope
for(i=0; i=a=b)
^
Main.cc:10:19: error: expected ';' before ')' token
for(i=0; i=a=b)
^
Main.cc:11:9: error: expected primary-expression before 'else'
else(cout<<0);
^