提交时间:2025-09-23 19:35:54
运行 ID: 67629
#include <iostream> using namespace std; int main() { cout<<"abcdefghijklm"<<endl; cout<<"nopqrstuvwxyz"<<endl; cout<<"zyxwvutsrqpon"<<endl; cout<<"mlkjihgfedcba"; return 0; }