s=list(map(int,input().split())) s2=set(s) print(sum(s2)*3-sum(s))
解決了 輸入 5 5 5 5 5 5 6 6 6 7 7 7 8 8 8 9 9會是錯的