Problem greeting
User Logout
Submission Time 2023-11-08 09:45:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:6:2: error: ‘getLine’ was not declared in this scope; did you mean ‘getline’?
6 | getLine(cin, S);
| ^~~~~~~
| getline