p, q = map(float, input().split()) print('YES' if 1 < p*(2-q) else 'NO')