P,Q,R=map(int,input().split()) m=P+Q+R n=min(P,Q,R) print((m-n)/m)