着急有
大家好:
我想和大家问个c语言问题,希望大家关注,
include <stdio.h>
main( )
{
int a,b,c,max;
printf("请输入三个数a,b,c,\n");
scanf("%d,%d,%d",&a,&b,&c);
max=a;
if (max<b)
max=b;
if(max<c)
max=c"
printf (“最大数为:%d",max);
}
这个程序有问题吗??
在我这提示错误 stdio.h错误??我不明白,怎么会是。
我用的是borlandC~~希望大家关注。谢谢