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