Problem lunchbox
User itsjiaqi
Submission Time 2025-02-11 08:22:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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