p,q,r=map(int,input().split()) d=p+q+r a,b,c=p/d,q/d,r/d print(max(a,b,c,1-a,1-b,1-c))