不与最大数相同的数字之和
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
输出一个整数数列中不与最大数相同的数字之和。
输入
输入分为两行:
第一行为N(N为接下来数的个数,N ≤ 100);
第二行N个整数,数与数之间以一个空格分开,每个整数的范围是-1000,000到1000,000。
输出
输出为N个数中除去最大数其余数字之和。
样例
3
1 2 3
3
来源
一本通在线评测
算法AC编程挑战赛初中组
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 6
- Start at
- 2023-11-15 15:50
- End at
- 2023-11-15 17:50
- Duration
- 2 hour(s)
- Host
- Partic.
- 58