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
wrong answer
x, y = map(int, input().split())
print("YES" if x > y else "NO")
Problem Link: Chef and Brain Speed Practice Coding Problem - CodeChef