(资料图)1、main(){ int i,j;for(i=1;i<=9;i++){ for(j=1;j<=i;j++){printf("%d*%d=%d",i,j,i*j);}printf("");}}。本文到此分享完毕,希望对大家有所帮助。