for i in range(int(input())): print(" ".join(list(map(str,sorted(list(map(int,input().split()))[1:],reverse=True)))))