P,Q,R= map(int, input().split()) a=max(P+Q,Q+R,R+P) print(a/(P+Q+R))