填空题

有以下程序:
#include <stdio.h>
main()
inti, n[]=0,0,0,0,0;
for(i=1;i<=4;i++)
n[i]=n[i-11*3+1; printf("%d",n[i);

程序运行后输出的结果是______。

【参考答案】

141340