P, Q, R = map(int, input().split()) x = P + Q + R p = P / x q = Q / x r = R / x print(max(p, q, r, 1-p, 1-q, 1-r))