a,b,c = [int(input()) for _ in range(3)] print('NO' if -(-a//b)*2 < -(-a//c)*3 else 'YES')