#include<iostream> using namespace std; int main() { printf("abcdefghijklm\nnopqrstuvwxyz\nzyxwvutsrqpon\nmlkjihgfedcba"); }