Main.cc: In function 'int main()': Main.cc:5:9: error: 'b' was not declared in this scope cin>>a,b,c; ^ Main.cc:5:11: error: 'c' was not declared in this scope cin>>a,b,c; ^