提交时间:2023-01-16 13:45:03

运行 ID: 5401

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