3408: 验证子串

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

[md] 输入两个字符串,验证其中一个串是否为另一个串的子串。 [/md]

Sample Input Copy

abc
dddncabca

Sample Output Copy

abc is substring of dddncabca