题解 | #密码验证#

密码验证

https://www.nowcoder.com/practice/895b3b552d80485cb5e426a0ebf9a251

#include <stdio.h>
#include <string.h>
int main() 
{
    char code[100],rep[100];
    scanf("%s %s",code,rep);
    int m=strcmp(code,rep);
    if(m==0)
    printf("same");
    else
    printf("different");
	return 0;
}

全部评论

相关推荐

贪食滴🐶:你说熟悉扣篮的底层原理,有过隔扣职业球员的实战经验吗
点赞 评论 收藏
分享
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务