結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー amesyuamesyu
提出日時 2020-06-20 10:59:45
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 631 ms / 2,000 ms
コード長 1,060 bytes
コンパイル時間 630 ms
コンパイル使用メモリ 76,948 KB
実行使用メモリ 238,012 KB
最終ジャッジ日時 2024-07-03 17:09:41
合計ジャッジ時間 58,469 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 586 ms
237,708 KB
testcase_01 AC 541 ms
237,752 KB
testcase_02 AC 566 ms
237,968 KB
testcase_03 AC 556 ms
237,824 KB
testcase_04 AC 544 ms
237,764 KB
testcase_05 AC 563 ms
237,660 KB
testcase_06 AC 559 ms
237,728 KB
testcase_07 AC 564 ms
237,784 KB
testcase_08 AC 548 ms
237,732 KB
testcase_09 AC 535 ms
237,900 KB
testcase_10 AC 545 ms
237,784 KB
testcase_11 AC 544 ms
237,780 KB
testcase_12 AC 530 ms
237,780 KB
testcase_13 AC 579 ms
237,804 KB
testcase_14 AC 539 ms
237,808 KB
testcase_15 AC 545 ms
237,668 KB
testcase_16 AC 532 ms
237,656 KB
testcase_17 AC 530 ms
237,744 KB
testcase_18 AC 565 ms
237,900 KB
testcase_19 AC 515 ms
237,800 KB
testcase_20 AC 534 ms
237,688 KB
testcase_21 AC 543 ms
237,668 KB
testcase_22 AC 529 ms
237,652 KB
testcase_23 AC 512 ms
237,860 KB
testcase_24 AC 520 ms
237,660 KB
testcase_25 AC 537 ms
237,708 KB
testcase_26 AC 533 ms
237,808 KB
testcase_27 AC 527 ms
237,676 KB
testcase_28 AC 524 ms
237,756 KB
testcase_29 AC 516 ms
237,916 KB
testcase_30 AC 533 ms
237,816 KB
testcase_31 AC 520 ms
237,884 KB
testcase_32 AC 531 ms
237,832 KB
testcase_33 AC 537 ms
237,816 KB
testcase_34 AC 531 ms
237,656 KB
testcase_35 AC 532 ms
237,792 KB
testcase_36 AC 517 ms
237,788 KB
testcase_37 AC 532 ms
237,828 KB
testcase_38 AC 538 ms
237,876 KB
testcase_39 AC 541 ms
237,848 KB
testcase_40 AC 532 ms
237,772 KB
testcase_41 AC 532 ms
237,776 KB
testcase_42 AC 533 ms
237,828 KB
testcase_43 AC 531 ms
237,784 KB
testcase_44 AC 549 ms
237,812 KB
testcase_45 AC 556 ms
237,828 KB
testcase_46 AC 545 ms
237,828 KB
testcase_47 AC 538 ms
238,012 KB
testcase_48 AC 553 ms
237,940 KB
testcase_49 AC 596 ms
237,704 KB
testcase_50 AC 547 ms
237,784 KB
testcase_51 AC 553 ms
237,788 KB
testcase_52 AC 557 ms
237,792 KB
testcase_53 AC 553 ms
237,784 KB
testcase_54 AC 557 ms
237,908 KB
testcase_55 AC 560 ms
237,828 KB
testcase_56 AC 578 ms
237,880 KB
testcase_57 AC 574 ms
237,772 KB
testcase_58 AC 598 ms
237,804 KB
testcase_59 AC 568 ms
237,840 KB
testcase_60 AC 552 ms
237,736 KB
testcase_61 AC 631 ms
237,784 KB
testcase_62 AC 534 ms
237,664 KB
testcase_63 AC 557 ms
237,796 KB
testcase_64 AC 510 ms
237,892 KB
testcase_65 AC 513 ms
237,776 KB
testcase_66 AC 533 ms
237,872 KB
testcase_67 AC 529 ms
237,700 KB
testcase_68 AC 528 ms
237,808 KB
testcase_69 AC 531 ms
237,868 KB
testcase_70 AC 540 ms
237,900 KB
testcase_71 AC 531 ms
237,936 KB
testcase_72 AC 517 ms
237,836 KB
testcase_73 AC 539 ms
237,784 KB
testcase_74 AC 535 ms
237,732 KB
testcase_75 AC 515 ms
237,816 KB
testcase_76 AC 515 ms
237,820 KB
testcase_77 AC 523 ms
237,824 KB
testcase_78 AC 506 ms
237,788 KB
testcase_79 AC 529 ms
237,760 KB
testcase_80 AC 547 ms
237,672 KB
testcase_81 AC 542 ms
237,812 KB
testcase_82 AC 518 ms
237,668 KB
testcase_83 AC 523 ms
237,956 KB
testcase_84 AC 528 ms
237,828 KB
testcase_85 AC 549 ms
237,808 KB
testcase_86 AC 536 ms
237,764 KB
testcase_87 AC 569 ms
237,824 KB
testcase_88 AC 560 ms
237,832 KB
testcase_89 AC 576 ms
237,668 KB
testcase_90 AC 573 ms
237,792 KB
testcase_91 AC 579 ms
237,864 KB
testcase_92 AC 541 ms
237,852 KB
testcase_93 AC 550 ms
237,804 KB
testcase_94 AC 543 ms
237,884 KB
testcase_95 AC 576 ms
237,860 KB
testcase_96 AC 562 ms
237,808 KB
testcase_97 AC 566 ms
237,860 KB
testcase_98 AC 569 ms
237,788 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
#include <vector>
#include <map>
#include <cmath>
using namespace std;
const long long MAX = 10000000;
const long long MOD = 1000000007;
long long fac[MAX], finv[MAX], inv[MAX];

// テーブルを作る前処理
void COMinit() {
    fac[0] = fac[1] = 1;
    finv[0] = finv[1] = 1;
    inv[1] = 1;
    for (long long i = 2; i < MAX; i++){
        fac[i] = fac[i - 1] * i % MOD;
        //そのまま計算すると負の値になるのでMODを足す
        inv[i] = MOD - inv[MOD%i] * (MOD / i) % MOD;
        finv[i] = finv[i - 1] * inv[i] % MOD;
    }
}
// 二項係数計算
long long COM(long long n, long long k){
    if (n < k) return 0;
    if (n < 0 || k < 0) return 0;
    return fac[n] * (finv[k] * finv[n - k] % MOD) % MOD;
}


int main() {
    COMinit();
    long long n;
    cin >> n;
    long long asize = 1;
    long long a = n;
    while(cin >> n) {
        if(n==0) continue;
        asize+=1;
        a-=n;
    }
    if(asize >= 3 && a-asize+2 < 0) cout << "NA" << endl;
    else cout << COM(a+1, a-asize+2) << endl;
} 
0