三個數按順序輸出

#include<stdio.h> void max(int *a,int *b,int *c){ int temp; if(*a<*b){ temp=*a; *a=*b; *b=temp; } if(*a<*c){ temp=*a
相關文章
相關標籤/搜索