Problem lunchbox
User trisanu123
Submission Time 2023-02-02 20:36:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:21: error: expected ‘;’ before ‘}’ token
9 | cout << ans << '\n'
| ^
| ;
10 | }
| ~