a,b,c = map(int, input().split()) m = a / b print (m*c)