import math a=int(input()) b=int(input()) c=a**2+b**2 print(math.floor(math.sqrt(c)))