为jun木而生


私信TA

用户名:seventh

访问量:14507

签 名:

chongchongchong!!!

等  级
排  名 747
经  验 3816
参赛次数 2
文章发表 21
年  龄 0
在职情况 学生
学  校 湖南警察学院
专  业 计科

  自我简介:

emmmmmmm

解题思路:眼里只有最大值,哼。。。。。

注意事项:回不去的哦!

参考代码:

#include<stdio.h>
int main()
{
    int a,b,c;
    scanf("%d%d%d",&a,&b,&c);
    if(a>b)b=a;
    if(c>b)b=c;
    printf("%d",b);
    return 0;
}

感觉代码对你有用的话,留下你的赞赞吧(#^.^#)

 

0.0分

7 人评分

  评论区

好简洁!
2019-03-01 17:05:51
  • «
  • 1
  • »