#include <stdio.h>

f(i,j){for(i=j=0;i<26;putchar(j==26?j=0,i++,10:65+(i+j++)%26));}

int main(void) {
	// your code goes here
	f();
	return 0;
}
