C语言-求三个数最大值

#include "stdio.h"void main(){double a,b,c,max;printf("请输入三个数a,b,c:");scanf("%lf%lf%lf",&a,&b,&c);if

腾讯文库C语言-求三个数最大值C语言-求三个数最大值