for _ in range(int(input())): list_p=list(map(int,input().split())) list_p.sort() list_p.reverse() a=list_p print(a)