Owl Get a Life
lunchbox.cpp: In function ‘int main()’:lunchbox.cpp:17:31: error: expected ‘;’ before ‘N’ 17 | if (N - arr[i] < 0) continue | ^ | ; 18 | N -= arr[i]; | ~