提交时间:2023-01-16 09:44:51

运行 ID: 5345

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