Run ID:153383

提交时间:2026-05-16 16:13:04

t=int(input()) for i in range(t): a,b=input().split() print(a[::-1],b[::-1])