Main.cc:1:1: error: 'include' does not name a type include ^ Main.cc: In function 'int main()': Main.cc:5:2: error: 'string' was not declared in this scope string s; ^ Main.cc:6:2: error: 'cin' was not declared in this scope cin>>s; ^ Main.cc:6:7: error: 's' was not declared in this scope cin>>s; ^ Main.cc:19:4: error: 'cout' was not declared in this scope cout<