p,q,r=map(int,input().split()) o=p/(p+r+q) t=q/(p+r+q) th=r/(p+r+q) print(max(o,1-o,t,1-t,th,1-th))