結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー realDivineJKrealDivineJK
提出日時 2020-05-19 16:17:45
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 883 ms / 2,000 ms
コード長 910 bytes
コンパイル時間 124 ms
コンパイル使用メモリ 12,672 KB
実行使用メモリ 84,352 KB
最終ジャッジ日時 2024-10-01 22:52:00
合計ジャッジ時間 15,830 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 30 ms
10,880 KB
testcase_01 AC 42 ms
11,648 KB
testcase_02 AC 31 ms
10,880 KB
testcase_03 AC 30 ms
10,880 KB
testcase_04 AC 614 ms
62,080 KB
testcase_05 AC 104 ms
17,408 KB
testcase_06 AC 342 ms
40,576 KB
testcase_07 AC 883 ms
84,352 KB
testcase_08 AC 375 ms
43,008 KB
testcase_09 AC 616 ms
65,060 KB
testcase_10 AC 117 ms
17,876 KB
testcase_11 AC 629 ms
66,112 KB
testcase_12 AC 59 ms
12,780 KB
testcase_13 AC 213 ms
24,900 KB
testcase_14 AC 99 ms
16,436 KB
testcase_15 AC 125 ms
19,200 KB
testcase_16 AC 292 ms
35,276 KB
testcase_17 AC 447 ms
47,836 KB
testcase_18 AC 355 ms
37,252 KB
testcase_19 AC 31 ms
10,752 KB
testcase_20 AC 31 ms
10,752 KB
testcase_21 AC 31 ms
10,752 KB
testcase_22 AC 31 ms
10,752 KB
testcase_23 AC 30 ms
10,752 KB
testcase_24 AC 31 ms
10,752 KB
testcase_25 AC 31 ms
10,752 KB
testcase_26 AC 31 ms
10,752 KB
testcase_27 AC 30 ms
10,752 KB
testcase_28 AC 31 ms
10,880 KB
testcase_29 AC 30 ms
10,880 KB
testcase_30 AC 31 ms
10,880 KB
testcase_31 AC 31 ms
10,752 KB
testcase_32 AC 30 ms
10,752 KB
testcase_33 AC 31 ms
10,752 KB
testcase_34 AC 30 ms
10,752 KB
testcase_35 AC 31 ms
10,752 KB
testcase_36 AC 31 ms
10,752 KB
testcase_37 AC 30 ms
10,880 KB
testcase_38 AC 30 ms
10,880 KB
testcase_39 AC 31 ms
10,880 KB
testcase_40 AC 31 ms
10,880 KB
testcase_41 AC 31 ms
10,880 KB
testcase_42 AC 31 ms
10,752 KB
testcase_43 AC 31 ms
10,752 KB
testcase_44 AC 31 ms
10,752 KB
testcase_45 AC 31 ms
10,880 KB
testcase_46 AC 31 ms
10,752 KB
testcase_47 AC 31 ms
10,752 KB
testcase_48 AC 31 ms
10,880 KB
testcase_49 AC 99 ms
16,696 KB
testcase_50 AC 36 ms
11,520 KB
testcase_51 AC 34 ms
11,136 KB
testcase_52 AC 46 ms
14,032 KB
testcase_53 AC 36 ms
11,392 KB
testcase_54 AC 49 ms
14,436 KB
testcase_55 AC 31 ms
10,752 KB
testcase_56 AC 37 ms
11,136 KB
testcase_57 AC 60 ms
13,204 KB
testcase_58 AC 85 ms
15,436 KB
testcase_59 AC 73 ms
14,048 KB
testcase_60 AC 49 ms
12,200 KB
testcase_61 AC 122 ms
18,608 KB
testcase_62 AC 50 ms
12,576 KB
testcase_63 AC 88 ms
15,900 KB
testcase_64 AC 48 ms
14,328 KB
testcase_65 AC 40 ms
11,648 KB
testcase_66 AC 48 ms
12,124 KB
testcase_67 AC 48 ms
12,520 KB
testcase_68 AC 50 ms
14,740 KB
testcase_69 AC 328 ms
38,400 KB
testcase_70 AC 169 ms
23,680 KB
testcase_71 AC 267 ms
31,232 KB
testcase_72 AC 121 ms
19,072 KB
testcase_73 AC 208 ms
25,984 KB
testcase_74 AC 263 ms
32,384 KB
testcase_75 AC 236 ms
29,696 KB
testcase_76 AC 103 ms
17,280 KB
testcase_77 AC 435 ms
48,128 KB
testcase_78 AC 51 ms
12,416 KB
testcase_79 AC 30 ms
10,752 KB
testcase_80 AC 31 ms
10,752 KB
testcase_81 AC 31 ms
10,752 KB
testcase_82 AC 31 ms
10,752 KB
testcase_83 AC 31 ms
10,752 KB
testcase_84 AC 31 ms
10,752 KB
testcase_85 AC 30 ms
10,752 KB
testcase_86 AC 31 ms
10,880 KB
testcase_87 AC 31 ms
10,752 KB
testcase_88 AC 31 ms
10,880 KB
testcase_89 AC 143 ms
19,868 KB
testcase_90 AC 226 ms
26,240 KB
testcase_91 AC 391 ms
38,228 KB
testcase_92 AC 77 ms
14,564 KB
testcase_93 AC 238 ms
27,932 KB
testcase_94 AC 34 ms
11,008 KB
testcase_95 AC 256 ms
28,652 KB
testcase_96 AC 201 ms
24,740 KB
testcase_97 AC 187 ms
24,024 KB
testcase_98 AC 106 ms
16,256 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

M = int(input())
H = list(map(int, input().split()))
K = len(H)
S = sum(H)
mod = int(1e9) + 7

maxf = M - S + 1 # <-- input factional limitation

def doubling(n, m):
    y = 1
    base = n
    tmp = m
    while tmp != 0:
        if tmp % 2 == 1:
            y *= base
            y %= mod
        base *= base
        base %= mod
        tmp //= 2
    return y

def inved(a):
    x, y, u, v, k, l = 1, 0, 0, 1, a, mod
    while l != 0:
        x, y, u, v = u, v, x - u * (k // l), y - v * (k // l)
        k, l = l, k % l
    return x % mod

fact = [1 for _ in range(maxf+1)]
invf = [1 for _ in range(maxf+1)]

for i in range(maxf):
    fact[i+1] = (fact[i] * (i+1)) % mod
invf[-1] = inved(fact[-1])
for i in range(maxf, 0, -1):
    invf[i-1] = (invf[i] * i) % mod

if H == [0]:
    print(1)
else:
    if S + K - 1 > M:
        print("NA")
    else:
        print((fact[M-S+1] * invf[K] * invf[M-S-K+1]) % mod)
0