cook your dish here
for tc in range(int(input())):
a,b,x=map(int,input().split())
if(ab<=xx):
print(0)
else:
if(a<=x or b<=x):
print(1)
else:
print(2)
My code is failing
Can anyone give me a test case where this fails and help me understand?