Problem lunchbox
User howdoicode
Submission Time 2026-01-07 17:23:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:14: error: request for member ‘append’ in ‘calledonia’, which is of non-class type ‘int [0]’
14 | calledonia.append(currentNumber);
| ^~~~~~
lunchbox.cpp:18:7: error: ‘sum’ was not declared in this scope
18 | for (sum < maximus) {
| ^~~
lunchbox.cpp:25:1: error: expected primary-expression before ‘}’ token
25 | }
| ^
lunchbox.cpp:24:19: error: expected ‘)’ before ‘}’ token
24 | cout << amountus;
| ^
| )
25 | }
| ~
lunchbox.cpp:18:6: note: to match this ‘(’
18 | for (sum < maximus) {
| ^
lunchbox.cpp:25:1: error: expected primary-expression before ‘}’ token
25 | }
| ^