結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー convexineqconvexineq
提出日時 2021-02-02 16:53:18
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 197 ms / 2,000 ms
コード長 695 bytes
コンパイル時間 146 ms
コンパイル使用メモリ 82,316 KB
実行使用メモリ 187,140 KB
最終ジャッジ日時 2024-06-29 23:42:23
合計ジャッジ時間 13,358 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 94 ms
105,600 KB
testcase_01 AC 95 ms
105,472 KB
testcase_02 AC 94 ms
105,472 KB
testcase_03 AC 98 ms
105,600 KB
testcase_04 AC 96 ms
105,472 KB
testcase_05 AC 93 ms
105,600 KB
testcase_06 AC 93 ms
105,352 KB
testcase_07 AC 94 ms
105,344 KB
testcase_08 AC 94 ms
105,856 KB
testcase_09 AC 102 ms
115,072 KB
testcase_10 AC 100 ms
113,152 KB
testcase_11 AC 107 ms
119,040 KB
testcase_12 AC 100 ms
112,120 KB
testcase_13 AC 131 ms
146,176 KB
testcase_14 AC 105 ms
119,552 KB
testcase_15 AC 99 ms
110,080 KB
testcase_16 AC 99 ms
112,604 KB
testcase_17 AC 106 ms
118,144 KB
testcase_18 AC 171 ms
163,928 KB
testcase_19 AC 98 ms
105,472 KB
testcase_20 AC 97 ms
105,472 KB
testcase_21 AC 96 ms
105,600 KB
testcase_22 AC 95 ms
105,984 KB
testcase_23 AC 95 ms
105,668 KB
testcase_24 AC 95 ms
105,856 KB
testcase_25 AC 95 ms
105,660 KB
testcase_26 AC 95 ms
105,600 KB
testcase_27 AC 96 ms
105,344 KB
testcase_28 AC 96 ms
105,472 KB
testcase_29 AC 95 ms
105,728 KB
testcase_30 AC 94 ms
105,344 KB
testcase_31 AC 95 ms
105,600 KB
testcase_32 AC 95 ms
105,600 KB
testcase_33 AC 96 ms
105,344 KB
testcase_34 AC 94 ms
105,984 KB
testcase_35 AC 97 ms
105,600 KB
testcase_36 AC 97 ms
105,472 KB
testcase_37 AC 96 ms
105,728 KB
testcase_38 AC 97 ms
105,344 KB
testcase_39 AC 94 ms
105,372 KB
testcase_40 AC 95 ms
105,472 KB
testcase_41 AC 95 ms
105,600 KB
testcase_42 AC 96 ms
105,856 KB
testcase_43 AC 95 ms
105,472 KB
testcase_44 AC 96 ms
105,728 KB
testcase_45 AC 102 ms
105,392 KB
testcase_46 AC 96 ms
105,464 KB
testcase_47 AC 95 ms
105,472 KB
testcase_48 AC 94 ms
105,644 KB
testcase_49 AC 168 ms
166,200 KB
testcase_50 AC 98 ms
110,848 KB
testcase_51 AC 97 ms
110,464 KB
testcase_52 AC 107 ms
119,552 KB
testcase_53 AC 101 ms
112,916 KB
testcase_54 AC 107 ms
121,088 KB
testcase_55 AC 96 ms
107,264 KB
testcase_56 AC 102 ms
112,128 KB
testcase_57 AC 123 ms
138,148 KB
testcase_58 AC 163 ms
163,208 KB
testcase_59 AC 134 ms
153,088 KB
testcase_60 AC 113 ms
127,168 KB
testcase_61 AC 197 ms
187,140 KB
testcase_62 AC 119 ms
129,280 KB
testcase_63 AC 163 ms
161,024 KB
testcase_64 AC 108 ms
121,088 KB
testcase_65 AC 104 ms
116,084 KB
testcase_66 AC 113 ms
126,336 KB
testcase_67 AC 110 ms
124,288 KB
testcase_68 AC 109 ms
122,220 KB
testcase_69 AC 94 ms
105,600 KB
testcase_70 AC 94 ms
105,344 KB
testcase_71 AC 95 ms
105,600 KB
testcase_72 AC 93 ms
105,472 KB
testcase_73 AC 94 ms
105,600 KB
testcase_74 AC 94 ms
105,600 KB
testcase_75 AC 93 ms
105,472 KB
testcase_76 AC 92 ms
105,600 KB
testcase_77 AC 94 ms
105,856 KB
testcase_78 AC 96 ms
105,728 KB
testcase_79 AC 95 ms
105,344 KB
testcase_80 AC 95 ms
105,344 KB
testcase_81 AC 95 ms
105,472 KB
testcase_82 AC 95 ms
105,856 KB
testcase_83 AC 95 ms
105,344 KB
testcase_84 AC 94 ms
105,600 KB
testcase_85 AC 95 ms
105,728 KB
testcase_86 AC 94 ms
105,728 KB
testcase_87 AC 93 ms
105,600 KB
testcase_88 AC 93 ms
105,600 KB
testcase_89 AC 117 ms
131,840 KB
testcase_90 AC 131 ms
147,328 KB
testcase_91 AC 166 ms
165,704 KB
testcase_92 AC 105 ms
117,504 KB
testcase_93 AC 134 ms
152,484 KB
testcase_94 AC 99 ms
107,392 KB
testcase_95 AC 137 ms
157,376 KB
testcase_96 AC 127 ms
143,360 KB
testcase_97 AC 124 ms
142,336 KB
testcase_98 AC 110 ms
122,992 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

SIZE=2*10**6+1; MOD=10**9+7 #998244353 #ここを変更する

inv = [0]*SIZE  # inv[j] = j^{-1} mod MOD
fac = [0]*SIZE  # fac[j] = j! mod MOD
finv = [0]*SIZE # finv[j] = (j!)^{-1} mod MOD
fac[0] = fac[1] = 1
finv[0] = finv[1] = 1
for i in range(2,SIZE):
    fac[i] = fac[i-1]*i%MOD
finv[-1] = pow(fac[-1],MOD-2,MOD)
for i in range(SIZE-1,0,-1):
    finv[i-1] = finv[i]*i%MOD
    inv[i] = finv[i]*fac[i-1]%MOD

def choose(n,r): # nCk mod MOD の計算
    if 0 <= r <= n:
        return (fac[n]*finv[r]%MOD)*finv[n-r]%MOD
    else:
        return 0

m = int(input())
*a, = map(int,input().split())
if a == [0]: print(1);exit()
x = m-sum(a)-len(a)+1
v = choose(x+len(a),x)
print(v if v else "NA")
0