當前位置:編程學習大全網 - 網站源碼 - 1 2 3 4 5 2 4 6 8 10 3 6 9 13 15 4 8 12 16 20 с語言源代碼?

1 2 3 4 5 2 4 6 8 10 3 6 9 13 15 4 8 12 16 20 с語言源代碼?

#include <stdio.h>

void main()

{

for(int i=1;i<5;i++)

{

for(j=1;j<=5;j++)

printf("%d ",i*j);

printf("\n");

}

}

是這樣的效果請采納,非,請詢問

  • 上一篇:手機網站源代碼
  • 下一篇:源代碼兩位乘法
  • copyright 2024編程學習大全網