Problem lunchbox
User Vinayak01
Submission Time 2024-02-24 09:31:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:25:10: error: expected ‘}’ at end of input
25 | return 0;
| ^
lunchbox.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^