T = int(input()) for _ in range(T): N = int(input()) print("ABACBC", "ABC" * (N - 2), sep="")