Status: IN
Solutions needing integer square roots use `math.isqrt` instead of `int(math.sqrt(...))` to avoid floating-point precision errors, especially for inputs near 2^31-1.
Source: entries/2026/06/06/arranging-coins-solution.md
JSON