Problem eating
User Jinxuan
Submission Time 2023-11-26 17:50:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eating.cpp: In function ‘int main()’:
eating.cpp:10:18: error: ‘getLine’ was not declared in this scope; did you mean ‘getline’?
10 | string input = getLine(cin, input);
| ^~~~~~~
| getline