作者friendwind (friendwind)
看板ESOE-92
標題[公告] third work
時間Wed Apr 21 09:15:38 2004
#include<stdio.h>
void product();
void main()
{
product();
}
void product()
{
for(int i=1;i<10;i++)
{
for(int j=1;j<10;j++)
printf("%d * %d = %d \n",i,j,i*j);
printf("\n");
}
}
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.182.61
1F:→ llecila:謝謝~ 推 210.85.9.22 04/21