import sequtils, strutils var d, p: int (d, p) = stdin.readLine.split.map parseInt let ans = d * (100 + p) / 100 echo int ans