Problem lunchbox
User ForsakenPBJ
Submission Time 2024-04-01 12:08:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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;
| ^~~~~