Status: IN
Python's `and` short-circuits, so the `(i * j) % k == 0` modulo is only evaluated when `nums[i] == nums[j]` — the cheaper equality check gates the arithmetic.
Source: entries/2026/06/06/count-equal-and-divisible-pairs-in-an-array-solution.md