提交时间:2023-01-17 08:45:57

运行 ID: 5640

#include<bits/stdc++.h> using namespace std; int main() { cout<<"abcdefghijklm"<<endl; cout<<"nopqrstuvwxyz"<<endl; cout<<"zyxwvutsrqpon"<<endl; cout<<"mlkjihgfedcba"<<endl; return 0; }