奶爸的孩子


私信TA

用户名:Zyg117

访问量:3249

签 名:

等  级
排  名 37941
经  验 346
参赛次数 0
文章发表 3
年  龄 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 人评分

  评论区