P, Q, R = map(int, input().split())

print(max(P + Q, Q + R, R + P) / (P + Q + R))