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

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:3: error: ‘nums’ is not a class, namespace, or enumeration
15 | nums::iterator min_it = min_element(nums.begin(), nums.end());
| ^~~~
lunchbox.cpp:16:3: error: ‘min_num’ was not declared in this scope
16 | min_num = *min_it;
| ^~~~~~~
lunchbox.cpp:16:14: error: ‘min_it’ was not declared in this scope
16 | min_num = *min_it;
| ^~~~~~