提交时间:2023-02-02 17:08:46
运行 ID: 7250
#include<bits/stdc++.h> using namespace std; int main() { cout<<"abcdefghijklm"<<endl cout<<"nopqrstuvwxyz"<<endl cout<<"zyxwvutsrqpon"<<endl cout<<"mlkjihgfedcba" return 0; }