题解 | #字符串字符匹配#

字符串字符匹配

http://www.nowcoder.com/practice/22fdeb9610ef426f9505e3ab60164c93

#include<stdio.h>
#include<string.h>
int main(){
    char short_str[300]={'\0'},long_str[300]={'\0'};
    int count=0;
    while(scanf("%s",short_str)>0){
        scanf("%s",long_str);
        for(int i=0;i<strlen(short_str);i++){
            for(int j=0;j<strlen(long_str);j++){
                if(long_str[j]==short_str[i]){
                    count++;
                    break;
                }
            }
        }
        if(count==strlen(short_str))
            printf("true");
        else printf("false");
    }
}
全部评论

相关推荐

点赞 评论 收藏
分享
牛客50327486...:腾讯官方:我们没有人机对局
点赞 评论 收藏
分享
运营你豪哥:1.模板换一个,现在的模板基础信息加个照片已经占了30%的空间。 2.实习经历的描述,按时间倒序标注清楚,选2-3段和你求职意向契合的经历填写。 3.自我评价再改改,要不就删了;怎么感觉自我评价是在介绍你专业的培养体系,看不出重点要突出什么。
听劝,这个简历怎么改
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务