学习

学习使用cmp函数

#include <iostream>

#include<string.h>

using namespace std;

int main() {

char s[1000];

char c[1000];

cin>>c;

cin>>s;

if(strcmp(c,s)==0)

cout<<"same"<<endl;

else

cout<<"different";

}

全部评论

相关推荐

点赞 收藏 评论
分享
牛客网
牛客企业服务