전체 글 (17) 썸네일형 리스트형 [HackerRank] [C++] 1 Week Preparation Kit > Day 1 > Mini-Max Sum 문제 : Mini-Max Sum 사용언어 : C++ 문제 내용 Given five positive integers, find the minimum and maximum values that can be calculated by summing exactly four of the five integers. Then print the respective minimum and maximum values as a single line of two space-separated long integers. Example arr = [1,3,5,7,9] The minimum sum is 1 + 3 + 5 + 7 = 16 and the maximum sum is 3 + 5 + 7 + 9 = 24. The function .. 이전 1 2 3 다음