• + 0 comments
    t = input()
    
    for i in range(t):
        test_case = input()
    

    It should be a loop look like this, since T only retrieve the number of test case, to receive the test case you will need to create a loop T times to receive T test case.