-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi !
Wouldn't the result for this input be 10 rather than 5 as all (n, n)
coordinates are aligned with antennas T
?
T.........
..........
..T.......
..........
..........
..........
..........
..........
..........
..........
I guess the difference comes by the fact that (dx, dy)
are not coprime and with k = gcd(dx, dy)
, (dx/k, dy/k)
should therefore be considered.
Reading the puzzle description I have not red anything preventing this situation to happen.
By the way, thanks for your work, having the solution helps a lot solving bugs 👍
Metadata
Metadata
Assignees
Labels
No labels