class _{static{int i,j=1;for(i=1;i++<10;j=10*j+i)System.out.printf("%9d * 9 +%3d = %d\n",j,i,j*9+i);}}