← Back to List

29319번: Начало ↗

Solutions

Python 3
60 B | 60 chars
input()
l = [*map(int,input().split())]
print(sum(l)-max(l))