結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー takeya_okinotakeya_okino
提出日時 2019-09-19 22:14:06
言語 Java21
(openjdk 21)
結果
AC  
実行時間 879 ms / 2,000 ms
コード長 1,213 bytes
コンパイル時間 2,030 ms
コンパイル使用メモリ 77,756 KB
実行使用メモリ 63,824 KB
最終ジャッジ日時 2024-07-20 17:46:21
合計ジャッジ時間 30,587 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 117 ms
41,032 KB
testcase_01 AC 116 ms
40,784 KB
testcase_02 AC 112 ms
41,004 KB
testcase_03 AC 107 ms
40,412 KB
testcase_04 AC 116 ms
41,356 KB
testcase_05 AC 114 ms
41,024 KB
testcase_06 AC 118 ms
41,112 KB
testcase_07 AC 108 ms
40,280 KB
testcase_08 AC 115 ms
40,756 KB
testcase_09 AC 364 ms
47,820 KB
testcase_10 AC 328 ms
47,408 KB
testcase_11 AC 346 ms
46,264 KB
testcase_12 AC 294 ms
47,260 KB
testcase_13 AC 548 ms
53,956 KB
testcase_14 AC 438 ms
48,160 KB
testcase_15 AC 251 ms
45,988 KB
testcase_16 AC 288 ms
47,116 KB
testcase_17 AC 388 ms
47,728 KB
testcase_18 AC 777 ms
61,772 KB
testcase_19 AC 126 ms
41,176 KB
testcase_20 AC 117 ms
41,024 KB
testcase_21 AC 109 ms
39,872 KB
testcase_22 AC 137 ms
41,168 KB
testcase_23 AC 125 ms
41,360 KB
testcase_24 AC 117 ms
41,356 KB
testcase_25 AC 133 ms
41,784 KB
testcase_26 AC 129 ms
41,288 KB
testcase_27 AC 135 ms
41,688 KB
testcase_28 AC 125 ms
40,908 KB
testcase_29 AC 107 ms
40,180 KB
testcase_30 AC 104 ms
39,876 KB
testcase_31 AC 122 ms
41,108 KB
testcase_32 AC 126 ms
41,580 KB
testcase_33 AC 106 ms
40,016 KB
testcase_34 AC 122 ms
41,184 KB
testcase_35 AC 128 ms
41,316 KB
testcase_36 AC 119 ms
40,908 KB
testcase_37 AC 107 ms
40,052 KB
testcase_38 AC 110 ms
40,152 KB
testcase_39 AC 126 ms
41,380 KB
testcase_40 AC 107 ms
40,828 KB
testcase_41 AC 125 ms
41,200 KB
testcase_42 AC 127 ms
41,228 KB
testcase_43 AC 123 ms
41,320 KB
testcase_44 AC 110 ms
40,580 KB
testcase_45 AC 102 ms
39,736 KB
testcase_46 AC 113 ms
40,976 KB
testcase_47 AC 103 ms
40,448 KB
testcase_48 AC 121 ms
41,552 KB
testcase_49 AC 722 ms
61,472 KB
testcase_50 AC 259 ms
47,196 KB
testcase_51 AC 242 ms
47,108 KB
testcase_52 AC 398 ms
47,804 KB
testcase_53 AC 290 ms
47,548 KB
testcase_54 AC 497 ms
48,140 KB
testcase_55 AC 209 ms
43,308 KB
testcase_56 AC 249 ms
47,656 KB
testcase_57 AC 435 ms
49,112 KB
testcase_58 AC 677 ms
57,668 KB
testcase_59 AC 563 ms
55,420 KB
testcase_60 AC 406 ms
47,264 KB
testcase_61 AC 879 ms
63,824 KB
testcase_62 AC 467 ms
48,932 KB
testcase_63 AC 709 ms
59,992 KB
testcase_64 AC 414 ms
48,124 KB
testcase_65 AC 324 ms
46,228 KB
testcase_66 AC 415 ms
47,776 KB
testcase_67 AC 415 ms
48,320 KB
testcase_68 AC 459 ms
48,296 KB
testcase_69 AC 114 ms
41,112 KB
testcase_70 AC 120 ms
41,012 KB
testcase_71 AC 104 ms
39,920 KB
testcase_72 AC 121 ms
41,336 KB
testcase_73 AC 119 ms
41,200 KB
testcase_74 AC 108 ms
40,368 KB
testcase_75 AC 117 ms
41,112 KB
testcase_76 AC 120 ms
40,972 KB
testcase_77 AC 106 ms
39,752 KB
testcase_78 AC 103 ms
40,028 KB
testcase_79 AC 106 ms
40,216 KB
testcase_80 AC 119 ms
40,364 KB
testcase_81 AC 112 ms
41,120 KB
testcase_82 AC 114 ms
40,984 KB
testcase_83 AC 98 ms
39,952 KB
testcase_84 AC 116 ms
41,208 KB
testcase_85 AC 112 ms
41,124 KB
testcase_86 AC 113 ms
41,100 KB
testcase_87 AC 120 ms
41,384 KB
testcase_88 AC 124 ms
41,356 KB
testcase_89 AC 454 ms
48,720 KB
testcase_90 AC 592 ms
54,420 KB
testcase_91 AC 762 ms
61,484 KB
testcase_92 AC 388 ms
47,856 KB
testcase_93 AC 652 ms
54,924 KB
testcase_94 AC 192 ms
44,336 KB
testcase_95 AC 605 ms
56,132 KB
testcase_96 AC 562 ms
51,744 KB
testcase_97 AC 532 ms
51,660 KB
testcase_98 AC 443 ms
48,132 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;

public class Main {
  public static long MOD = (long)Math.pow(10, 9) + 7;
  public static void main(String[] args) {
    Scanner sc = new Scanner(System.in);
    long m = sc.nextLong();
    ArrayList<Long> h = new ArrayList<Long>();
    long sum = 0;
    for(int i = 0; i < 1000000; i++) {
      try {
        long t = sc.nextLong();
        sum += t;
        h.add(t);
      } catch(Exception e) {
        break;
      }
    }
    long k = h.size();
    sum += (k - 1);
    long ans = 1;
    if(h.get(0) != 0) {
      if(sum > m) {
        System.out.println("NA");
      } else {
        long t = m - sum;
        long r1 = 1;
        long r2 = 1;
        for(long i = 1; i <= k; i++) {
          r1 = (r1 * (t + i)) % MOD;
          r2 = (r2 * i) % MOD;
        }
        long r3 = func(r2, MOD - 2);
        ans = (r1 * r3) % MOD;
        System.out.println(ans);
      }
    } else {
      System.out.println(1);      
    }
  }

  public static long func(long a, long x) {
    if(x == 0) return 1;
    if(x % 2 == 0) {
      long t = func(a, x / 2);
      return (t * t) % MOD;
    } else {
      long t = func(a, x / 2);
      t = (t * t) % MOD;
      return (a * t) % MOD;
    }
  }
}
0