2 回答
已采納

望遠
TA貢獻1017條經(jīng)驗 獲得超1032個贊
#include?<stdio.h> int?main(){ int?a,b,c,temp; ?printf("請輸入三個整數(shù):"); ?scanf("%d%d%d",&a,&b,&c); ?printf("a=%d?b=%d?c=%d\n",a,b,c); ?if(a<b){ ?temp=a; ?a=b; ?b=temp; ?} ?if(a<c){ ?temp=a; ?a=temp; ?a=c; ?} ?printf("最大值為:%d\n",a); }
運行結(jié)果:
- 2 回答
- 1 關(guān)注
- 1466 瀏覽
添加回答
舉報
0/150
提交
取消