题解 | #小乐乐计算函数#

小乐乐计算函数

http://www.nowcoder.com/practice/89238e99c36e450786ccf3a9e7481b7b

#include<stdio.h>

int max3(int g, int h, int i) { int max = g>h?g:h; max = max>i?max:i; return max; }

int main() { int a,b,c,d,e,f; float k; scanf("%d %d %d", &a,&b,&c); d=max3(a+b,b,c); e=max3(a,b+c,c); f=max3(a,b,b+c); printf("%.2f",k = k = (float)d / (float)(e + f)); return 0; }

全部评论

相关推荐

邮小鼠:粤嵌的项目水的要死 来我们学校带过课程实习 项目名字是车机终端 实际上就是写了了个gui 还是老师把代码发给你你改改的那种
点赞 评论 收藏
分享
像好涩一样好学:这公司我也拿过 基本明确周六加班 工资还凑活 另外下次镜头往上点儿
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务