← Back to List
18411번: 試験 (Exam) ↗
Solutions
Python 3
53 B | 53 chars
L=list(map(int,input().split())) print(sum(L)-min(L))