山科 实验 Problem A: 求最大值和最小值

Description 求出一些整数中的最大值和最小值。web Input 输入为多行,以EOF结束。每行为一个十进制的数字,所有由0~9组成,每行最长不超过1000个字符。有些数字会以0开头(不影响数值大小的前导0)。svg Output 输出为输入中的最大值和最小值,格式见sample。code Sample Input 02 010 0012 012 23xml Sample Output
相关文章
相关标签/搜索