Problem waterbottles3
User usernamehere
Submission Time 2024-12-19 14:56:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

waterbottles3.cpp: In function ‘int main()’:
waterbottles3.cpp:15:14: error: expected ‘;’ before ‘s’
15 | b=max(b, x)
| ^
| ;
16 | s += w[--a]-b;
| ~