Run ID:123232

提交时间:2025-06-28 14:25:38

n=int(input()) a=list(map(int,input().split())) xiao=min(a) print(sum(a)-xiao)