結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー CleyLCleyL
提出日時 2024-01-31 10:33:25
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 136 ms / 2,000 ms
コード長 2,421 bytes
コンパイル時間 1,554 ms
コンパイル使用メモリ 128,896 KB
実行使用メモリ 25,716 KB
最終ジャッジ日時 2024-01-31 10:33:34
合計ジャッジ時間 7,189 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,676 KB
testcase_01 AC 2 ms
6,676 KB
testcase_02 AC 2 ms
6,676 KB
testcase_03 AC 1 ms
6,676 KB
testcase_04 AC 65 ms
18,612 KB
testcase_05 AC 2 ms
6,676 KB
testcase_06 AC 2 ms
6,676 KB
testcase_07 AC 2 ms
6,676 KB
testcase_08 AC 1 ms
6,676 KB
testcase_09 AC 84 ms
21,884 KB
testcase_10 AC 14 ms
6,676 KB
testcase_11 AC 89 ms
22,056 KB
testcase_12 AC 10 ms
6,676 KB
testcase_13 AC 130 ms
25,644 KB
testcase_14 AC 19 ms
6,676 KB
testcase_15 AC 14 ms
6,676 KB
testcase_16 AC 33 ms
11,376 KB
testcase_17 AC 60 ms
16,224 KB
testcase_18 AC 136 ms
18,124 KB
testcase_19 AC 2 ms
6,676 KB
testcase_20 AC 2 ms
6,676 KB
testcase_21 AC 2 ms
6,676 KB
testcase_22 AC 2 ms
6,676 KB
testcase_23 AC 1 ms
6,676 KB
testcase_24 AC 2 ms
6,676 KB
testcase_25 AC 2 ms
6,676 KB
testcase_26 AC 2 ms
6,676 KB
testcase_27 AC 2 ms
6,676 KB
testcase_28 AC 2 ms
6,676 KB
testcase_29 AC 2 ms
6,676 KB
testcase_30 AC 2 ms
6,676 KB
testcase_31 AC 2 ms
6,676 KB
testcase_32 AC 2 ms
6,676 KB
testcase_33 AC 2 ms
6,676 KB
testcase_34 AC 2 ms
6,676 KB
testcase_35 AC 2 ms
6,676 KB
testcase_36 AC 2 ms
6,676 KB
testcase_37 AC 2 ms
6,676 KB
testcase_38 AC 2 ms
6,676 KB
testcase_39 AC 2 ms
6,676 KB
testcase_40 AC 2 ms
6,676 KB
testcase_41 AC 2 ms
6,676 KB
testcase_42 AC 2 ms
6,676 KB
testcase_43 AC 2 ms
6,676 KB
testcase_44 AC 2 ms
6,676 KB
testcase_45 AC 2 ms
6,676 KB
testcase_46 AC 2 ms
6,676 KB
testcase_47 AC 2 ms
6,676 KB
testcase_48 AC 2 ms
6,676 KB
testcase_49 AC 51 ms
6,676 KB
testcase_50 AC 5 ms
6,676 KB
testcase_51 AC 4 ms
6,676 KB
testcase_52 AC 11 ms
6,676 KB
testcase_53 AC 6 ms
6,676 KB
testcase_54 AC 13 ms
6,676 KB
testcase_55 AC 3 ms
6,676 KB
testcase_56 AC 5 ms
6,676 KB
testcase_57 AC 23 ms
6,676 KB
testcase_58 AC 42 ms
6,676 KB
testcase_59 AC 32 ms
6,676 KB
testcase_60 AC 16 ms
6,676 KB
testcase_61 AC 68 ms
6,676 KB
testcase_62 AC 17 ms
6,676 KB
testcase_63 AC 44 ms
6,676 KB
testcase_64 AC 12 ms
6,676 KB
testcase_65 AC 9 ms
6,676 KB
testcase_66 AC 14 ms
6,676 KB
testcase_67 AC 14 ms
6,676 KB
testcase_68 AC 14 ms
6,676 KB
testcase_69 AC 67 ms
19,380 KB
testcase_70 AC 42 ms
14,788 KB
testcase_71 AC 25 ms
10,240 KB
testcase_72 AC 82 ms
22,664 KB
testcase_73 AC 28 ms
11,072 KB
testcase_74 AC 27 ms
10,624 KB
testcase_75 AC 27 ms
10,752 KB
testcase_76 AC 44 ms
14,508 KB
testcase_77 AC 44 ms
14,548 KB
testcase_78 AC 14 ms
7,552 KB
testcase_79 AC 22 ms
9,472 KB
testcase_80 AC 14 ms
7,168 KB
testcase_81 AC 5 ms
6,676 KB
testcase_82 AC 78 ms
21,600 KB
testcase_83 AC 31 ms
11,992 KB
testcase_84 AC 16 ms
7,680 KB
testcase_85 AC 90 ms
24,036 KB
testcase_86 AC 78 ms
21,784 KB
testcase_87 AC 7 ms
6,676 KB
testcase_88 AC 2 ms
6,676 KB
testcase_89 AC 56 ms
13,256 KB
testcase_90 AC 127 ms
25,716 KB
testcase_91 AC 115 ms
19,692 KB
testcase_92 AC 22 ms
7,552 KB
testcase_93 AC 89 ms
18,420 KB
testcase_94 AC 58 ms
18,316 KB
testcase_95 AC 70 ms
13,860 KB
testcase_96 AC 122 ms
25,340 KB
testcase_97 AC 103 ms
22,116 KB
testcase_98 AC 94 ms
22,460 KB
権限があれば一括ダウンロードができます

ソースコード

diff #


//yukicoder@cpp17

#include <iostream>
#include <iomanip>

#include <algorithm>

#include <cmath>
#include <cctype>
#include <climits>
#include <cassert>

#include <string>
#include <vector>
#include <set>
#include <stack>
#include <queue>
#include <map>

#include <random>

#include <bitset>

#include <complex>

#include <utility>

#include <numeric>

#include <functional>


using namespace std;
using ll = long long;
using P = pair<ll,ll>;

const ll MOD = 998244353;
const ll MODx = 1000000007;
const int INF = (1<<30)-1;
const ll LINF = (1LL<<62LL)-1;
const double EPS = (1e-10);

P ar4[4] = {{0,1},{0,-1},{1,0},{-1,0}};
P ar8[8] = {{-1,-1},{-1,0},{-1,1},{0,-1},{0,1},{1,-1},{1,0},{1,1}};




template <typename T> vector<T> make_vector(size_t a, T b) { return vector<T>(a, b); }
template <typename... Ts> auto make_vector(size_t a, Ts... ts) { return vector<decltype(make_vector(ts...))>(a, make_vector(ts...)); }
 
/*
確認ポイント
cout << fixed << setprecision(n) << 小数計算//n桁の小数表記になる

計算量は変わらないが楽できるシリーズ
min(max)_element(iter,iter)で一番小さい(大きい)値のポインタが帰ってくる
count(iter,iter,int)でintがiterからiterの間にいくつあったかを取得できる
*/

/* comment outed because can cause bugs
__attribute__((constructor))
void initial() {
  cin.tie(0);
  ios::sync_with_stdio(false);
}
*/
struct Combination {
  long long n_max;
  int mod;
  vector<long long> fac, inv, finv;
  Combination(int n, int mod):n_max(n), mod(mod), fac(n+1,1), inv(n+1,1), finv(n+1,1){
    for(int i = 2; n > i; i++){
      fac[i] = (fac[i-1]*i)%mod;
      inv[i] = mod-((inv[mod%i]*(mod/i))%mod);
      finv[i] = (finv[i-1]*inv[i])%mod;
    }
  }

  long long C(int n, int r){
    if(n < r)return 0;
    if(n > n_max)return 0;
    return (((fac[n]*finv[r])%mod)*finv[n-r])%mod;
  }

  long long P(int n, int r){
    if(n < r)return 0;
    if(n > n_max)return 0;
    return (fac[n]*finv[n-r])%mod;
  }

  long long H(int n, int r){
    if(n==0 && r==0)return 1;
    return C(n+r-1, r);
  }
};

int main(){
  int m;cin>>m;
  vector<int> A;
  int c = -1;
  int sm = 0;
  int nw;
  while(cin>>nw){
    c++;
    sm += nw;
  }
  if(sm == 0){
    cout << 1 << endl;
    return 0;
  }
  sm += c;
  if(sm > m){
    cout << "NA" << endl;
    return 0;
  }
  Combination Z(m+1, MODx);
  cout << Z.C(m-sm+c+1, c+1) << endl;
  return 0;
}
0