Toggle navigation
编绘童年
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Problem2787--箭头衔接数字
2787: 箭头衔接数字
Time Limit:
1
Sec
Memory Limit:
128 MB
Submit:
291
Solved:
207
[
Status
] [
Submit
] [Creator:
]
Description
输出 1 到 n,以 -> 衔接。 减号和大于号
Input
一个整数 n(1 ≤ n ≤ 1000)。
Output
一行,输出 1 到 n,以 -> 衔接。
Sample Input
Copy
5
Sample Output
Copy
1->2->3->4->5
Source/Category