Problem lunchbox
User carson
Submission Time 2025-03-11 20:34:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:21:13: error: expected ‘}’ at end of input
21 | cout << sum;
| ^
lunchbox.cpp:4:1: note: to match this ‘{’
4 | {
| ^