作者在 2019-05-28 22:47:05 发布以下内容
新学C语言 想要知道三个数中最大的数 这样为什么不对呢 错误点在哪呢
#include <stdio.h>
int mian ()
{
int a, b, c;
{
if (a >b)
{
a > c;
printf a;
}
else b > c;
printf b;
}
else printf c;
return 0;
}