#include<stdio.h>
main()
{ int i,j;
printf(”\n\n\n”);
for(i=1;i<=9;i++)
{for(j=1;j<=i;j++)
printf(”%d*%d=%d”,j,i,i*j);
printf(”\n”);}
}
--------------------------------------------
http://wwweye.126.com
e-mail:
[email protected]
本文地址:http://com.8s8s.com/it/it26952.htm