提交时间:2023-04-29 19:40:39
运行 ID: 16144
#include<iostream> using namespace std; int main() { cout<<"abcdefghijklm"<<endl<<"nopqrstuvwxyz"<<endl<<"zyxwvutsrqpon"<<endl<<"mlkjihgfedcba"; return 0; }