a,b = map(int,input().split(' '))
c = str(a+b)
answer = c[-2:]
print(int(answer))