結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー rpy3cpprpy3cpp
提出日時 2016-07-10 18:12:59
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 125 ms / 2,000 ms
コード長 1,123 bytes
コンパイル時間 114 ms
コンパイル使用メモリ 12,672 KB
実行使用メモリ 18,392 KB
最終ジャッジ日時 2024-10-13 10:26:33
合計ジャッジ時間 6,604 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 30 ms
10,752 KB
testcase_01 AC 30 ms
10,624 KB
testcase_02 AC 31 ms
10,752 KB
testcase_03 AC 30 ms
10,624 KB
testcase_04 AC 31 ms
10,624 KB
testcase_05 AC 31 ms
10,624 KB
testcase_06 AC 31 ms
10,624 KB
testcase_07 AC 30 ms
10,624 KB
testcase_08 AC 30 ms
10,496 KB
testcase_09 AC 49 ms
11,264 KB
testcase_10 AC 44 ms
11,392 KB
testcase_11 AC 56 ms
11,724 KB
testcase_12 AC 36 ms
11,136 KB
testcase_13 AC 66 ms
13,584 KB
testcase_14 AC 46 ms
11,628 KB
testcase_15 AC 38 ms
10,880 KB
testcase_16 AC 43 ms
11,136 KB
testcase_17 AC 54 ms
11,648 KB
testcase_18 AC 95 ms
16,352 KB
testcase_19 AC 29 ms
10,496 KB
testcase_20 AC 31 ms
10,624 KB
testcase_21 AC 31 ms
10,496 KB
testcase_22 AC 30 ms
10,624 KB
testcase_23 AC 31 ms
10,624 KB
testcase_24 AC 30 ms
10,624 KB
testcase_25 AC 30 ms
10,624 KB
testcase_26 AC 30 ms
10,624 KB
testcase_27 AC 30 ms
10,752 KB
testcase_28 AC 30 ms
10,496 KB
testcase_29 AC 30 ms
10,624 KB
testcase_30 AC 30 ms
10,752 KB
testcase_31 AC 30 ms
10,624 KB
testcase_32 AC 30 ms
10,624 KB
testcase_33 AC 31 ms
10,496 KB
testcase_34 AC 31 ms
10,624 KB
testcase_35 AC 30 ms
10,496 KB
testcase_36 AC 30 ms
10,496 KB
testcase_37 AC 30 ms
10,624 KB
testcase_38 AC 30 ms
10,624 KB
testcase_39 AC 30 ms
10,496 KB
testcase_40 AC 30 ms
10,752 KB
testcase_41 AC 30 ms
10,752 KB
testcase_42 AC 30 ms
10,752 KB
testcase_43 AC 31 ms
10,624 KB
testcase_44 AC 30 ms
10,496 KB
testcase_45 AC 30 ms
10,624 KB
testcase_46 AC 30 ms
10,624 KB
testcase_47 AC 29 ms
10,624 KB
testcase_48 AC 30 ms
10,624 KB
testcase_49 AC 100 ms
16,632 KB
testcase_50 AC 34 ms
11,520 KB
testcase_51 AC 33 ms
10,880 KB
testcase_52 AC 46 ms
14,140 KB
testcase_53 AC 38 ms
11,392 KB
testcase_54 AC 49 ms
14,848 KB
testcase_55 AC 31 ms
10,624 KB
testcase_56 AC 35 ms
11,136 KB
testcase_57 AC 60 ms
13,332 KB
testcase_58 AC 87 ms
15,396 KB
testcase_59 AC 76 ms
14,008 KB
testcase_60 AC 51 ms
12,132 KB
testcase_61 AC 125 ms
18,392 KB
testcase_62 AC 51 ms
12,416 KB
testcase_63 AC 91 ms
15,740 KB
testcase_64 AC 49 ms
14,592 KB
testcase_65 AC 41 ms
11,380 KB
testcase_66 AC 49 ms
11,964 KB
testcase_67 AC 48 ms
12,376 KB
testcase_68 AC 50 ms
14,588 KB
testcase_69 AC 30 ms
10,624 KB
testcase_70 AC 30 ms
10,496 KB
testcase_71 AC 30 ms
10,496 KB
testcase_72 AC 29 ms
10,624 KB
testcase_73 AC 29 ms
10,624 KB
testcase_74 AC 30 ms
10,496 KB
testcase_75 AC 30 ms
10,752 KB
testcase_76 AC 30 ms
10,752 KB
testcase_77 AC 31 ms
10,624 KB
testcase_78 AC 30 ms
10,624 KB
testcase_79 AC 29 ms
10,496 KB
testcase_80 AC 30 ms
10,496 KB
testcase_81 AC 30 ms
10,496 KB
testcase_82 AC 32 ms
10,624 KB
testcase_83 AC 30 ms
10,752 KB
testcase_84 AC 31 ms
10,752 KB
testcase_85 AC 31 ms
10,496 KB
testcase_86 AC 31 ms
10,496 KB
testcase_87 AC 30 ms
10,624 KB
testcase_88 AC 31 ms
10,624 KB
testcase_89 AC 54 ms
12,540 KB
testcase_90 AC 69 ms
13,800 KB
testcase_91 AC 98 ms
16,804 KB
testcase_92 AC 40 ms
11,520 KB
testcase_93 AC 72 ms
14,552 KB
testcase_94 AC 31 ms
11,008 KB
testcase_95 AC 77 ms
14,164 KB
testcase_96 AC 65 ms
13,932 KB
testcase_97 AC 62 ms
13,244 KB
testcase_98 AC 49 ms
14,336 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

M = int(input())
Hs = list(map(int, input().split()))


def inv(a, m):
    ''' a * b = 1 (mod m) となる b を返す。 m は素数とする。
    b = a**(m-2) (mod m) となることが知られており、これを使って計算している。
    '''
    n = m - 2
    b = bin(n)[2:][-1::-1]
    ret = 1
    tmp = a
    if b[0] == '1':
        ret = a
    for bi in b[1:]:
        tmp *= tmp
        tmp %= m
        if bi == '1':
            ret *= tmp
            ret %= m
    return ret


def nCb_mod_p(n, b, mod):
    ''' nCb % mod を返す。 mod が素数で、mod > n のときのみ有効。
    '''
    if b > n - b:
        b = n - b
    num = 1
    for k in range(n, n-b, -1):
        num *= k
        num %= mod
    den = 1
    for k in range(1, b+1):
        den *= k
        den %= mod
    r = inv(den, mod)
    return (num * r) % mod


def solve(M, Hs):
    if sum(Hs) == 0:
        return 1
    mod = 10**9 + 7
    n = len(Hs)
    minM = sum(Hs) + n - 1
    if M < minM:
        return 'NA'
    if M == minM:
        return 1
    r = M - minM
    return nCb_mod_p(n + r, r, mod)

print(solve(M, Hs))
0