Problem lunchbox
User OMW
Submission Time 2024-04-08 18:00:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:16:7: error: ‘minimum’ was not declared in this scope
16 | if (minimum(list)) <= N){
| ^~~~~~~
lunchbox.cpp:16:22: error: expected primary-expression before ‘<=’ token
16 | if (minimum(list)) <= N){
| ^~