n,g,v = map(int,input().split()) from decimal import * print(Decimal(n//5*g) / Decimal(v))