阿阿阿里路亚


私信TA

用户名:yxy94946

访问量:3607

签 名:

等  级
排  名 4225
经  验 1740
参赛次数 0
文章发表 6
年  龄 0
在职情况 学生
学  校 重庆第二师范学院
专  业

  自我简介:

解题思路:

注意事项:

参考代码:

#include <stdio.h>

#include <string.h>

char max[10000];

void compare(char *a,char *temp)

{

if(strlen(a)>strlen(temp))

strcpy(temp,a);

}

int main()

{

char a[10000][100];

int i=0;

while(scanf("%s",a[i])!=EOF)

{

compare(a[i],max);

i++;

}

printf("%s",max);

return 0;

}


 

0.0分

0 人评分

  评论区

  • «
  • »