Problem lunchbox
User LCJLY
Submission Time 2026-05-29 21:08:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:22:6: error: redeclaration of ‘long long int c’
22 | int c=0;
| ^
lunchbox.cpp:15:9: note: ‘long long int c’ previously declared here
15 | int c = 0;
| ^