n,g,v = map(int,input().split()) print('%.12f' % ((n//5) * g / v))