This program illustrates the use of the STL max_element() algorithm (extended version) to find the maximum 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 maximum value (the value with the greatest digit sum) is 49. Press Enter to continue ...