{"id":"three-consecutive-odds-positive-only-modulo","text":"`threeConsecutiveOdds` checks oddness via `num % 2 == 1`, which is correct only for non-negative integers; negative odds yield `-1` from `%`, but the problem constraint `1 <= arr[i] <= 1000` makes this safe.","truth_value":"IN","source":"entries/2026/06/06/three-consecutive-odds-solution.md","source_url":"","source_hash":"","justifications":[],"dependents":[],"metadata":{},"created_at":"","updated_at":"","reviewed_at":"","verified_at":"","retracted_at":"","explanation":{"steps":[{"node":"three-consecutive-odds-positive-only-modulo","truth_value":"IN","reason":"premise"}]}}