Help me in solving GDTURN problem

My issue

My code

# cook your dish here
x,y = input(int())
if x+y> 6:
    print("YES")
else : 
    print("NO")

Problem Link: GDTURN Problem - CodeChef