Files

1 line
60 B
Python

for i in range(int(input().split()[0])):print(input()[::-1])