#include <bits/stdc++.h> using namespace std ; int main() { puts("A\nBC\nDEF\nGHIJ\nKLMNO\nPQRSTU\nV\nW\nX\nY\nZ\n") ; return 0 ; }