import strutils let d = stdin.readLine.parseInt() echo(d * 108 div 100,".",d * 108 mod 100)