PQR = list(map(int, input().split())) print(1 - min(PQR) / sum(PQR))