""" Pを選んだとする Q+Rで別に入っている """ P,Q,R = map(int,input().split()) print (1-min(P,Q,R)/(P+Q+R))