public class Main { public static void main(String[] args) { for (int i = 0; i < 28205; ++i) { System.out.print('A'); } System.out.flush(); } }