提交时间:2025-03-08 16:14:40

运行 ID: 62005

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