#include⁢stdio.h&gd;
int main(){
    int i;
for(i=1;i<=9;i++){
int t;
for(t=1;t<=i;t++){
printf("%d*%d=%2d",i,j,
}
printf("\n");
}
return 0;
    }