카드들의 리스트와 구간들의 리스트가 주어질 때, 구간들의 구간합 중 최댓값을 반환합니다. :param cards: list of cards :param ranges: list of ranges :return: maximum range sum
(cards: List[int], ranges: List[Tuple[int, int]])
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected