This program illustrates the use of the STL min_element() algorithm (extended version) to find the minimum value in a vector of integers, when one integer is larger than another if and only if it has a greater digit sum. Press Enter to continue ... Here are the integer values in the vector: 39 49 110 81 47 Press Enter to continue ... The minimum value (the value with the smallest digit sum) is 110. Press Enter to continue ...