a,b,c=map(int,input().split()) if c==0: print(0) exit() print(a/(b/c))