import sequtils, strutils let input = stdin.readLine.split.map parseInt n = input[0] echo: if n == 1: "No" else: "Yes"