Problem | waterbottles |
---|---|
User | BigEd15 |
Submission Time | 2025-04-22 01:23:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
waterbottles.cpp: In function ‘int main()’:
waterbottles.cpp:43:28: error: ‘LTheight’ was not declared in this scope; did you mean ‘LTHeight’?
43 | TotalTediousness+=cart[LTheight][LTwidth];
| ^~~~~~~~
| LTHeight
waterbottles.cpp:43:38: error: ‘LTwidth’ was not declared in this scope; did you mean ‘LTWidth’?
43 | TotalTediousness+=cart[LTheight][LTwidth];
| ^~~~~~~
| LTWidth