构造字符串
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.
题目描述
现构造一新字符串,规则如下:
S(0)=momo
S(1)=S(0)+o+m+S(0)=momo+o+m+momo=momoommomo
S(2)=S(1)+oo+m+S(1)=momoommomo+oo+m+momoommomo= momoommomooommomoommomo
通过上面规则可以知道,第n个字符=第n-1个字符+n个o+m+第n-1个字符,现在给出两个整数x,y,这样一直构造字符串,直到最后产生的那个字符串长度不小于整数y才停止。求构造出的第x到y个字符。
输入格式
第一行为空格隔开的两个整数x,y
输出格式
输出第x到y个字符
样例
1 22
momoommomooommomoommom
Limitation
1xy$\lt$60000
2024年第八届西南石油大学程序设计新生赛(正式赛)
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 13
- Start at
- 2024-10-27 14:15
- End at
- 2024-10-27 18:15
- Duration
- 4 hour(s)
- Host
- Partic.
- 77