v,x,y = list(map(int, input().strip().split()))
print(v//x*y)