結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー tjaketjake
提出日時 2016-07-08 22:49:06
言語 Python2
(2.7.18)
結果
AC  
実行時間 316 ms / 2,000 ms
コード長 393 bytes
コンパイル時間 205 ms
コンパイル使用メモリ 6,912 KB
実行使用メモリ 45,776 KB
最終ジャッジ日時 2024-10-13 06:14:32
合計ジャッジ時間 9,919 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 10 ms
6,400 KB
testcase_01 AC 10 ms
6,400 KB
testcase_02 AC 10 ms
6,400 KB
testcase_03 AC 10 ms
6,400 KB
testcase_04 AC 173 ms
32,128 KB
testcase_05 AC 10 ms
6,400 KB
testcase_06 AC 9 ms
6,400 KB
testcase_07 AC 10 ms
6,272 KB
testcase_08 AC 9 ms
6,400 KB
testcase_09 AC 218 ms
37,952 KB
testcase_10 AC 49 ms
11,252 KB
testcase_11 AC 229 ms
38,376 KB
testcase_12 AC 35 ms
9,184 KB
testcase_13 AC 313 ms
45,532 KB
testcase_14 AC 62 ms
11,988 KB
testcase_15 AC 47 ms
11,648 KB
testcase_16 AC 102 ms
20,224 KB
testcase_17 AC 164 ms
28,420 KB
testcase_18 AC 276 ms
33,680 KB
testcase_19 AC 10 ms
6,400 KB
testcase_20 AC 11 ms
6,400 KB
testcase_21 AC 10 ms
6,400 KB
testcase_22 AC 11 ms
6,400 KB
testcase_23 AC 10 ms
6,400 KB
testcase_24 AC 10 ms
6,400 KB
testcase_25 AC 11 ms
6,528 KB
testcase_26 AC 11 ms
6,400 KB
testcase_27 AC 10 ms
6,400 KB
testcase_28 AC 10 ms
6,400 KB
testcase_29 AC 10 ms
6,400 KB
testcase_30 AC 10 ms
6,400 KB
testcase_31 AC 10 ms
6,528 KB
testcase_32 AC 10 ms
6,400 KB
testcase_33 AC 10 ms
6,272 KB
testcase_34 AC 10 ms
6,400 KB
testcase_35 AC 9 ms
6,400 KB
testcase_36 AC 9 ms
6,400 KB
testcase_37 AC 10 ms
6,400 KB
testcase_38 AC 10 ms
6,400 KB
testcase_39 AC 10 ms
6,400 KB
testcase_40 AC 10 ms
6,400 KB
testcase_41 AC 10 ms
6,400 KB
testcase_42 AC 10 ms
6,400 KB
testcase_43 AC 10 ms
6,400 KB
testcase_44 AC 10 ms
6,272 KB
testcase_45 AC 9 ms
6,400 KB
testcase_46 AC 10 ms
6,400 KB
testcase_47 AC 10 ms
6,400 KB
testcase_48 AC 11 ms
6,400 KB
testcase_49 AC 122 ms
11,688 KB
testcase_50 AC 17 ms
7,168 KB
testcase_51 AC 16 ms
6,656 KB
testcase_52 AC 30 ms
9,472 KB
testcase_53 AC 19 ms
7,040 KB
testcase_54 AC 34 ms
10,112 KB
testcase_55 AC 11 ms
6,528 KB
testcase_56 AC 18 ms
6,912 KB
testcase_57 AC 57 ms
8,540 KB
testcase_58 AC 101 ms
10,724 KB
testcase_59 AC 79 ms
9,588 KB
testcase_60 AC 41 ms
7,788 KB
testcase_61 AC 162 ms
13,504 KB
testcase_62 AC 43 ms
7,936 KB
testcase_63 AC 103 ms
10,924 KB
testcase_64 AC 34 ms
9,856 KB
testcase_65 AC 25 ms
7,040 KB
testcase_66 AC 40 ms
7,808 KB
testcase_67 AC 35 ms
8,064 KB
testcase_68 AC 37 ms
10,368 KB
testcase_69 AC 181 ms
33,472 KB
testcase_70 AC 133 ms
25,728 KB
testcase_71 AC 77 ms
17,980 KB
testcase_72 AC 214 ms
39,148 KB
testcase_73 AC 93 ms
19,456 KB
testcase_74 AC 88 ms
18,688 KB
testcase_75 AC 88 ms
18,816 KB
testcase_76 AC 127 ms
25,220 KB
testcase_77 AC 131 ms
25,216 KB
testcase_78 AC 52 ms
13,440 KB
testcase_79 AC 74 ms
16,640 KB
testcase_80 AC 49 ms
12,544 KB
testcase_81 AC 21 ms
8,192 KB
testcase_82 AC 199 ms
37,120 KB
testcase_83 AC 103 ms
21,120 KB
testcase_84 AC 55 ms
13,568 KB
testcase_85 AC 226 ms
41,216 KB
testcase_86 AC 203 ms
37,504 KB
testcase_87 AC 25 ms
9,088 KB
testcase_88 AC 11 ms
6,528 KB
testcase_89 AC 151 ms
24,044 KB
testcase_90 AC 316 ms
45,776 KB
testcase_91 AC 293 ms
36,448 KB
testcase_92 AC 69 ms
13,960 KB
testcase_93 AC 242 ms
33,468 KB
testcase_94 AC 168 ms
31,744 KB
testcase_95 AC 193 ms
25,712 KB
testcase_96 AC 299 ms
44,784 KB
testcase_97 AC 258 ms
39,148 KB
testcase_98 AC 242 ms
39,304 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

MOD = 10**9 + 7
m = input()
H = map(int, raw_input().split())
if H[0] == 0:
    print 1
else:
    cnt = m - (sum(H) + len(H)-1) + len(H)
    if cnt < len(H):
        print "NA"
        exit(0)
    fact = [1]*(m+1)
    rev = [1]*(m+1)
    for i in xrange(1, m+1):
        fact[i] = (fact[i-1]*i) % MOD
    print (fact[cnt]*pow(fact[len(H)], MOD-2, MOD)*pow(fact[cnt-len(H)], MOD-2, MOD)) % MOD
0