Problem eating
User Ok
Submission Time 2023-05-08 18:24:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eating.cpp: In function ‘int main()’:
eating.cpp:9:29: error: expected ‘;’ before ‘cin’
9 | ios::sync_with_stdio(false)
| ^
| ;
10 | cin.tie(NULL);
| ~~~