a,b,c = map(int,input().split()) day = a / b * c print(f"{day:.8f}")