1080: X图形
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:104
Solved:64
Description
输入一个数字$n$,输出图形。
Input
一行,包含一个正整数 $n$。
Output
输出图形。
Sample Input Copy
5
Sample Output Copy
5 8
4 7
3 6
2 5
1 4
0
4 1
5 2
6 3
7 4
8 5
HINT
2 ≤ n ≤ 9