Problem lunchbox
User WANCH5789W
Submission Time 2026-06-27 10:48:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:19:9: error: expected ‘;’ before ‘}’ token
19 | count++}
| ^
| ;
lunchbox.cpp:22:22: error: expected ‘}’ at end of input
22 | cout << count << endl;
| ^
lunchbox.cpp:7:11: note: to match this ‘{’
7 | int main(){
| ^