提交时间:2023-01-11 12:02:17

运行 ID: 3873

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