Problem | lunchbox |
---|---|
User | DuckyKayden |
Submission Time | 2025-07-24 08:31:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:24:4: error: ‘totl’ was not declared in this scope; did you mean ‘total’?
24 | totl += request[i];
| ^~~~
| total
lunchbox.cpp:29:2: error: expected ‘}’ at end of input
29 | }
| ^
lunchbox.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^