#include "stdio.h"
main()
{char a,b;
for(a=′0′,b=′9′;a <b;a++,b--)
printf( "%c%c",a,b);
printf("\n");}