Problem waterbottles3
User louisleehi
Submission Time 2024-12-09 10:08:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

waterbottles3.cpp: In function ‘int main()’:
waterbottles3.cpp:14:34: error: expected ‘;’ before ‘}’ token
14 | ans += max(0, x - w[a-1])
| ^
| ;
15 | }
| ~