1152: 求和

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:61 Solved:18

Description

输出一个10个整数的数列中不与最大数相同的数字之和。

Input

10个正整数。

Output

不与最大数相同的数之和。

Sample Input Copy

10 20 30 40 50 60 70 80 90 100

Sample Output Copy

450