本文共 128 字,大约阅读时间需要 1 分钟。
int anr(int n,int r) { //求n的r排列 int res=1; for(int i=0;i
转载于:https://www.cnblogs.com/A-way/archive/2013/04/27/3047633.html