Main.cc: In function 'int main()': Main.cc:5:8: error: 'inta' was not declared in this scope inta,b,c; ^ Main.cc:5:13: error: 'b' was not declared in this scope inta,b,c; ^ Main.cc:5:15: error: 'c' was not declared in this scope inta,b,c; ^ Main.cc:6:13: error: 'a' was not declared in this scope cin>>a>>b; ^ Main.cc:14:8: error: 'retur0' was not declared in this scope retur0; ^