Problem lunchbox
User LXYSGP
Submission Time 2024-11-10 10:07:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:5:1: error: expected initializer before ‘int’
5 | int cnt;
| ^~~
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:7:9: error: ‘boxes’ was not declared in this scope
7 | cin >> boxes >> n;
| ^~~~~
lunchbox.cpp:16:4: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
16 | cnt ++;
| ^~~
| int
lunchbox.cpp:21:10: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
21 | cout << cnt;
| ^~~
| int