提交时间:2024-09-21 10:51:49
运行 ID: 51354
#include<bits/stdc++.h> using namespace std; int main() { cout<<"abcdefghijklm"<<endl<<"nopqrstuvwxyz"<<endl<<"zyxwvutsrqpon"<<endl<<"mlkjihgfedcba"; return 0; }