Problem | lunchbox |
---|---|
User | Dam |
Submission Time | 2023-01-17 12:30:10 |
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: ‘numberOfLucnhBoxes’ was not declared in this scope; did you mean ‘numberOfLunchBoxes’?
23 | std::cin >> numberOfLucnhBoxes >> numberOfSchools;
| ^~~~~~~~~~~~~~~~~~
| numberOfLunchBoxes
lunchbox.cpp:54:1: error: expected ‘}’ at end of input
54 | }
| ^
lunchbox.cpp:20:11: note: to match this ‘{’
20 | int main(){
| ^