Help me in solving GDTURN problem

My issue

My code

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

Problem Link: GDTURN Problem - CodeChef

@ayushishringi
U have to code this in test case loop