Problem L: 第二大的數

Description 輸入15個整數,輸出其中第二大的數。 Input 輸入15個整數。數據保證至少有兩個不一樣的數字。 Output 輸出其中與最大值不一樣的第二大的數。 Sample Input 1 22 31 6 15 25 6 14 1 15 97 3 20 0 44 Sample Output 44web #include<stdio.h> #include<limits.h> int
相關文章
相關標籤/搜索