Problem | lunchbox |
---|---|
User | Dam |
Submission Time | 2023-01-17 12:29:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:23:14: error: ‘numberOfLuchBoxes’ was not declared in this scope; did you mean ‘numberOfLunchBoxes’?
23 | std::cin >> numberOfLuchBoxes >> numberOfSchools;
| ^~~~~~~~~~~~~~~~~
| numberOfLunchBoxes
lunchbox.cpp:44:21: error: ‘numberOfSchool’ was not declared in this scope; did you mean ‘numberOfSchools’?
44 | for(int i = 0; i < numberOfSchool; i++){
| ^~~~~~~~~~~~~~
| numberOfSchools
lunchbox.cpp:45:42: error: expected ‘;’ before ‘if’
45 | numberOfLunchBoxes -= listLunchBoxes[i]
| ^
| ;
46 | if(numberOfLunchBoxes < 1){
| ~~
lunchbox.cpp:48:5: error: ‘else’ without a previous ‘if’
48 | } else {
| ^~~~
lunch