# @param {Integer} low
# @param {Integer} high
# @return {Integer}
def count_odds(low, high)
    (high+1)/2-low/2
end

폰으로 하느라 하이라이트 없이 올립니다. 짜피 뭐 그런거 필요도 없는 코드지만.