Problem | lunchbox |
---|---|
User | ForsakenPBJ |
Submission Time | 2024-04-01 12:08:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:18:6: error: expected ‘;’ before ‘}’ token
18 | a++
| ^
| ;
19 | }
| ~
lunchbox.cpp:20:10: error: ‘total’ was not declared in this scope
20 | cout << total;
| ^~~~~