재 귀 계산 전체 배열

원본 링크:http://www.cnblogs.com/ChenAlong/p/4696946.html
#include 
#include
using namespace std;
#define mod 1000000007
#define maxn 100
int cn[maxn][maxn];
//         C_n^k
void compute_cn()
{
    cn[1][0] = cn[1][1] = 1;
    for(int i= 2;i<=maxn;i++)
    {
        cn[i][0] = cn[i][i] = 1;
        for(int j = 1;j>n>>k)
    {
        cout<

  
다음으로 전송:https://www.cnblogs.com/ChenAlong/p/4696946.html

좋은 웹페이지 즐겨찾기