B_list = list(map(int, input().split(' '))) print(55 - sum(B_list))