私信TA
用户名:Zyg117
访问量:3347
签 名:
自我简介:
作者: 奶爸的孩子 发表时间:2017-06-21 18:13:25 浏览:720 | 评论:0
这编译器居然不让我通过!!!!!
# include<stdio.h>
int main(void)
{
int a,b,c,max;
printf("please input a b c Seperated by space:\n");
scanf("%d %d %d",&a,&b,&c);
max = a > b ? a:b;
max = max > c ? max:c;
printf("the max is:%d\n",max);
return 0;
}
0.0分
0 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧