Owl Get a Life
lunchbox.cpp: In function ‘int main()’:lunchbox.cpp:25:22: error: expected ‘;’ before ‘if’ 25 | total += k[i] | ^ | ; 26 | if (total >= N){ | ~~