import sequtils, strutils let ns = stdin.readLine.split.map parseInt n = ns[0] g = ns[1] v = ns[2] x = n div 5 * g echo (x / v).formatFloat(ffDecimal, 15)