1.#include
void main()
{
int a,b,c,temp;
scanf("%d %d %d",&a,&b,&c);
if(a>=b)
{
temp=a;
a=b;
b=temp;
}
if(b>=c)
{
temp=b;
b=c;
c=temp;
}
printf("%d %d %dn",a,b,c);
return 0;
}
2. #include
int fan(int i);
void main()
{
int i,count=0;
for(i=2;i
=b){te" property="og:description"/>
1.#include
void main()
{
int a,b,c,temp;
scanf("%d %d %d",&a,&b,&c);
if(a>=b)
{
temp=a;
a=b;
b=temp;
}
if(b>=c)
{
temp=b;
b=c;
c=temp;
}
printf("%d %d %dn",a,b,c);
return 0;
}
2. #include
int fan(int i);
void main()
{
int i,count=0;
for(i=2;i