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