Problem1005--字符串存在判定

1005: 字符串存在判定

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 7471  Solved: 4473
[Submit] [Status] [Web Board] [Creator:]

Description

Pile 想要知道,一个字符串在另一个字符串内是否存在。

Input

输入第一个字符串表示字符串 a;
第二行一个字符串 b

Output

输出 'True' 或者 'False' ,表示字符串是否存在。

Sample Input

3
233

Sample Output

True

Source/Category


[Submit] [Status]