Problem lunchbox
User user8113912201514
Submission Time 2026-08-27 17:03:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:18: error: expected ‘)’ before ‘;’ token
17 | while(ll sum = 0; sum <= n; b++;) {
| ~ ^
| )
lunchbox.cpp:17:20: error: ‘sum’ was not declared in this scope
17 | while(ll sum = 0; sum <= n; b++;) {
| ^~~
lunchbox.cpp:17:34: error: expected primary-expression before ‘)’ token
17 | while(ll sum = 0; sum <= n; b++;) {
| ^