import sequtils, strutils, algorithm, math var d = readLine(stdin).parseInt echo round(float(d) * 1.08, 2)