提交时间:2025-03-07 15:29:18

运行 ID: 61854

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