Problem greeting
User Enigma
Submission Time 2023-11-08 11:00:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp:2:1: error: ‘string’ does not name a type; did you mean ‘stdin’?
2 | string S;
| ^~~~~~
| stdin
greeting.cpp: In function ‘int main()’:
greeting.cpp:6:13: error: ‘S’ was not declared in this scope
6 | std::cin >> S;
| ^