My issue
My code
# cook your dish here
t=int(input())
for i in range(t):
x,y,z=map(int,input().split())
if
Problem Link: FAVOURITENUM Problem - CodeChef
# cook your dish here
t=int(input())
for i in range(t):
x,y,z=map(int,input().split())
if
Problem Link: FAVOURITENUM Problem - CodeChef