#C. 环状字符串

    Type: Default 1000ms 256MiB

环状字符串

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

33DAI 把一个字符串 ss 写在了纸杯杯壁上,这样字符串就构成了环。

比如 ss 当是 "abcd1234" 时,如下图按顺序 a 后面是 bd 后面是 14 后面是 a

请输出 ss 中,从第 nn 个字符开始,按环上顺序的 mm 个字符(可以重叠,详见样例数据)。

比如 ss 当是 "abcd1234" 时,从第 44 个字符开始的 77 个字符就是:d1234ab.

输入格式

第一行为字符串 ss

第二行为空格隔开的两个整数 n,mn,m

输出格式

输出一行,为按题目要求的字符串。

abcd1234
4 7
d1234ab
abcd1234
6 10
234abcd123

数据规模与约定

对于 100%100\% 的数据,保证:ss 中仅包含大小写英文字母及数字字符,1s1001\le |s|\le 1001ns1\le n\le |s|1m5001\le m\le 500。其中 s|s| 表示字符串 ss 的长度。

  • 子任务 1(30 分):保证 n+m1sn+m-1\le |s|
  • 子任务 2(30 分):保证 msm\le |s|
  • 子任务 3(30 分):没有特殊限制。

挖土机周赛R1

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
5
Start at
2024-1-24 19:00
End at
2024-1-24 21:00
Duration
2 hour(s)
Host
Partic.
16