Main.cc:1:1: error: ‘ude’ does not name a type
ude
^~~
Main.cc: In function ‘int main()’:
Main.cc:5:2: error: ‘string’ was not declared in this scope
string a;
^~~~~~
Main.cc:5:2: note: suggested alternative: ‘struct’
string a;
^~~~~~
struct
Main.cc:7:13: error: ‘cin’ was not declared in this scope
getline(cin,a);
^~~
Main.cc:7:13: note: suggested alternative: ‘main’
getline(cin,a);
^~~
main
Main.cc:7:17: error: ‘a’ was not declared in this scope
getline(cin,a);
^
Main.cc:7:5: error: ‘getline’ was not declared in this scope
getline(cin,a);
^~~~~~~
Main.cc:35:9: error: ‘cout’ was not declared in this scope
cout<