input_list = list(map(int,input().split())) a = input_list[0] b = input_list[1] c = input_list[2] print(a / b * c)