import sequtils, strutils let input = stdin.readLine.split.map parseInt a = input[0] b = input[1] echo: if b mod a > 0: "NO" else: `$` b div a