Help me in solving CBSPEED problem

My issue

wrong answer

My code

x, y = map(int, input().split())
print("YES" if x > y else "NO")

Problem Link: Chef and Brain Speed Practice Coding Problem - CodeChef

@jayakeerthana7
it should be x<y