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