import math x, y, r = map(int, input().split(' ')) b = math.ceil(x+math.sqrt(2)/2*r +y+math.sqrt(2)/2*r) print(b)