結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー はむ吉🐹はむ吉🐹
提出日時 2016-07-08 23:11:42
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 361 ms / 2,000 ms
コード長 944 bytes
コンパイル時間 185 ms
コンパイル使用メモリ 82,048 KB
実行使用メモリ 118,656 KB
最終ジャッジ日時 2024-10-13 06:37:35
合計ジャッジ時間 11,115 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 39 ms
52,608 KB
testcase_01 AC 42 ms
52,196 KB
testcase_02 AC 40 ms
52,096 KB
testcase_03 AC 38 ms
52,096 KB
testcase_04 AC 337 ms
99,916 KB
testcase_05 AC 38 ms
52,608 KB
testcase_06 AC 37 ms
52,608 KB
testcase_07 AC 38 ms
52,352 KB
testcase_08 AC 37 ms
52,480 KB
testcase_09 AC 361 ms
105,068 KB
testcase_10 AC 92 ms
79,224 KB
testcase_11 AC 361 ms
105,336 KB
testcase_12 AC 66 ms
77,184 KB
testcase_13 AC 150 ms
89,380 KB
testcase_14 AC 88 ms
79,092 KB
testcase_15 AC 101 ms
79,996 KB
testcase_16 AC 184 ms
89,008 KB
testcase_17 AC 260 ms
96,500 KB
testcase_18 AC 239 ms
109,516 KB
testcase_19 AC 37 ms
52,864 KB
testcase_20 AC 38 ms
52,864 KB
testcase_21 AC 39 ms
52,480 KB
testcase_22 AC 43 ms
58,624 KB
testcase_23 AC 40 ms
52,588 KB
testcase_24 AC 44 ms
59,648 KB
testcase_25 AC 38 ms
52,736 KB
testcase_26 AC 42 ms
58,752 KB
testcase_27 AC 41 ms
59,136 KB
testcase_28 AC 38 ms
52,352 KB
testcase_29 AC 38 ms
52,096 KB
testcase_30 AC 39 ms
52,480 KB
testcase_31 AC 39 ms
52,480 KB
testcase_32 AC 40 ms
52,480 KB
testcase_33 AC 38 ms
52,224 KB
testcase_34 AC 43 ms
58,752 KB
testcase_35 AC 39 ms
52,864 KB
testcase_36 AC 37 ms
52,224 KB
testcase_37 AC 38 ms
52,480 KB
testcase_38 AC 39 ms
52,608 KB
testcase_39 AC 39 ms
52,608 KB
testcase_40 AC 42 ms
59,008 KB
testcase_41 AC 38 ms
52,096 KB
testcase_42 AC 39 ms
52,608 KB
testcase_43 AC 38 ms
52,224 KB
testcase_44 AC 38 ms
52,748 KB
testcase_45 AC 39 ms
52,352 KB
testcase_46 AC 44 ms
59,776 KB
testcase_47 AC 37 ms
52,224 KB
testcase_48 AC 39 ms
52,992 KB
testcase_49 AC 114 ms
110,308 KB
testcase_50 AC 45 ms
65,152 KB
testcase_51 AC 45 ms
64,768 KB
testcase_52 AC 58 ms
78,728 KB
testcase_53 AC 48 ms
68,992 KB
testcase_54 AC 60 ms
79,532 KB
testcase_55 AC 43 ms
59,520 KB
testcase_56 AC 48 ms
67,456 KB
testcase_57 AC 79 ms
86,332 KB
testcase_58 AC 108 ms
105,560 KB
testcase_59 AC 94 ms
97,568 KB
testcase_60 AC 64 ms
81,464 KB
testcase_61 AC 139 ms
118,656 KB
testcase_62 AC 65 ms
82,604 KB
testcase_63 AC 108 ms
105,992 KB
testcase_64 AC 59 ms
79,292 KB
testcase_65 AC 51 ms
75,520 KB
testcase_66 AC 61 ms
81,448 KB
testcase_67 AC 62 ms
80,780 KB
testcase_68 AC 60 ms
80,108 KB
testcase_69 AC 210 ms
89,040 KB
testcase_70 AC 120 ms
82,672 KB
testcase_71 AC 161 ms
84,532 KB
testcase_72 AC 96 ms
80,200 KB
testcase_73 AC 135 ms
82,932 KB
testcase_74 AC 171 ms
85,424 KB
testcase_75 AC 159 ms
84,656 KB
testcase_76 AC 88 ms
78,504 KB
testcase_77 AC 251 ms
92,880 KB
testcase_78 AC 62 ms
76,216 KB
testcase_79 AC 39 ms
52,352 KB
testcase_80 AC 38 ms
52,608 KB
testcase_81 AC 38 ms
52,096 KB
testcase_82 AC 38 ms
52,096 KB
testcase_83 AC 38 ms
52,352 KB
testcase_84 AC 38 ms
52,480 KB
testcase_85 AC 39 ms
52,480 KB
testcase_86 AC 39 ms
52,096 KB
testcase_87 AC 38 ms
52,352 KB
testcase_88 AC 39 ms
51,840 KB
testcase_89 AC 115 ms
83,760 KB
testcase_90 AC 165 ms
94,720 KB
testcase_91 AC 246 ms
109,488 KB
testcase_92 AC 78 ms
79,104 KB
testcase_93 AC 179 ms
97,396 KB
testcase_94 AC 53 ms
67,328 KB
testcase_95 AC 185 ms
99,624 KB
testcase_96 AC 148 ms
88,280 KB
testcase_97 AC 142 ms
87,572 KB
testcase_98 AC 92 ms
80,540 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#!/usr/bin/env pypy3

import array

P = 10 ** 9 + 7


# Based on http://hos.ac/slides/20130319_enumeration.pdf
def main():
    m = int(input())
    hs = array.array("L", map(int, input().split()))
    if hs[0] == 0:
        print(1)
        return
    k = len(hs)
    s = sum(hs)
    if s + k - 1 > m:
        print("NA")
        return
    n = m + 1 - s
    inv = array.array("L", (0 for _ in range(n + 1)))
    inv[1] = 1
    for i in range(2, n + 1):
        inv[i] = P - (P // i) * inv[P % i] % P
    fac = array.array("L", (0 for _ in range(n + 1)))
    facinv = array.array("L", (0 for _ in range(n + 1)))
    fac[0] = 1
    facinv[0] = 1
    for i in range(1, n + 1):
        fac[i] = (fac[i - 1] * i) % P
        facinv[i] = (facinv[i - 1] * inv[i]) % P
    if not (0 <= k and k <= n):
        binom = 0
    else:
        binom = (((fac[n] * facinv[k]) % P) * facinv[n - k]) % P
    print(binom)


if __name__ == '__main__':
    main()
0