提交时间:2025-11-07 17:40:20
运行 ID: 73176
#include <bits/stdc++.h> using namespace std; int main( ) { cout<<"abcdefghijklm"<<endl; cout<<"nopqrstuvwxyz"<<endl; cout<<"zyxwvutsrqpon"<<endl; cout<<"mlkjihgfedcba"<<endl; return 0; }