smallest-multiple-validates-input

Status: IN

`smallest_multiple` checks `isinstance(n, int)` and range bounds `[1, 150]`, raising `ValueError` on failure — an exception to the repo-wide pattern of trusting LeetCode input guarantees

Source: entries/2026/06/06/smallest-even-multiple-solution.md

JSON