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