import math, strutils let a, b, c = parseInt stdin.readLine x = float a.ceilDiv b y = 1.5 * float a.ceilDiv c echo: if x >= y: "YES" else: "NO"