s = int(input()) t = int(input()) if s > 2 and t < 5: print("YES") else: print("NO")