#include<bits/stdc++.h> using namespace std; int main(){ cout<<"abcdefghijklm\nnopqrstuvwxyz\nzyxwvutsrqpon\nmlkjihgfedcba"; return 0; }