|
||||||||||
CycleTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 848 Accepted Submission(s): 304 Problem Description Alice get two strings and the lengths are both N. Bored Alice wanna know whether all equal length prefix string of these two strings are CycleEqual. For example, "abc" and "bca" and "cab" are CycleEqual. So you need output N character, '0' is no, '1' is yes. Input The input contains multiple test cases. For each test case, the first contains one string and the second line contains one string. The lengths of strings are both $N(1\leq N\leq 10000)$. Output For each test case, output N characters. For ith character, if prefix strings of first i character are CycleEqual, output '1', else output '0'. Sample Input
Sample Output
Author ZSTU Source | ||||||||||
|