段落

TimeLimit:1000MS  MemoryLimit:256MB
64-bit integer IO format:%I64d
未提交 | 登录后收藏
Problem Description

User ainta is making a web site. This time he is going to make a navigation of the pages. In his site, there are n pages numbered by integers from 1 to n. Assume that somebody is on the p-th page now. The navigation will look like this:

<< p - k p - k + 1 ... p - 1 (p) p + 1 ... p + k - 1 p + k >>

When someone clicks the button "<<" he is redirected to page 1, and when someone clicks the button ">>" he is redirected to page n. Of course if someone clicks on a number, he is redirected to the corresponding page.

There are some conditions in the navigation:

  • If page 1 is in the navigation, the button "<<" must not be printed.
  • If page n is in the navigation, the button ">>" must not be printed.
  • If the page number is smaller than 1 or greater than n, it must not be printed.
 

You can see some examples of the navigations. Make a program that prints the navigation.

Input

The first and the only line contains three integers n, p, k (3 ≤ n ≤ 100; 1 ≤ p ≤ n; 1 ≤ k ≤ n)

Output

Print the proper navigation. Follow the format of the output from the test samples.

SampleInput 1
17 5 2
SampleOutput 1
<< 3 4 (5) 6 7 >>
SampleInput 2
6 5 2
SampleOutput 2
<< 3 4 (5) 6
SampleInput 3
6 1 2
SampleOutput 3
(1) 2 3 >>
SampleInput 4
6 2 2
SampleOutput 4
1 (2) 3 4 >>
SampleInput 5
9 6 3
SampleOutput 5
<< 3 4 5 (6) 7 8 9
SampleInput 6
10 6 3
SampleOutput 6
<< 3 4 5 (6) 7 8 9 >>
SampleInput 7
8 5 4
SampleOutput 7
1 2 3 4 (5) 6 7 8
Submit
题目统计信息详细
总AC数0
通过人数0
尝试人数10
总提交量11
AC率0.00%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: