填空题

以下程序运行后的输出结果是
#include <stdio.h>
msin()
int i,n[]=0,0,0,0,0;
for(i=1;i<=4;i++)
n[i]=n[i-1]*2+1;
printf("%d",n[i]);

【参考答案】

1 3 7 15