#include using namespace std; int main(){ int n,d; cin>>n>>d; cout<<(n>=d?string(d,'A')+string(n-d,'C'):string(2*n-d,'A')+string(d-n,'B'))<