結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー tktk_snsntktk_snsn
提出日時 2021-03-20 12:50:57
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 650 ms / 2,000 ms
コード長 1,560 bytes
コンパイル時間 114 ms
コンパイル使用メモリ 12,800 KB
実行使用メモリ 96,980 KB
最終ジャッジ日時 2024-04-30 23:16:29
合計ジャッジ時間 51,939 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 466 ms
89,168 KB
testcase_01 AC 465 ms
89,100 KB
testcase_02 AC 467 ms
89,316 KB
testcase_03 AC 477 ms
89,088 KB
testcase_04 AC 474 ms
89,268 KB
testcase_05 AC 503 ms
89,372 KB
testcase_06 AC 473 ms
89,180 KB
testcase_07 AC 463 ms
89,084 KB
testcase_08 AC 463 ms
89,156 KB
testcase_09 AC 485 ms
89,808 KB
testcase_10 AC 475 ms
89,840 KB
testcase_11 AC 486 ms
90,096 KB
testcase_12 AC 473 ms
89,600 KB
testcase_13 AC 540 ms
92,256 KB
testcase_14 AC 490 ms
90,120 KB
testcase_15 AC 483 ms
89,412 KB
testcase_16 AC 474 ms
89,668 KB
testcase_17 AC 497 ms
90,164 KB
testcase_18 AC 591 ms
94,664 KB
testcase_19 AC 464 ms
89,168 KB
testcase_20 AC 464 ms
89,096 KB
testcase_21 AC 462 ms
89,156 KB
testcase_22 AC 484 ms
89,164 KB
testcase_23 AC 483 ms
89,084 KB
testcase_24 AC 472 ms
89,096 KB
testcase_25 AC 468 ms
89,304 KB
testcase_26 AC 459 ms
89,100 KB
testcase_27 AC 457 ms
89,180 KB
testcase_28 AC 459 ms
89,204 KB
testcase_29 AC 464 ms
89,276 KB
testcase_30 AC 471 ms
89,148 KB
testcase_31 AC 479 ms
89,160 KB
testcase_32 AC 465 ms
89,096 KB
testcase_33 AC 464 ms
89,368 KB
testcase_34 AC 503 ms
89,380 KB
testcase_35 AC 472 ms
89,388 KB
testcase_36 AC 458 ms
89,148 KB
testcase_37 AC 462 ms
89,100 KB
testcase_38 AC 482 ms
89,380 KB
testcase_39 AC 469 ms
89,216 KB
testcase_40 AC 484 ms
89,240 KB
testcase_41 AC 465 ms
89,272 KB
testcase_42 AC 475 ms
89,384 KB
testcase_43 AC 474 ms
89,324 KB
testcase_44 AC 468 ms
89,260 KB
testcase_45 AC 468 ms
89,264 KB
testcase_46 AC 463 ms
89,164 KB
testcase_47 AC 469 ms
89,264 KB
testcase_48 AC 466 ms
89,100 KB
testcase_49 AC 595 ms
95,096 KB
testcase_50 AC 467 ms
90,280 KB
testcase_51 AC 477 ms
89,620 KB
testcase_52 AC 484 ms
92,428 KB
testcase_53 AC 474 ms
89,976 KB
testcase_54 AC 499 ms
93,180 KB
testcase_55 AC 472 ms
89,448 KB
testcase_56 AC 474 ms
89,784 KB
testcase_57 AC 521 ms
91,932 KB
testcase_58 AC 585 ms
94,244 KB
testcase_59 AC 556 ms
92,476 KB
testcase_60 AC 510 ms
90,872 KB
testcase_61 AC 650 ms
96,980 KB
testcase_62 AC 508 ms
91,160 KB
testcase_63 AC 560 ms
94,572 KB
testcase_64 AC 511 ms
92,956 KB
testcase_65 AC 506 ms
90,124 KB
testcase_66 AC 514 ms
90,672 KB
testcase_67 AC 489 ms
91,168 KB
testcase_68 AC 493 ms
93,220 KB
testcase_69 AC 457 ms
89,200 KB
testcase_70 AC 468 ms
89,312 KB
testcase_71 AC 462 ms
89,104 KB
testcase_72 AC 464 ms
89,276 KB
testcase_73 AC 487 ms
89,144 KB
testcase_74 AC 471 ms
89,300 KB
testcase_75 AC 462 ms
89,084 KB
testcase_76 AC 464 ms
89,156 KB
testcase_77 AC 458 ms
89,100 KB
testcase_78 AC 492 ms
89,088 KB
testcase_79 AC 462 ms
89,212 KB
testcase_80 AC 465 ms
89,164 KB
testcase_81 AC 470 ms
89,092 KB
testcase_82 AC 462 ms
89,384 KB
testcase_83 AC 458 ms
89,212 KB
testcase_84 AC 479 ms
89,096 KB
testcase_85 AC 479 ms
89,084 KB
testcase_86 AC 467 ms
89,320 KB
testcase_87 AC 468 ms
89,208 KB
testcase_88 AC 461 ms
89,272 KB
testcase_89 AC 495 ms
91,148 KB
testcase_90 AC 528 ms
92,572 KB
testcase_91 AC 588 ms
94,876 KB
testcase_92 AC 490 ms
89,936 KB
testcase_93 AC 547 ms
92,416 KB
testcase_94 AC 478 ms
89,296 KB
testcase_95 AC 547 ms
92,624 KB
testcase_96 AC 530 ms
92,100 KB
testcase_97 AC 524 ms
92,068 KB
testcase_98 AC 500 ms
92,620 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