提交时间:2024-12-28 11:02:16

运行 ID: 3401

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