import sequtils, strutils var n: seq[int] = stdin.readline.split.map(parseInt) ans: int = n[0] + n[0] * n[1] div 100 echo ans