字符串练习题:【CF119D】 String Transformation(KMP或哈希,枚举,各种优化)

出处:http://blog.csdn.net/ACM_cxlove?viewmode=contents    by---cxlove  

题目:有两个串,s,f  f(s, i, j) = s[i + 1... j - 1] + r(s[j... n - 1]) + r(s[0... i])

通过二元组(i,j)对原串s进行变换,得到新的串,现在要你求这个二元组

http://codeforces.com/problemset/problem/119/D


D. String Transformation
time limit per test
2 seconds
memory limit per test
256 megabytes
input
standard input
output
standard output

Let s be a string whose length equals n. Its characters are numbered from 0 to n - 1,i and j are integers,0 ≤ i < j < n. Let's define functionf as follows:

f(s, i, j) = s[i + 1...j - 1] + r(s[j... n - 1]) + r(s[0...i]).

Here s[p... q] is a substring of strings, that starts in position p and ends in position q (inclusive); "+" is the string concatenation operator;r(x) is a string resulting from writing the characters of thex string in the reverse order. If j = i + 1, then the substring s[i + 1...j - 1] is considered empty.

You are given two strings a and b. Find such values of i andj, that f(a, i, j) = b. Numberi should be maximally possible. If for thisi there exists several valid values of j, choose the minimal j.

Input

The first two input lines are non-empty strings a andb correspondingly. Each string's length does not exceed106 characters. The strings can contain any characters with ASCII codes from 32 to 126 inclusive.

Output

Print two integers i, j — the answer to the problem. If no solution exists, print "-1 -1" (without the quotes).

Sample test(s)
Input
Die Polizei untersucht eine Straftat im IT-Bereich.
untersucht eine Straftat.hciereB-TI mi  ieziloP eiD
Output
11 36
Input
cbaaaa
aaaabc
Output
4 5
Input
123342
3324212
Output
-1 -1

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值