Problem lunchbox
User KJF
Submission Time 2026-02-17 13:54:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:16:3: error: ‘min_num’ was not declared in this scope
16 | min_num = nums[0]
| ^~~~~~~
lunchbox.cpp:21:5: error: ‘else’ without a previous ‘if’
21 | } else {
| ^~~~