A, B = input().split() if A == "A": A = 3487 if B == "B": B = 8124 print(int(A)+int(B))