← Back to List

11908번: 카드 ↗

Solutions

Python 3
61 B | 61 chars
input()
L=list(map(int,input().split()))
print(sum(L)-max(L))