結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー tktk_snsntktk_snsn
提出日時 2021-03-20 12:50:57
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
AC  
実行時間 709 ms / 2,000 ms
コード長 1,560 bytes
コンパイル時間 94 ms
コンパイル使用メモリ 12,800 KB
実行使用メモリ 96,892 KB
最終ジャッジ日時 2024-11-20 21:50:53
合計ジャッジ時間 56,789 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 514 ms
89,364 KB
testcase_01 AC 512 ms
89,152 KB
testcase_02 AC 514 ms
89,140 KB
testcase_03 AC 512 ms
89,092 KB
testcase_04 AC 514 ms
89,092 KB
testcase_05 AC 504 ms
88,956 KB
testcase_06 AC 514 ms
89,172 KB
testcase_07 AC 510 ms
88,960 KB
testcase_08 AC 522 ms
89,176 KB
testcase_09 AC 534 ms
89,804 KB
testcase_10 AC 531 ms
89,608 KB
testcase_11 AC 537 ms
90,052 KB
testcase_12 AC 525 ms
89,824 KB
testcase_13 AC 579 ms
92,384 KB
testcase_14 AC 537 ms
90,124 KB
testcase_15 AC 525 ms
89,356 KB
testcase_16 AC 529 ms
89,672 KB
testcase_17 AC 534 ms
90,156 KB
testcase_18 AC 637 ms
94,664 KB
testcase_19 AC 508 ms
89,200 KB
testcase_20 AC 512 ms
89,160 KB
testcase_21 AC 509 ms
89,036 KB
testcase_22 AC 509 ms
89,036 KB
testcase_23 AC 507 ms
89,260 KB
testcase_24 AC 515 ms
89,204 KB
testcase_25 AC 515 ms
89,156 KB
testcase_26 AC 506 ms
89,196 KB
testcase_27 AC 498 ms
89,204 KB
testcase_28 AC 508 ms
89,236 KB
testcase_29 AC 501 ms
88,960 KB
testcase_30 AC 502 ms
89,140 KB
testcase_31 AC 502 ms
89,032 KB
testcase_32 AC 511 ms
89,148 KB
testcase_33 AC 508 ms
89,028 KB
testcase_34 AC 513 ms
88,964 KB
testcase_35 AC 514 ms
89,184 KB
testcase_36 AC 521 ms
89,092 KB
testcase_37 AC 516 ms
89,268 KB
testcase_38 AC 518 ms
89,156 KB
testcase_39 AC 516 ms
89,084 KB
testcase_40 AC 517 ms
89,080 KB
testcase_41 AC 499 ms
89,248 KB
testcase_42 AC 500 ms
89,196 KB
testcase_43 AC 507 ms
89,268 KB
testcase_44 AC 508 ms
89,160 KB
testcase_45 AC 522 ms
89,092 KB
testcase_46 AC 515 ms
89,268 KB
testcase_47 AC 509 ms
88,956 KB
testcase_48 AC 504 ms
89,076 KB
testcase_49 AC 638 ms
95,096 KB
testcase_50 AC 521 ms
90,164 KB
testcase_51 AC 512 ms
89,420 KB
testcase_52 AC 538 ms
92,604 KB
testcase_53 AC 527 ms
89,924 KB
testcase_54 AC 557 ms
93,220 KB
testcase_55 AC 508 ms
89,456 KB
testcase_56 AC 522 ms
89,824 KB
testcase_57 AC 570 ms
91,796 KB
testcase_58 AC 626 ms
94,112 KB
testcase_59 AC 649 ms
92,600 KB
testcase_60 AC 546 ms
90,624 KB
testcase_61 AC 709 ms
96,892 KB
testcase_62 AC 552 ms
90,888 KB
testcase_63 AC 645 ms
94,316 KB
testcase_64 AC 551 ms
92,956 KB
testcase_65 AC 533 ms
90,072 KB
testcase_66 AC 549 ms
90,552 KB
testcase_67 AC 549 ms
90,972 KB
testcase_68 AC 552 ms
93,212 KB
testcase_69 AC 508 ms
89,308 KB
testcase_70 AC 509 ms
89,148 KB
testcase_71 AC 513 ms
89,168 KB
testcase_72 AC 519 ms
89,152 KB
testcase_73 AC 519 ms
89,168 KB
testcase_74 AC 513 ms
89,268 KB
testcase_75 AC 516 ms
89,024 KB
testcase_76 AC 511 ms
89,304 KB
testcase_77 AC 515 ms
89,172 KB
testcase_78 AC 521 ms
89,260 KB
testcase_79 AC 513 ms
88,964 KB
testcase_80 AC 522 ms
89,084 KB
testcase_81 AC 526 ms
89,160 KB
testcase_82 AC 519 ms
89,264 KB
testcase_83 AC 527 ms
89,236 KB
testcase_84 AC 522 ms
88,972 KB
testcase_85 AC 521 ms
89,076 KB
testcase_86 AC 525 ms
89,088 KB
testcase_87 AC 523 ms
89,024 KB
testcase_88 AC 527 ms
89,100 KB
testcase_89 AC 557 ms
91,180 KB
testcase_90 AC 620 ms
92,572 KB
testcase_91 AC 653 ms
94,880 KB
testcase_92 AC 540 ms
90,168 KB
testcase_93 AC 606 ms
92,544 KB
testcase_94 AC 519 ms
89,520 KB
testcase_95 AC 614 ms
92,496 KB
testcase_96 AC 586 ms
92,228 KB
testcase_97 AC 572 ms
91,820 KB
testcase_98 AC 530 ms
92,628 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

from collections import Counter
import sys
input = sys.stdin.buffer.readline
sys.setrecursionlimit(10 ** 7)
mod = 10 ** 9 + 7


class Combination:
    """
    SIZEが10**6程度以下の二項係数を何回も呼び出したいときに使う
    使い方:
    comb = Combination(SIZE, MOD)
    comb(10, 3) => 120
    """

    def __init__(self, N=10**6, MOD=10 ** 9 + 7):
        self.MOD = MOD
        self.__make_factorial_list(N)

    def __call__(self, n, k):
        if k < 0 or k > n:
            return 0
        res = self.fact[n] * self.inv[k] % self.MOD
        res = res * self.inv[n - k] % self.MOD
        return res

    def nPk(self, n, k):
        if k < 0 or k > n:
            return 0
        return self.fact[n] * self.inv[n - k] % self.MOD

    def nHk(self, n, k):
        if k == 0:
            return 1
        return self.__call__(n + k - 1, k)

    def __make_factorial_list(self, N):
        self.fact = [1] * (N + 1)
        self.inv = [1] * (N + 1)
        MOD = self.MOD
        for i in range(1, N + 1):
            self.fact[i] = (self.fact[i - 1] * i) % MOD
        self.inv[N] = pow(self.fact[N], MOD - 2, MOD)
        for i in range(N, 0, -1):
            self.inv[i - 1] = (self.inv[i] * i) % MOD
        return


comb = Combination(10**6+100, mod)
M = int(input())
H = []
sumH = 0
for h in map(int, input().split()):
    if h:
        H.append(h)
        sumH += h

if not H:
    print(1)
    exit()

white = M - sumH - (len(H) - 1)
if white < 0:
    print("NA")
    exit()

ans = comb(white + len(H), len(H))
print(ans)
0