#yuki926 a,b,c=map(int,raw_input().split()) if c==0: print'0.000000' else: res=1.0*a*c/b print '%.8f' % res