请懂编程的朋友进来一下,谢谢!

2025-01-01 01:05:43
推荐回答(1个)
回答1:

main()
{
int a,b,c,max;
printf("please enter three numbers\n");
scanf("%d%d%d\n",&a,&b,&c);
max==a;
if (max {max==b}
else if (max {max==c}
printf("the biggest number is: %d",max);
}