main(){int a,b,c,t;scanf("%d%d%d",&a,&b,&c);if(a {t=a;a=b;b=t;}if(a {t=a;a=c;c=t;}if(b {t=b;b=c;c=t;}printf("%d %d %d\n",a,b,c);getch();}