m, d = map(int, input().split())
if m != 4 or d != 1:
    print(m+d)
else:
    print(10000)