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