import math x,y=map(int,raw_input().split()) print int(math.sqrt(x**2+y**2)*2)+1