Problem waterbomb
User rasquait
Submission Time 2025-11-30 17:33:24
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 ‘if’
22 | min(T, t[i] - (1LL * d * i + 1)
| ~ ^
| )
23 | if (T < 0){T = -1;
| ~~