結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー GrenacheGrenache
提出日時 2016-07-08 22:48:04
言語 Java21
(openjdk 21)
結果
AC  
実行時間 405 ms / 2,000 ms
コード長 2,098 bytes
コンパイル時間 3,645 ms
コンパイル使用メモリ 78,548 KB
実行使用メモリ 104,228 KB
最終ジャッジ日時 2024-10-13 06:13:23
合計ジャッジ時間 21,277 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 105 ms
68,180 KB
testcase_01 AC 107 ms
68,300 KB
testcase_02 AC 107 ms
68,184 KB
testcase_03 AC 106 ms
68,220 KB
testcase_04 AC 104 ms
68,088 KB
testcase_05 AC 106 ms
68,164 KB
testcase_06 AC 104 ms
68,304 KB
testcase_07 AC 103 ms
67,880 KB
testcase_08 AC 102 ms
68,232 KB
testcase_09 AC 157 ms
71,672 KB
testcase_10 AC 153 ms
71,516 KB
testcase_11 AC 177 ms
68,676 KB
testcase_12 AC 153 ms
71,632 KB
testcase_13 AC 275 ms
75,648 KB
testcase_14 AC 175 ms
69,092 KB
testcase_15 AC 149 ms
71,568 KB
testcase_16 AC 150 ms
71,524 KB
testcase_17 AC 180 ms
77,008 KB
testcase_18 AC 347 ms
79,304 KB
testcase_19 AC 104 ms
68,096 KB
testcase_20 AC 104 ms
68,132 KB
testcase_21 AC 102 ms
68,180 KB
testcase_22 AC 106 ms
68,212 KB
testcase_23 AC 102 ms
68,252 KB
testcase_24 AC 105 ms
68,100 KB
testcase_25 AC 105 ms
68,148 KB
testcase_26 AC 105 ms
68,136 KB
testcase_27 AC 108 ms
67,984 KB
testcase_28 AC 106 ms
68,004 KB
testcase_29 AC 105 ms
68,088 KB
testcase_30 AC 106 ms
68,172 KB
testcase_31 AC 106 ms
67,876 KB
testcase_32 AC 105 ms
67,952 KB
testcase_33 AC 105 ms
68,276 KB
testcase_34 AC 103 ms
68,316 KB
testcase_35 AC 106 ms
68,280 KB
testcase_36 AC 105 ms
68,188 KB
testcase_37 AC 105 ms
68,156 KB
testcase_38 AC 105 ms
68,132 KB
testcase_39 AC 104 ms
68,020 KB
testcase_40 AC 104 ms
68,024 KB
testcase_41 AC 104 ms
68,040 KB
testcase_42 AC 104 ms
67,976 KB
testcase_43 AC 106 ms
68,348 KB
testcase_44 AC 106 ms
68,076 KB
testcase_45 AC 105 ms
68,184 KB
testcase_46 AC 104 ms
68,092 KB
testcase_47 AC 105 ms
68,276 KB
testcase_48 AC 106 ms
68,172 KB
testcase_49 AC 345 ms
80,240 KB
testcase_50 AC 146 ms
71,556 KB
testcase_51 AC 147 ms
71,432 KB
testcase_52 AC 195 ms
69,428 KB
testcase_53 AC 148 ms
71,508 KB
testcase_54 AC 224 ms
71,104 KB
testcase_55 AC 117 ms
68,804 KB
testcase_56 AC 153 ms
71,604 KB
testcase_57 AC 257 ms
72,780 KB
testcase_58 AC 374 ms
87,004 KB
testcase_59 AC 327 ms
77,272 KB
testcase_60 AC 238 ms
73,336 KB
testcase_61 AC 405 ms
104,228 KB
testcase_62 AC 226 ms
71,920 KB
testcase_63 AC 345 ms
86,572 KB
testcase_64 AC 213 ms
70,076 KB
testcase_65 AC 168 ms
73,280 KB
testcase_66 AC 204 ms
72,328 KB
testcase_67 AC 219 ms
73,136 KB
testcase_68 AC 223 ms
71,148 KB
testcase_69 AC 104 ms
68,116 KB
testcase_70 AC 103 ms
68,044 KB
testcase_71 AC 102 ms
68,020 KB
testcase_72 AC 109 ms
68,152 KB
testcase_73 AC 108 ms
68,204 KB
testcase_74 AC 108 ms
68,292 KB
testcase_75 AC 107 ms
67,880 KB
testcase_76 AC 105 ms
67,996 KB
testcase_77 AC 104 ms
68,200 KB
testcase_78 AC 104 ms
68,256 KB
testcase_79 AC 105 ms
68,096 KB
testcase_80 AC 105 ms
67,964 KB
testcase_81 AC 105 ms
67,948 KB
testcase_82 AC 105 ms
68,164 KB
testcase_83 AC 103 ms
68,160 KB
testcase_84 AC 106 ms
68,340 KB
testcase_85 AC 104 ms
68,092 KB
testcase_86 AC 104 ms
68,156 KB
testcase_87 AC 103 ms
68,228 KB
testcase_88 AC 104 ms
68,256 KB
testcase_89 AC 241 ms
73,232 KB
testcase_90 AC 283 ms
76,020 KB
testcase_91 AC 346 ms
79,952 KB
testcase_92 AC 173 ms
73,868 KB
testcase_93 AC 322 ms
77,624 KB
testcase_94 AC 123 ms
68,688 KB
testcase_95 AC 321 ms
77,388 KB
testcase_96 AC 280 ms
75,160 KB
testcase_97 AC 270 ms
73,904 KB
testcase_98 AC 215 ms
69,792 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.io.*;
import java.util.*;


public class Main_yukicoder389 {

    public static void main(String[] args) {
    	BufferedReader br = new BufferedReader(new InputStreamReader(System.in));

    	Printer pr = new Printer(System.out);

		try {
			int m = Integer.parseInt(br.readLine());
			List<Integer> h = new ArrayList<>();
			int sum = 0;
			for (String s : br.readLine().split(" ")) {
				int tmp = Integer.parseInt(s);
				h.add(tmp);
				sum += tmp;
			}

			preCombi2(1_000_000);

			int k = h.size();
			if (sum == 0) {
				k = 0;
			}

			int ret = C(m - sum - (k - 1) + k, k);
			if (ret == 0) {
				pr.println("NA");
			} else {
				pr.println(ret);
			}
		} catch (NumberFormatException e) {
			// TODO 自動生成された catch ブロック
			e.printStackTrace();
		} catch (IOException e) {
			// TODO 自動生成された catch ブロック
			e.printStackTrace();
		}

        pr.close();
    }

	private static int MOD = 1_000_000_007;
	private static long[] fact;
	private static long[] ifact;

	private static void preCombi2(int size) {
		// cache size need size * 2 * 16.
		fact = new long[size + 1];
		fact[0] = 1;
		for (int i = 1; i <= size; i++) {
			fact[i] = fact[i - 1] * i % MOD;
		}

		ifact = new long[size + 1];
		ifact[0] = 1;

		int loop = MOD - 2;
		long x = fact[size];
		ifact[size] = 1;
		while (loop > 0) {
			if (loop % 2 == 1) {
				ifact[size] = ifact[size] * x % MOD;
			}
			x = x * x % MOD;
			loop /= 2;
		}

		for (int i = size - 1; i >= 0; i--) {
			ifact[i] = ifact[i + 1] * (i + 1) % MOD;
		}
	}

	private static int C(int n, int r) {
		if (r > n) {
			return 0;
		}

		return (int)(((fact[n] * ifact[n - r]) % MOD) * ifact[r] % MOD);
	}

	@SuppressWarnings("unused")
	private static int P(int n, int r) {
		if (r > n) {
			return 0;
		}

		return (int)((fact[n] * ifact[n -r]) % MOD);
	}

	@SuppressWarnings("unused")
	private static int H(int n, int r) {
		if (n == 0 && r == 0) {
			return 1;
		}

		return C(n + r - 1, r);
	}

	private static class Printer extends PrintWriter {
		Printer(PrintStream out) {
			super(out);
		}
	}
}
0