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

t = max(P,Q,R,Q+R,P+R,P+Q)

print(t/(P+Q+R))