Problem lunchbox
User Avinash
Submission Time 2025-06-18 16:59:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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