三个数按顺序输出

#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
相关文章
相关标签/搜索