提交时间:2023-01-28 13:25:27

运行 ID: 6669

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