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