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