237
314
2万
管理员
jiecheng(int x){ if(x == 0 || x == 1) return 1; return x * jiecheng(x - 1); }
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页