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