标题:为什么这样不能比大小呀 刚学C语言请各位大佬帮忙看看
取消只看楼主
闲鱼野鹤、
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2018-11-25
结帖率:0
已结贴  问题点数:20 回复次数:0 
为什么这样不能比大小呀 刚学C语言请各位大佬帮忙看看
# include <stdio.h>
 int main()
 {
     int a,b,c,temp;
     scanf("%d,%d,%d",&a,&b,&c);
     if(a>b)
     {
         temp=a;
     printf("%d\n",temp);
     }
      else
      {temp=b;
          printf("%d\n",temp);
      }
     
    if (temp>c);
     {
         printf("%d\n",temp);
     }
     else
     { printf("%d\n",c);}
     return 0;
 }
搜索更多相关主题的帖子: 大小 C语言 int temp printf 
2018-11-25 10:13



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-491534-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.958956 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved