結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー 37zigen37zigen
提出日時 2016-07-07 20:41:28
言語 Java21
(openjdk 21)
結果
AC  
実行時間 543 ms / 2,000 ms
コード長 1,309 bytes
コンパイル時間 2,621 ms
コンパイル使用メモリ 79,268 KB
実行使用メモリ 87,404 KB
最終ジャッジ日時 2024-10-12 23:19:29
合計ジャッジ時間 26,863 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 129 ms
41,272 KB
testcase_01 AC 128 ms
40,980 KB
testcase_02 AC 127 ms
41,156 KB
testcase_03 AC 126 ms
41,100 KB
testcase_04 AC 138 ms
41,272 KB
testcase_05 AC 127 ms
41,104 KB
testcase_06 AC 126 ms
41,080 KB
testcase_07 AC 128 ms
40,996 KB
testcase_08 AC 129 ms
41,124 KB
testcase_09 AC 277 ms
48,144 KB
testcase_10 AC 230 ms
44,948 KB
testcase_11 AC 271 ms
48,020 KB
testcase_12 AC 219 ms
44,456 KB
testcase_13 AC 408 ms
58,336 KB
testcase_14 AC 261 ms
48,256 KB
testcase_15 AC 220 ms
43,896 KB
testcase_16 AC 233 ms
44,704 KB
testcase_17 AC 264 ms
48,228 KB
testcase_18 AC 516 ms
71,584 KB
testcase_19 AC 130 ms
41,184 KB
testcase_20 AC 131 ms
41,260 KB
testcase_21 AC 129 ms
41,124 KB
testcase_22 AC 128 ms
41,200 KB
testcase_23 AC 128 ms
41,084 KB
testcase_24 AC 129 ms
41,224 KB
testcase_25 AC 131 ms
40,992 KB
testcase_26 AC 128 ms
41,024 KB
testcase_27 AC 131 ms
41,052 KB
testcase_28 AC 129 ms
41,224 KB
testcase_29 AC 127 ms
41,192 KB
testcase_30 AC 128 ms
41,044 KB
testcase_31 AC 128 ms
41,104 KB
testcase_32 AC 130 ms
41,112 KB
testcase_33 AC 129 ms
40,976 KB
testcase_34 AC 131 ms
40,996 KB
testcase_35 AC 129 ms
40,960 KB
testcase_36 AC 127 ms
41,096 KB
testcase_37 AC 125 ms
40,920 KB
testcase_38 AC 127 ms
41,284 KB
testcase_39 AC 122 ms
40,984 KB
testcase_40 AC 126 ms
40,996 KB
testcase_41 AC 124 ms
41,352 KB
testcase_42 AC 125 ms
41,104 KB
testcase_43 AC 123 ms
41,180 KB
testcase_44 AC 125 ms
41,300 KB
testcase_45 AC 122 ms
41,180 KB
testcase_46 AC 112 ms
40,136 KB
testcase_47 AC 126 ms
41,248 KB
testcase_48 AC 128 ms
41,336 KB
testcase_49 AC 504 ms
71,312 KB
testcase_50 AC 204 ms
43,792 KB
testcase_51 AC 197 ms
43,276 KB
testcase_52 AC 284 ms
47,572 KB
testcase_53 AC 219 ms
44,660 KB
testcase_54 AC 300 ms
50,148 KB
testcase_55 AC 162 ms
41,248 KB
testcase_56 AC 211 ms
44,532 KB
testcase_57 AC 384 ms
56,444 KB
testcase_58 AC 492 ms
71,108 KB
testcase_59 AC 405 ms
60,320 KB
testcase_60 AC 310 ms
51,540 KB
testcase_61 AC 543 ms
87,404 KB
testcase_62 AC 311 ms
51,548 KB
testcase_63 AC 503 ms
71,572 KB
testcase_64 AC 300 ms
47,632 KB
testcase_65 AC 251 ms
47,900 KB
testcase_66 AC 313 ms
51,244 KB
testcase_67 AC 301 ms
50,992 KB
testcase_68 AC 307 ms
50,240 KB
testcase_69 AC 138 ms
41,056 KB
testcase_70 AC 138 ms
41,216 KB
testcase_71 AC 123 ms
39,964 KB
testcase_72 AC 140 ms
40,984 KB
testcase_73 AC 141 ms
41,060 KB
testcase_74 AC 138 ms
41,184 KB
testcase_75 AC 122 ms
40,212 KB
testcase_76 AC 119 ms
40,216 KB
testcase_77 AC 139 ms
41,312 KB
testcase_78 AC 129 ms
41,088 KB
testcase_79 AC 127 ms
41,100 KB
testcase_80 AC 125 ms
41,284 KB
testcase_81 AC 126 ms
41,120 KB
testcase_82 AC 126 ms
41,624 KB
testcase_83 AC 125 ms
41,092 KB
testcase_84 AC 127 ms
41,088 KB
testcase_85 AC 125 ms
40,936 KB
testcase_86 AC 130 ms
40,984 KB
testcase_87 AC 126 ms
41,232 KB
testcase_88 AC 132 ms
41,256 KB
testcase_89 AC 335 ms
53,708 KB
testcase_90 AC 407 ms
58,652 KB
testcase_91 AC 515 ms
70,844 KB
testcase_92 AC 241 ms
47,800 KB
testcase_93 AC 417 ms
59,924 KB
testcase_94 AC 175 ms
41,752 KB
testcase_95 AC 456 ms
61,928 KB
testcase_96 AC 407 ms
58,064 KB
testcase_97 AC 403 ms
57,456 KB
testcase_98 AC 305 ms
50,568 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Arrays;
import java.util.Scanner;

public class Main {
	public static void main(String[] args) {
		solver();
	}

	final static long MOD = 1_000_000_007;

	static void solver() {
		Scanner sc = new Scanner(System.in);
		int m = Integer.parseInt(sc.nextLine());
		String[] s = sc.nextLine().split(" ");
		int[] num = new int[s.length];
		int res = m;
		for (int i = 0; i < s.length; i++) {
			num[i] = new Integer(s[i]);
			res -= num[i];
		}
		if (num[0] == 0) {
			System.out.println(1);
			return;
		}
		int n = num.length;

		res -= n - 1;
		if (res >= 0) {
			System.out.println(nCk(res + n , res));
		} else {
			System.out.println("NA");
		}
	}

	static long nCk(int n, int k) {
		if (n < k)
			return 0;
		else {
			return (fact(n) % MOD * inv(fact(n - k), MOD) % MOD * inv(fact(k), MOD) % MOD);
		}
	}

	static long fact(int n) {
		long ans = 1;
		for (int i = 1; i <= n; i++) {
			ans *= i;
			ans %= MOD;
		}
		return ans;
	}

	static void tr(Object... o) {
		System.out.println(Arrays.deepToString(o));
	}

	static long inv(long a, long mod) {
		a = a % mod;
		long b = mod;
		long p = 1, q = 0;

		while (b > 1) {
			long c = b / a;
			b = b % a;
			q = q - p * c;
			long d = b;
			b = a;
			a = d;
			d = p;
			p = q;
			q = d;
		}
		while (q < 0)
			q += mod;
		return q;
	}
}
0