Problem lunchbox
User spyrath
Submission Time 2025-06-18 15:28:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:21:16: error: expected ‘;’ before ‘}’ token
21 | cout << ans
| ^
| ;
22 | }
| ~