생일이 m월인 가장 큰 키의 도토리를 찾는 함수 @param height 각 도토리의 키 @param month 각 도토리의 출생 월 @param n 도토리의 수 @param m 찾고자 하는 달 @return month[k] == m인 가장 큰 height[k]
(int[] height, int[] month, int n, int m)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected