n, g, v = map(int, raw_input().split()) count = n/5 mg = g*count print 1.0*mg/v