P, Q, R = map(int, input().split()) print(((P + Q + R) - min(P, Q, R)) / (P + Q + R))