提交时间:2024-01-27 21:06:31

运行 ID: 38661

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