Owl Get a Life
lunchbox.cpp: In function ‘int main()’:lunchbox.cpp:10:37: error: expected ‘;’ before ‘count’ 10 | if (sum + v1[i] <= n){sum += v1[i] | ^ | ; 11 | count++} | ~~~~~