結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー face4face4
提出日時 2018-11-15 13:25:06
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 76 ms / 2,000 ms
コード長 1,305 bytes
コンパイル時間 790 ms
コンパイル使用メモリ 70,940 KB
実行使用メモリ 18,160 KB
最終ジャッジ日時 2024-06-06 20:07:09
合計ジャッジ時間 5,375 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 1 ms
5,376 KB
testcase_03 AC 1 ms
5,376 KB
testcase_04 AC 12 ms
13,388 KB
testcase_05 AC 4 ms
5,376 KB
testcase_06 AC 8 ms
9,132 KB
testcase_07 AC 16 ms
17,920 KB
testcase_08 AC 9 ms
9,600 KB
testcase_09 AC 18 ms
15,504 KB
testcase_10 AC 7 ms
5,376 KB
testcase_11 AC 19 ms
15,744 KB
testcase_12 AC 6 ms
5,376 KB
testcase_13 AC 37 ms
17,964 KB
testcase_14 AC 11 ms
5,376 KB
testcase_15 AC 6 ms
5,376 KB
testcase_16 AC 11 ms
8,576 KB
testcase_17 AC 15 ms
11,776 KB
testcase_18 AC 51 ms
12,892 KB
testcase_19 AC 2 ms
5,376 KB
testcase_20 AC 2 ms
5,376 KB
testcase_21 AC 1 ms
5,376 KB
testcase_22 AC 1 ms
5,376 KB
testcase_23 AC 2 ms
5,376 KB
testcase_24 AC 1 ms
5,376 KB
testcase_25 AC 1 ms
5,376 KB
testcase_26 AC 2 ms
5,376 KB
testcase_27 AC 1 ms
5,376 KB
testcase_28 AC 1 ms
5,376 KB
testcase_29 AC 2 ms
5,376 KB
testcase_30 AC 2 ms
5,376 KB
testcase_31 AC 2 ms
5,376 KB
testcase_32 AC 1 ms
5,376 KB
testcase_33 AC 2 ms
5,376 KB
testcase_34 AC 2 ms
5,376 KB
testcase_35 AC 2 ms
5,376 KB
testcase_36 AC 1 ms
5,376 KB
testcase_37 AC 2 ms
5,376 KB
testcase_38 AC 2 ms
5,376 KB
testcase_39 AC 1 ms
5,376 KB
testcase_40 AC 2 ms
5,376 KB
testcase_41 AC 2 ms
5,376 KB
testcase_42 AC 1 ms
5,376 KB
testcase_43 AC 1 ms
5,376 KB
testcase_44 AC 1 ms
5,376 KB
testcase_45 AC 1 ms
5,376 KB
testcase_46 AC 2 ms
5,376 KB
testcase_47 AC 2 ms
5,376 KB
testcase_48 AC 1 ms
5,376 KB
testcase_49 AC 56 ms
13,620 KB
testcase_50 AC 8 ms
6,400 KB
testcase_51 AC 5 ms
5,376 KB
testcase_52 AC 22 ms
15,088 KB
testcase_53 AC 9 ms
6,144 KB
testcase_54 AC 26 ms
17,700 KB
testcase_55 AC 5 ms
5,632 KB
testcase_56 AC 6 ms
5,376 KB
testcase_57 AC 27 ms
10,368 KB
testcase_58 AC 48 ms
16,508 KB
testcase_59 AC 38 ms
13,516 KB
testcase_60 AC 18 ms
6,944 KB
testcase_61 AC 76 ms
17,380 KB
testcase_62 AC 25 ms
11,008 KB
testcase_63 AC 50 ms
13,748 KB
testcase_64 AC 23 ms
16,124 KB
testcase_65 AC 10 ms
5,504 KB
testcase_66 AC 16 ms
6,144 KB
testcase_67 AC 19 ms
11,008 KB
testcase_68 AC 24 ms
17,352 KB
testcase_69 AC 12 ms
13,992 KB
testcase_70 AC 9 ms
10,880 KB
testcase_71 AC 6 ms
7,632 KB
testcase_72 AC 14 ms
16,092 KB
testcase_73 AC 8 ms
8,320 KB
testcase_74 AC 8 ms
7,936 KB
testcase_75 AC 8 ms
8,024 KB
testcase_76 AC 10 ms
10,752 KB
testcase_77 AC 9 ms
10,740 KB
testcase_78 AC 5 ms
6,144 KB
testcase_79 AC 6 ms
7,296 KB
testcase_80 AC 4 ms
5,888 KB
testcase_81 AC 2 ms
5,376 KB
testcase_82 AC 13 ms
15,364 KB
testcase_83 AC 7 ms
9,088 KB
testcase_84 AC 5 ms
6,144 KB
testcase_85 AC 16 ms
16,964 KB
testcase_86 AC 13 ms
15,456 KB
testcase_87 AC 3 ms
5,376 KB
testcase_88 AC 2 ms
5,376 KB
testcase_89 AC 23 ms
9,804 KB
testcase_90 AC 42 ms
18,160 KB
testcase_91 AC 58 ms
14,208 KB
testcase_92 AC 11 ms
6,016 KB
testcase_93 AC 41 ms
13,340 KB
testcase_94 AC 11 ms
13,140 KB
testcase_95 AC 34 ms
10,172 KB
testcase_96 AC 38 ms
17,896 KB
testcase_97 AC 32 ms
15,688 KB
testcase_98 AC 23 ms
16,116 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<iostream>
#include<vector>
using namespace std;

typedef long long ll;
const ll mod = 1e9 + 7;

ll modpow(ll a, ll b, ll p = 1e9+7){
    if(b == 0)  return 1;

    if(b % 2 == 0){
        ll d = modpow(a, b/2, p);
        return (d*d) % p;
    }else{
        return (a%p * modpow(a, b-1, p)) % p;
    }
}

struct ModComb{
    vector<ll> po, inv;
    ll N;

    ModComb(ll n) : N(n), po(n), inv(n) {
        po[0] = 1;
        for(int i = 1; i < N; i++)  po[i] = (po[i-1] * i) % mod;
        inv[N-1] = modpow(po[N-1], mod-2, mod);
        for(int i = N-2; i >= 0; i--)   inv[i] = (inv[i+1] * (i+1)) % mod;
    }
    
    ll nCk(ll n, ll k){
        if(n < k)   return 0;
        return (((po[n]*inv[n-k])%mod)*inv[k])%mod;
    }

    ll nPk(ll n, ll k){
        if(n < k)   return 0;
        return (po[n]*inv[n-k])%mod;
    }

    ll nHk(ll n, ll k){
        if(n == 0 && k == 0)    return 1;
        return nCk(n+k-1, k);
    }
};

int main(){
    int m;
    cin >> m;

    ModComb mc(m);

    int a, k = 0, sum = 0;
    while(cin >> a){
        if(a == 0){
            cout << 1 << endl;
            return 0;
        }
        k++;
        sum += a;
    }

    sum += k-1;

    if(sum > m)     cout << "NA" << endl;
    else            cout << mc.nHk(k+1, m-sum) << endl;
    
    return 0;
}
0