急急急!!!!!!!!!!!电脑运行有问题,手机上没事
c4droid吧
全部回复
仅看楼主
level 2
2017年12月10日 11点12分 1
level 2
#include <stdio.h>
void main(void)
{
long int n=0,m=0,a[99][99];
a[n][m]=0;a[n][m+1]=1;
printf("1\n");
for(n=0;n<10;n++)
{
for(m=0;m<=n+1;m++)
{a[n+1][m+1]=a[n][m]+a[n][m+1];
printf("%ld,",a[n+1][m+1]);}
printf("\n");
}
}
2017年12月10日 11点12分 3
level 11
百度一下就好了
2017年12月10日 12点12分 5
level 9
a没初始化
2017年12月10日 13点12分 6
1