*prob,=map(int,input().split()) ans=1-min(prob)/sum(prob) print(ans)