#includemain(){int a=0,b=0,c=0,max,min,d;scanf("%d%d%d",&a,&b,&c);max=a>b?a:b;max=max>c?max:c;min=amin=maxprintf("%d %d %d" ,max,d,min);}
是对读入的三个数排序吗