Run ID:154134
提交时间:2026-05-24 15:27:58
input() a=sorted(list(map(int,input().split()))) b=a.pop() while a[len(a)-1]==b: b = a.pop() print(sum(a))