#include<iostream> int main{ printf("abcdefghijklm"); printf("nopqrstuvwxyz"); printf("zyxwvutsrqpon"); printf("mlkjihgfedcba"); return 0; }