华为OJ——字符串匹配
字符串匹配
题目描述 题目标题:
判断短字符串中的所有字符是否在长字符串中全部出现
详细描述:
接口说明
原型:
boolIsAllCharExist(char* pShortString,char* pLongString);
输入参数:
char* pShortString:短字符串
【华为OJ——字符串匹配】char* pLongString:长字符串
输入描述: 输入两个字符串。第一个为短字符,第二个为长字符。
输出描述: 返回值:
输入例子: bc
abc
输出例子: true
解答代码:
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int main()
{
string s1,s2;
//freopen("1.txt","r",stdin);
while(getline(cin,s1))
{
getline(cin,s2);
int len=s1.length();
int flag=1;
for(int i=0;
i
推荐阅读
- 急于表达——往往欲速则不达
- 慢慢的美丽
- 《真与假的困惑》???|《真与假的困惑》??? ——致良知是一种伟大的力量
- 2019-02-13——今天谈梦想()
- 考研英语阅读终极解决方案——阅读理解如何巧拿高分
- Ⅴ爱阅读,亲子互动——打卡第178天
- 低头思故乡——只是因为睡不着
- 华为旁!大社区、地铁新盘,佳兆业城市广场五期!
- 取名——兰
- 每日一话(49)——一位清华教授在朋友圈给大学生的9条建议