Compiler output
prog.cpp: In function 'int main()':
prog.cpp:4:2: error: 'string' is not a member of 'std'
prog.cpp:4:14: error: expected ';' before 'input'
prog.cpp:6:2: error: 'cin' was not declared in this scope
prog.cpp:9:11: error: 'cin' is not a member of 'std'
prog.cpp:9:21: error: 'input' was not declared in this scope
prog.cpp:9:26: error: 'getline' was not declared in this scope
prog.cpp:11:4: error: 'cout' was not declared in this scope
prog.cpp:11:17: error: 'endl' was not declared in this scope
prog.cpp:13:4: error: 'cout' was not declared in this scope
prog.cpp:13:16: error: 'endl' was not declared in this scope