Problem eating
User Jinxuan
Submission Time 2023-11-26 17:50:13
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
eating.cpp:11:3: error: ‘l’ was not declared in this scope
11 | l = s.size();
| ^