a = input() b = input() c = input() A = 1. * a / b B = 2 / 3.0 * a / c if (B >= A): print "YES" else: print "NO"