A = sorted(list(map(int, input().split()))) print(A[0] + A[2])