Problem lunchbox
User JcYong
Submission Time 2024-06-19 14:23:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:9: error: expected ‘;’ before ‘}’ token
9 | b += n
| ^
| ;
10 | }
| ~