A, B, C = map(int, input().split()) print(A*C/B)