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