Problem greeting
User abcde271828
Submission Time 2025-12-17 20:44:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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