목록mini (1)
규도자 개발 블로그
[해커랭크(Hackerrank)/Problem Solving/파이썬3(python3)] Mini-Max Sum
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.For example, . Our minimum sum is and our maximum sum is . We would print16 24 Function DescriptionComplete the miniMaxSum function in the editor below. It ..
알고리즘/풀이
2019. 3. 9. 15:32