We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Reverse Game
You are viewing a single comment's thread. Return to all comments →
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.