結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー kkey000kkey000
提出日時 2024-06-28 19:18:59
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 113 ms / 2,000 ms
コード長 1,727 bytes
コンパイル時間 846 ms
コンパイル使用メモリ 100,164 KB
実行使用メモリ 52,892 KB
最終ジャッジ日時 2024-06-28 19:19:10
合計ジャッジ時間 8,389 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 48 ms
50,268 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 52 ms
50,236 KB
testcase_03 AC 2 ms
5,376 KB
testcase_04 AC 49 ms
50,396 KB
testcase_05 AC 2 ms
5,376 KB
testcase_06 AC 2 ms
5,376 KB
testcase_07 AC 2 ms
5,376 KB
testcase_08 AC 1 ms
5,376 KB
testcase_09 AC 59 ms
50,676 KB
testcase_10 AC 58 ms
50,884 KB
testcase_11 AC 57 ms
50,644 KB
testcase_12 AC 52 ms
50,848 KB
testcase_13 AC 71 ms
51,564 KB
testcase_14 AC 56 ms
50,696 KB
testcase_15 AC 49 ms
50,772 KB
testcase_16 AC 52 ms
50,984 KB
testcase_17 AC 56 ms
50,664 KB
testcase_18 AC 113 ms
52,684 KB
testcase_19 AC 48 ms
50,268 KB
testcase_20 AC 50 ms
50,328 KB
testcase_21 AC 50 ms
50,272 KB
testcase_22 AC 53 ms
50,268 KB
testcase_23 AC 51 ms
50,272 KB
testcase_24 AC 53 ms
50,340 KB
testcase_25 AC 49 ms
50,336 KB
testcase_26 AC 51 ms
50,268 KB
testcase_27 AC 51 ms
50,356 KB
testcase_28 AC 50 ms
50,396 KB
testcase_29 AC 50 ms
50,268 KB
testcase_30 AC 51 ms
50,268 KB
testcase_31 AC 50 ms
50,264 KB
testcase_32 AC 52 ms
50,268 KB
testcase_33 AC 51 ms
50,268 KB
testcase_34 AC 49 ms
50,264 KB
testcase_35 AC 52 ms
50,396 KB
testcase_36 AC 53 ms
50,268 KB
testcase_37 AC 71 ms
50,268 KB
testcase_38 AC 55 ms
50,268 KB
testcase_39 AC 53 ms
50,184 KB
testcase_40 AC 53 ms
50,224 KB
testcase_41 AC 54 ms
50,232 KB
testcase_42 AC 53 ms
50,188 KB
testcase_43 AC 51 ms
50,228 KB
testcase_44 AC 51 ms
50,264 KB
testcase_45 AC 52 ms
50,268 KB
testcase_46 AC 52 ms
50,268 KB
testcase_47 AC 50 ms
50,188 KB
testcase_48 AC 49 ms
50,400 KB
testcase_49 AC 50 ms
7,628 KB
testcase_50 AC 5 ms
5,376 KB
testcase_51 AC 5 ms
5,376 KB
testcase_52 AC 11 ms
5,376 KB
testcase_53 AC 6 ms
5,376 KB
testcase_54 AC 12 ms
5,376 KB
testcase_55 AC 2 ms
5,376 KB
testcase_56 AC 6 ms
5,376 KB
testcase_57 AC 23 ms
5,456 KB
testcase_58 AC 41 ms
7,496 KB
testcase_59 AC 31 ms
5,580 KB
testcase_60 AC 14 ms
5,376 KB
testcase_61 AC 68 ms
7,504 KB
testcase_62 AC 15 ms
5,376 KB
testcase_63 AC 41 ms
7,504 KB
testcase_64 AC 12 ms
5,376 KB
testcase_65 AC 7 ms
5,376 KB
testcase_66 AC 13 ms
5,376 KB
testcase_67 AC 12 ms
5,376 KB
testcase_68 AC 13 ms
5,376 KB
testcase_69 AC 48 ms
50,268 KB
testcase_70 AC 48 ms
50,288 KB
testcase_71 AC 52 ms
50,396 KB
testcase_72 AC 49 ms
50,264 KB
testcase_73 AC 49 ms
50,268 KB
testcase_74 AC 48 ms
50,396 KB
testcase_75 AC 50 ms
50,260 KB
testcase_76 AC 50 ms
50,260 KB
testcase_77 AC 51 ms
50,396 KB
testcase_78 AC 49 ms
50,392 KB
testcase_79 AC 51 ms
50,272 KB
testcase_80 AC 53 ms
50,392 KB
testcase_81 AC 48 ms
50,224 KB
testcase_82 AC 50 ms
50,272 KB
testcase_83 AC 53 ms
50,272 KB
testcase_84 AC 49 ms
50,272 KB
testcase_85 AC 48 ms
50,400 KB
testcase_86 AC 50 ms
50,268 KB
testcase_87 AC 50 ms
50,272 KB
testcase_88 AC 58 ms
50,268 KB
testcase_89 AC 64 ms
51,108 KB
testcase_90 AC 74 ms
51,680 KB
testcase_91 AC 93 ms
52,892 KB
testcase_92 AC 54 ms
50,636 KB
testcase_93 AC 78 ms
51,796 KB
testcase_94 AC 50 ms
50,360 KB
testcase_95 AC 76 ms
51,852 KB
testcase_96 AC 71 ms
51,660 KB
testcase_97 AC 70 ms
51,396 KB
testcase_98 AC 60 ms
50,880 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
#include <algorithm>
#include <vector>
#include <string>
#include <cstring>
#include <complex>
#include <stack>
#include <queue>
#include <unordered_map>
#include <map>


using namespace std ;

#define MAX 1000001
#define MOD 1000000007
pair<pair<vector<long long int>, vector<long long int>>, vector<long long int>> COMinit()
{
    vector<long long int> fac;
    fac.push_back(1);
    fac.push_back(1);
    vector<long long int> finv;
    finv.push_back(1);
    finv.push_back(1);
    vector<long long int> inv;
    inv.push_back(1);
    inv.push_back(1);
    for (int i = 2; i < MAX+1; i++)
    {
        fac.push_back(fac[i - 1] * i % MOD);
        inv.push_back(MOD - ((inv[MOD % i] * (MOD / i)) % MOD));
        finv.push_back(finv[i - 1] * inv[i] % MOD);
        
    }
    return make_pair(make_pair(fac, finv), inv);
}

long long int COM(long long int n, long long int k, pair<pair<vector<long long int>, vector<long long int>>, vector<long long int>> &x)
{   
    return x.first.first[n] * x.first.second[k] % MOD * x.first.second[n - k] % MOD;
}
int main(){
    
   
    long long int M;
    cin >> M;
    vector<long long int> k;
    long long int s = 0;
    for(int i = 0; i < M; i++){
        int a;
        cin >> a;
        if(a == 0){
            cout << 1 << endl;
            return 0;
        }
        if(cin.eof()) break;
        k.push_back(a);
        s += a;
    }
    if(M-s < k.size()-1){
        cout << "NA" << endl;
        return 0;
    }
    long long int ans = 0;
    pair<pair<vector<long long int>, vector<long long int>>, vector<long long int>> x = COMinit();
    ans = COM((k.size()+1)+(M-s-(k.size()-1)-1),(M-s-(k.size()-1)),x);
    cout << ans << endl;
    return 0;
}
0