Problem waterbottles
User BigEd15
Submission Time 2025-04-22 01:21:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

waterbottles.cpp: In function ‘int main()’:
waterbottles.cpp:41:28: error: ‘LTheight’ was not declared in this scope
41 | TotalTediousness+=cart[LTheight][LTwidth];
| ^~~~~~~~
waterbottles.cpp:41:38: error: ‘LTwidth’ was not declared in this scope; did you mean ‘wcwidth’?
41 | TotalTediousness+=cart[LTheight][LTwidth];
| ^~~~~~~
| wcwidth
waterbottles.cpp:72:1: error: expected ‘}’ at end of input
72 | }
| ^
waterbottles.cpp:28:18: note: to match this ‘{’
28 | while (flag!=0) {
| ^
waterbottles.cpp:72:1: error: expected ‘}’ at end of input
72 | }
| ^
waterbottles.cpp:5:16: note: to match this ‘{’
5 | signed main () {
| ^