a, b, c = input(), input(), input() print "YES" if 2 * b * c >= 3 * a else "NO"