結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー airisairis
提出日時 2016-07-09 02:46:55
言語 Python2
(2.7.18)
結果
AC  
実行時間 523 ms / 2,000 ms
コード長 590 bytes
コンパイル時間 730 ms
コンパイル使用メモリ 7,040 KB
実行使用メモリ 39,188 KB
最終ジャッジ日時 2024-10-13 08:03:27
合計ジャッジ時間 17,656 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 23 ms
14,080 KB
testcase_01 AC 27 ms
14,384 KB
testcase_02 AC 24 ms
14,068 KB
testcase_03 AC 23 ms
14,004 KB
testcase_04 AC 247 ms
29,812 KB
testcase_05 AC 52 ms
16,100 KB
testcase_06 AC 151 ms
23,296 KB
testcase_07 AC 338 ms
36,736 KB
testcase_08 AC 161 ms
24,064 KB
testcase_09 AC 309 ms
33,324 KB
testcase_10 AC 77 ms
17,144 KB
testcase_11 AC 314 ms
33,600 KB
testcase_12 AC 57 ms
15,972 KB
testcase_13 AC 420 ms
38,360 KB
testcase_14 AC 93 ms
17,748 KB
testcase_15 AC 77 ms
17,400 KB
testcase_16 AC 152 ms
22,556 KB
testcase_17 AC 230 ms
27,544 KB
testcase_18 AC 374 ms
31,508 KB
testcase_19 AC 23 ms
14,072 KB
testcase_20 AC 24 ms
14,048 KB
testcase_21 AC 23 ms
13,996 KB
testcase_22 AC 24 ms
14,208 KB
testcase_23 AC 24 ms
14,112 KB
testcase_24 AC 23 ms
13,952 KB
testcase_25 AC 23 ms
14,044 KB
testcase_26 AC 23 ms
14,068 KB
testcase_27 AC 23 ms
14,080 KB
testcase_28 AC 22 ms
14,128 KB
testcase_29 AC 24 ms
14,080 KB
testcase_30 AC 24 ms
13,920 KB
testcase_31 AC 23 ms
13,984 KB
testcase_32 AC 24 ms
14,080 KB
testcase_33 AC 23 ms
14,208 KB
testcase_34 AC 24 ms
14,072 KB
testcase_35 AC 23 ms
13,924 KB
testcase_36 AC 22 ms
13,928 KB
testcase_37 AC 23 ms
14,080 KB
testcase_38 AC 23 ms
14,152 KB
testcase_39 AC 23 ms
14,080 KB
testcase_40 AC 23 ms
14,080 KB
testcase_41 AC 22 ms
14,064 KB
testcase_42 AC 23 ms
14,080 KB
testcase_43 AC 22 ms
14,044 KB
testcase_44 AC 23 ms
14,080 KB
testcase_45 AC 23 ms
14,064 KB
testcase_46 AC 24 ms
13,920 KB
testcase_47 AC 23 ms
14,108 KB
testcase_48 AC 23 ms
14,140 KB
testcase_49 AC 398 ms
32,512 KB
testcase_50 AC 96 ms
18,804 KB
testcase_51 AC 53 ms
15,696 KB
testcase_52 AC 308 ms
32,896 KB
testcase_53 AC 101 ms
19,024 KB
testcase_54 AC 362 ms
36,960 KB
testcase_55 AC 77 ms
17,792 KB
testcase_56 AC 51 ms
15,316 KB
testcase_57 AC 240 ms
26,204 KB
testcase_58 AC 423 ms
36,708 KB
testcase_59 AC 340 ms
31,676 KB
testcase_60 AC 145 ms
20,480 KB
testcase_61 AC 523 ms
39,188 KB
testcase_62 AC 230 ms
26,772 KB
testcase_63 AC 379 ms
32,432 KB
testcase_64 AC 338 ms
34,540 KB
testcase_65 AC 89 ms
17,660 KB
testcase_66 AC 121 ms
19,076 KB
testcase_67 AC 230 ms
26,692 KB
testcase_68 AC 365 ms
36,304 KB
testcase_69 AC 259 ms
30,520 KB
testcase_70 AC 191 ms
25,984 KB
testcase_71 AC 124 ms
21,100 KB
testcase_72 AC 309 ms
33,972 KB
testcase_73 AC 136 ms
21,924 KB
testcase_74 AC 129 ms
21,528 KB
testcase_75 AC 132 ms
21,716 KB
testcase_76 AC 184 ms
25,464 KB
testcase_77 AC 187 ms
25,600 KB
testcase_78 AC 83 ms
18,388 KB
testcase_79 AC 111 ms
20,364 KB
testcase_80 AC 78 ms
17,832 KB
testcase_81 AC 40 ms
15,232 KB
testcase_82 AC 291 ms
32,620 KB
testcase_83 AC 151 ms
22,912 KB
testcase_84 AC 88 ms
18,560 KB
testcase_85 AC 323 ms
35,328 KB
testcase_86 AC 294 ms
33,104 KB
testcase_87 AC 46 ms
15,824 KB
testcase_88 AC 26 ms
14,208 KB
testcase_89 AC 217 ms
25,068 KB
testcase_90 AC 426 ms
38,552 KB
testcase_91 AC 408 ms
33,384 KB
testcase_92 AC 107 ms
18,776 KB
testcase_93 AC 332 ms
31,116 KB
testcase_94 AC 241 ms
29,544 KB
testcase_95 AC 271 ms
26,504 KB
testcase_96 AC 413 ms
37,736 KB
testcase_97 AC 363 ms
34,496 KB
testcase_98 AC 334 ms
34,180 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

M = input()
H = map(int, raw_input().split())
H = filter(lambda x: x > 0, H)

ans = 0
mod = int(1e+9 + 7)
fact = [0] * (10**6 + 10)
fact[0] = 1

S = sum(H)
n = len(H)


def powmod(x, p):
  res = 1
  tmp = x
  while p > 0:
    if p & 1:
      res *= tmp
      res %= mod
    tmp = tmp * tmp
    tmp %= mod;
    p = p >> 1;
  return res


for i in xrange(M + 5):
  fact[i + 1] = (i + 1) * fact[i]
  fact[i + 1] %= mod;

if S + (n - 1) > M:
  print "NA"
else:
  a = fact[M - S + 1]
  b = fact[n]
  c = fact[M - S + 1 - n]

  ans = a * powmod((b * c) % mod, mod - 2)
  ans %= mod

  print ans

0