#3055. 字符串跳步【无数据】
字符串跳步【无数据】
No testdata at current.
题目描述
给定一个字符串,你需要从第start位开始每隔step位输出字符串对应位置上的字符。
输入格式
第一行一个只包含小写字母的字符串。
第二行两个非负整数start和step,意义见上。
输出格式
一行,表示对应输出。
abcdefg
2 2
ceg
Statistics
Related
In following contests:
No testdata at current.
给定一个字符串,你需要从第start位开始每隔step位输出字符串对应位置上的字符。
第一行一个只包含小写字母的字符串。
第二行两个非负整数start和step,意义见上。
一行,表示对应输出。
abcdefg
2 2
ceg
By signing up a 战码少年-战码青少年编程(专业信息学奥赛编程训练) universal account, you can submit code and join discussions in all online judging services provided by us.