Problem greeting
User EuniceLoh
Submission Time 2024-11-07 10:01:05
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