填空题

以下程序的输出的结果是______。 int x=3; main() { int i; for (i=1;i<x;i++) incre(); } incre() { staic int x=1; x*=x+1; printf("%d",x); }

【参考答案】

Z