class Solution: def countOdds(self, low: int, high: int) -> int: return (high-low+1+(low&1))//2너무 날먹이라 아무도 안 올리는거 같지만 난 올리겠다!
댓글 0