a=int(input())
b=int(input())
c=int(input())
if a/b<a/c*(3/2):
    print("YES")
else:
    print("NO")