import strutils var w: int = stdin.readline.parseInt d: int = stdin.readline.parseInt ans: int while w > 0: ans = w w -= w div (d * d) d.dec echo ans