P,Q,R=map(int,input().split())
P,Q,R=sorted([P,Q,R])
print(max(R,P+Q)/(P+Q+R))