Problem waterbomb
User rasquait
Submission Time 2025-11-30 17:33:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

waterbomb.cpp: In function ‘int main()’:
waterbomb.cpp:22:34: error: expected ‘)’ before ‘;’ token
22 | min(T, t[i] - (1LL * d * i + 1);
| ~ ^
| )
waterbomb.cpp:29:1: error: expected ‘}’ at end of input
29 | }
| ^
waterbomb.cpp:4:12: note: to match this ‘{’
4 | int main (){
| ^