#include<stdio.h>
#include<conio.h>
int main(void)
{
int i,j;
for(i=1;i<10;i++)
{
for(j=1;j<=i;j++)
printf("%4d",i*j);
putchar('\n');
}
getch();
return 0;
}
#include<conio.h>
int main(void)
{
int i,j;
for(i=1;i<10;i++)
{
for(j=1;j<=i;j++)
printf("%4d",i*j);
putchar('\n');
}
getch();
return 0;
}
My Blog: www.aiexp.info
虽然我的路是从这里开始的,但是这里不再是乐土.感谢曾经影响过,引导过,帮助过我的董凯,飞燕,leeco,starwing,Rockcarry,soft_wind等等等等.别了,BCCN.