A,B = map(int,input().split()) if A == 4 and B == 1: print(100) else: print(A+B)