导航切换
WWOJ
ProblemSet
Status
RankList
Contest
Recent
F.A.Q
Login
Login
Register
1162: 字符串替换
Time Limit:
1 Sec
Memory Limit:
256 MB
Submission:
52
AC:
24
Score:
100.00
Submit
Codes
Description
输入两个字符串a,b,再输入两个整数x,y,将字符串 a 中 区间[x,y] 的字符串替换为字符串 b
Input
输入包含三行:
第一行包含一个字符串a,
第二行包含一个字符串b,
第三行包含两个整数x,y
Output
输出替换后的字符串
Samples
input:
ascdfgwryu xxx 3 6
output:
asxxxwryu
Source
C语言练习题
Submit
Codes