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

Compile Error

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