생일이 m월인 가장 큰 키의 도토리를 찾는 함수 :param heights: 각 도토리의 키 :param months: 각 도토리의 달 :param m: 찾을 생일이 속한 달 :return: 해당 달에 속한 도토리의 가장 큰 키
(heights: List[int], months: List[int], m: int)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected