1062 找子串
Submit solution
Points:
100
Time limit:
1.0s
Memory limit:
32M
Problem types
Allowed languages
C, C++, Java, Python
Description
输入一些字串对,从第一个字串中找第二个字串。找到就说“Yes”,否则就说“No”。
Sample
Input
abcde a3
defsgbdffgfgbn dff
Output
No
Yes
Comments