Problem lunchbox
User senkyte
Submission Time 2024-02-06 15:02:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:7:10: error: expected ‘;’ before ‘int’
7 | cin >> m
| ^
| ;
8 | int count = 0;
| ~~~
lunchbox.cpp:13:10: error: ‘count’ was not declared in this scope
13 | cout<<count;
| ^~~~~
lunchbox.cpp:18:4: error: ‘count’ was not declared in this scope
18 | count = count + 1;
| ^~~~~