新学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;
}
新学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;
}