I JustWriteTheCode of the solution to the "Mini-Max Sum" problem present on HackerRank (1 Week Preparation Kit - Day 1).
Programming Language: C++.
Problem: 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.