var a=0;for(i<-1 to 9){a=a*10+i;printf("%9d * 9 +%3d = %d\n",a,i+1,a*9+i+1)}