腾讯需要我


私信TA

用户名:uq_67583520120

访问量:493

签 名:

等  级
排  名 4175
经  验 1749
参赛次数 1
文章发表 4
年  龄 19
在职情况 学生
学  校 湖南大学
专  业 电子信息工程

  自我简介:

欢迎共同讨论

TA的其他文章

金币超简单
浏览:294

解题思路:

注意事项:

参考代码:

#include <stdio.h>

# define  f(a, b, c) max = a>b?(b>c?a:(a>c?a:c))  : (b<c?c:b)  

int main()

{

    float a, b, c, max;

    scanf("%f%f%f", &a, &b, &c);

    max = f(a, b, c);

    printf("%.3f\n", max);

    printf("%.3f\n", max);

    return 0;

}


 

0.0分

1 人评分

  评论区

  • «
  • »