小谭梦想的猪


私信TA

用户名:Z1810820030

访问量:18655

签 名:

等  级
排  名 386
经  验 5141
参赛次数 5
文章发表 69
年  龄 0
在职情况 学生
学  校 贺州学院
专  业

  自我简介:

当时还小,不懂事,选了这个专业,成为了码农 如果能从新选择,一定不选这个专业。。。。

解题思路:

注意事项:

参考代码:

#include<stdio.h>

#include<string.h>

int main()

{

int k;

char st1[100];

char st2[100];

scanf("%s",st1);

scanf("%s",st2);

k=strcmp(st1,st2);

if(k==0) printf("0\n");

if(k>0)  printf("1\n");

if(k<0)  printf("-1\n");


return 0;

}


 

0.0分

0 人评分

  评论区

  • «
  • »