bang cuu chuong
/*bang cuu chuong*/
#include<stdio.h>
#include<conio.h>
#include<math.h>
int main()
{
int i,j;
for(i=1;i<=9;i++)/*i la cot, j la hang*/
{
printf("
");
for(j=1;j<=9;j++)
{
printf("%d*%d=%d\t",j,i,i*j);
}
}
getch();
return 0;
}
/*chay het cot 1x roi den cot 2x*/
Bạn đang đọc truyện trên: AzTruyen.Top