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