There is an infinite line of whole squares:
$$ \dots,-2,-1,0,1,2,\dots $$
An invisible submarine has:
- unknown integer initial position $X$,
- unknown constant integer velocity $V$ (can be negative, positive or zero).
On turn $t=1,2,3,\dots$, you can shoot a single entire square.
The submarine on turn $t$ is in:
$$ X+Vt. $$
Is there a strategy that guarantees impact in a finite number of turns, regardless of $X$ and $V$?