提交时间:2023-12-30 16:21:53

运行 ID: 35260

#include<iostream> using namespace std; int main() { cout<<"abcdefghijklm"<<endl<<"nopqrstuvwxyz"<<endl<<"zyxwvutsrqpon"<<endl<<"mlkjihgfedcba"; retrun 0; }