int f(int n) { static int f=1; f=f*n; return f; }

我要回帖

 

随机推荐