n,d=map(int,input().split()) if nd: a=n-d b=n-a print("A"*b+"C"*a)