N,G,V = map(int,input().split()) m = N // 5 mg = m * G print(mg / V)