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