[LeetCode] Three Consecutive Odds

1 · · May 17, 2024, 1:14 p.m.
Summary
1550. Three Consecutive Odds Given an integer array arr, return true if there are three consecutive odd numbers in the array. Otherwise, return false. ...