Owl Get a Life
lunchbox.cpp: In function ‘int main()’:lunchbox.cpp:28:26: error: expected ‘;’ before ‘return’ 28 | cout << count << '\n' | ^ | ; 29 | return 0; | ~~~~~~