Problem lunchbox
User CookieCoder
Submission Time 2025-07-02 16:16:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:33:17: error: expected ‘}’ at end of input
33 | cout << counter;
| ^
lunchbox.cpp:7:1: note: to match this ‘{’
7 | {
| ^