t = int(input()) for _ in range(0): n = int(input()) s = "ABACBC" + "ABC" * (n - 2) print(s)