Run ID:153381

提交时间:2026-05-16 16:07:50

t=int(input()) for i in range(t): s=input() print(s[::-1])