提交时间:2023-01-13 11:57:11

运行 ID: 4939

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