4949: 循环打印小写字母表
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:55
Solved:13
Description
把英文字母表的小写字母按顺序和倒序打印出来。(每行n个)
Input
一个整数n,表示一行多少个字母
Output
连续打印正序和倒序的小写字母,每行n个。
Sample Input Copy
13
Sample Output Copy
abcdefghijklm
nopqrstuvwxyz
zyxwvutsrqpon
mlkjihgfedcba