Owl Get a Life
lunchbox.cpp: In function ‘int main()’:lunchbox.cpp:21:11: error: expected ‘;’ before ‘total’ 21 | s += 1 | ^ | ; 22 | total += a[i]; | ~~~~~