P, Q, R = map(int, input().split()) fst_check = min([P, Q, R]) / (P + Q + R) snd_check = 1 - fst_check print(snd_check)