← Back to List

22015번: 金平糖 (Konpeito) ↗

Solutions

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