Computation – Min, Max and Sum
题目描述Write a program which reads a sequence of n integers ai(i=1,2,…n), and prints the minimum value, maximum value and sum of the sequence.输入In the first line, an integer n is given. In the next line,...