A,B,C=map(int,input().split()) print('{:.7f}'.format((A/B)*C))