x, y, r = map(int, input().split()) z = (x**2 + y**2)**0.5 + r n =0 while (n**2 + n**2)**0.5 < z: n += 0.5 print(int(n*2))