結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー ayaoniayaoni
提出日時 2020-12-05 16:39:22
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 127 ms / 2,000 ms
コード長 724 bytes
コンパイル時間 385 ms
コンパイル使用メモリ 82,176 KB
実行使用メモリ 143,244 KB
最終ジャッジ日時 2024-09-15 18:01:35
合計ジャッジ時間 9,344 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 39 ms
51,712 KB
testcase_01 AC 38 ms
51,712 KB
testcase_02 AC 39 ms
51,712 KB
testcase_03 AC 38 ms
51,840 KB
testcase_04 AC 81 ms
106,880 KB
testcase_05 AC 38 ms
51,328 KB
testcase_06 AC 37 ms
51,200 KB
testcase_07 AC 38 ms
51,940 KB
testcase_08 AC 38 ms
51,456 KB
testcase_09 AC 85 ms
115,200 KB
testcase_10 AC 50 ms
70,784 KB
testcase_11 AC 86 ms
117,632 KB
testcase_12 AC 48 ms
64,896 KB
testcase_13 AC 80 ms
104,192 KB
testcase_14 AC 54 ms
73,600 KB
testcase_15 AC 51 ms
69,504 KB
testcase_16 AC 64 ms
84,864 KB
testcase_17 AC 78 ms
102,656 KB
testcase_18 AC 113 ms
143,244 KB
testcase_19 AC 38 ms
51,328 KB
testcase_20 AC 38 ms
51,840 KB
testcase_21 AC 37 ms
52,116 KB
testcase_22 AC 38 ms
52,096 KB
testcase_23 AC 38 ms
52,096 KB
testcase_24 AC 38 ms
51,840 KB
testcase_25 AC 37 ms
51,712 KB
testcase_26 AC 38 ms
51,584 KB
testcase_27 AC 39 ms
51,712 KB
testcase_28 AC 38 ms
51,456 KB
testcase_29 AC 38 ms
51,812 KB
testcase_30 AC 39 ms
51,712 KB
testcase_31 AC 37 ms
52,096 KB
testcase_32 AC 40 ms
51,712 KB
testcase_33 AC 39 ms
51,200 KB
testcase_34 AC 39 ms
51,584 KB
testcase_35 AC 38 ms
51,328 KB
testcase_36 AC 37 ms
51,328 KB
testcase_37 AC 37 ms
51,840 KB
testcase_38 AC 37 ms
51,712 KB
testcase_39 AC 37 ms
51,328 KB
testcase_40 AC 38 ms
52,096 KB
testcase_41 AC 38 ms
52,096 KB
testcase_42 AC 38 ms
52,352 KB
testcase_43 AC 38 ms
52,096 KB
testcase_44 AC 38 ms
51,328 KB
testcase_45 AC 38 ms
52,204 KB
testcase_46 AC 37 ms
51,840 KB
testcase_47 AC 40 ms
51,840 KB
testcase_48 AC 39 ms
51,712 KB
testcase_49 AC 98 ms
118,912 KB
testcase_50 AC 45 ms
60,800 KB
testcase_51 AC 44 ms
60,800 KB
testcase_52 AC 52 ms
68,736 KB
testcase_53 AC 46 ms
63,488 KB
testcase_54 AC 53 ms
70,272 KB
testcase_55 AC 42 ms
57,856 KB
testcase_56 AC 46 ms
61,952 KB
testcase_57 AC 68 ms
84,096 KB
testcase_58 AC 91 ms
110,848 KB
testcase_59 AC 77 ms
96,000 KB
testcase_60 AC 57 ms
75,008 KB
testcase_61 AC 127 ms
125,280 KB
testcase_62 AC 58 ms
76,800 KB
testcase_63 AC 90 ms
112,000 KB
testcase_64 AC 52 ms
69,504 KB
testcase_65 AC 48 ms
66,176 KB
testcase_66 AC 56 ms
74,240 KB
testcase_67 AC 54 ms
72,832 KB
testcase_68 AC 53 ms
70,784 KB
testcase_69 AC 65 ms
84,992 KB
testcase_70 AC 52 ms
69,504 KB
testcase_71 AC 59 ms
76,800 KB
testcase_72 AC 49 ms
65,408 KB
testcase_73 AC 56 ms
72,448 KB
testcase_74 AC 60 ms
78,976 KB
testcase_75 AC 58 ms
74,496 KB
testcase_76 AC 50 ms
63,872 KB
testcase_77 AC 67 ms
92,288 KB
testcase_78 AC 42 ms
59,648 KB
testcase_79 AC 37 ms
52,224 KB
testcase_80 AC 37 ms
51,584 KB
testcase_81 AC 41 ms
51,584 KB
testcase_82 AC 39 ms
51,712 KB
testcase_83 AC 38 ms
52,096 KB
testcase_84 AC 38 ms
51,328 KB
testcase_85 AC 38 ms
51,456 KB
testcase_86 AC 38 ms
51,328 KB
testcase_87 AC 39 ms
52,224 KB
testcase_88 AC 39 ms
51,840 KB
testcase_89 AC 68 ms
88,192 KB
testcase_90 AC 87 ms
105,728 KB
testcase_91 AC 111 ms
121,472 KB
testcase_92 AC 52 ms
71,552 KB
testcase_93 AC 91 ms
111,232 KB
testcase_94 AC 44 ms
60,032 KB
testcase_95 AC 94 ms
116,096 KB
testcase_96 AC 80 ms
100,864 KB
testcase_97 AC 78 ms
99,072 KB
testcase_98 AC 62 ms
76,800 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import sys

sys.setrecursionlimit(10**7)
def I(): return int(sys.stdin.readline().rstrip())
def MI(): return map(int,sys.stdin.readline().rstrip().split())
def LI(): return list(map(int,sys.stdin.readline().rstrip().split()))
def LI2(): return list(map(int,sys.stdin.readline().rstrip()))
def S(): return sys.stdin.readline().rstrip()
def LS(): return list(sys.stdin.readline().rstrip().split())
def LS2(): return list(sys.stdin.readline().rstrip())


M = I()
H = LI()
K = len(H)
mod = 10**9+7

a = M-sum(H)+1
if a < K:
    print('NA')
    exit()
if H[0] == 0:
    print(1)
    exit()

fac = [1,1]
for i in range(2,a+1):
    fac.append((fac[-1]*i) % mod)

print((fac[a]*pow(fac[K],mod-2,mod)*pow(fac[a-K],mod-2,mod)) % mod)
0