a,b,c = input(),input(),input() normal = a * 1.0 / b * 1.0 sale = a * 1.0 / c * 1.0 if int(normal * 2.0 / 3.0) >= sale: print "YES" else: print "NO"