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