x, y = map(int, input().split()) print((int((x**2 + y**2) **0.5) +1) *2)