Run ID:3040

提交时间:2024-03-17 14:37:08

#include<iostream> using namespace std; int main(){ cout<<"abcdefghijklmnopqrstuvwxyz"<<endl<<"ZYXWVUTSRQPONMLKJIHGFEDCBA"; return 0; }