提交时间:2023-04-25 22:17:10

运行 ID: 15618

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