結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー 37kt_37kt_
提出日時 2016-09-28 11:07:57
言語 C++11
(gcc 11.4.0)
結果
AC  
実行時間 65 ms / 2,000 ms
コード長 1,977 bytes
コンパイル時間 2,439 ms
コンパイル使用メモリ 148,940 KB
実行使用メモリ 5,164 KB
最終ジャッジ日時 2023-08-13 12:52:46
合計ジャッジ時間 6,932 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,380 KB
testcase_01 AC 2 ms
4,376 KB
testcase_02 AC 2 ms
4,380 KB
testcase_03 AC 1 ms
4,380 KB
testcase_04 AC 2 ms
4,376 KB
testcase_05 AC 2 ms
4,380 KB
testcase_06 AC 1 ms
4,376 KB
testcase_07 AC 1 ms
4,380 KB
testcase_08 AC 1 ms
4,376 KB
testcase_09 AC 9 ms
4,376 KB
testcase_10 AC 7 ms
4,376 KB
testcase_11 AC 12 ms
4,376 KB
testcase_12 AC 6 ms
4,376 KB
testcase_13 AC 35 ms
4,380 KB
testcase_14 AC 13 ms
4,376 KB
testcase_15 AC 5 ms
4,380 KB
testcase_16 AC 7 ms
4,380 KB
testcase_17 AC 11 ms
4,376 KB
testcase_18 AC 63 ms
5,104 KB
testcase_19 AC 2 ms
4,376 KB
testcase_20 AC 1 ms
4,380 KB
testcase_21 AC 2 ms
4,380 KB
testcase_22 AC 2 ms
4,376 KB
testcase_23 AC 1 ms
4,376 KB
testcase_24 AC 1 ms
4,376 KB
testcase_25 AC 1 ms
4,376 KB
testcase_26 AC 1 ms
4,380 KB
testcase_27 AC 2 ms
4,380 KB
testcase_28 AC 1 ms
4,376 KB
testcase_29 AC 2 ms
4,380 KB
testcase_30 AC 1 ms
4,380 KB
testcase_31 AC 1 ms
4,380 KB
testcase_32 AC 2 ms
4,380 KB
testcase_33 AC 1 ms
4,380 KB
testcase_34 AC 1 ms
4,376 KB
testcase_35 AC 1 ms
4,376 KB
testcase_36 AC 2 ms
4,376 KB
testcase_37 AC 2 ms
4,376 KB
testcase_38 AC 2 ms
4,380 KB
testcase_39 AC 2 ms
4,380 KB
testcase_40 AC 1 ms
4,380 KB
testcase_41 AC 2 ms
4,380 KB
testcase_42 AC 2 ms
4,380 KB
testcase_43 AC 2 ms
4,376 KB
testcase_44 AC 1 ms
4,376 KB
testcase_45 AC 1 ms
4,376 KB
testcase_46 AC 1 ms
4,380 KB
testcase_47 AC 2 ms
4,380 KB
testcase_48 AC 2 ms
4,376 KB
testcase_49 AC 22 ms
5,100 KB
testcase_50 AC 3 ms
4,380 KB
testcase_51 AC 2 ms
4,376 KB
testcase_52 AC 5 ms
4,376 KB
testcase_53 AC 3 ms
4,380 KB
testcase_54 AC 6 ms
4,380 KB
testcase_55 AC 2 ms
4,380 KB
testcase_56 AC 3 ms
4,380 KB
testcase_57 AC 10 ms
4,380 KB
testcase_58 AC 18 ms
5,164 KB
testcase_59 AC 13 ms
4,376 KB
testcase_60 AC 7 ms
4,380 KB
testcase_61 AC 29 ms
5,080 KB
testcase_62 AC 7 ms
4,380 KB
testcase_63 AC 18 ms
5,080 KB
testcase_64 AC 6 ms
4,376 KB
testcase_65 AC 5 ms
4,376 KB
testcase_66 AC 6 ms
4,380 KB
testcase_67 AC 7 ms
4,380 KB
testcase_68 AC 6 ms
4,376 KB
testcase_69 AC 1 ms
4,380 KB
testcase_70 AC 2 ms
4,376 KB
testcase_71 AC 2 ms
4,376 KB
testcase_72 AC 2 ms
4,376 KB
testcase_73 AC 1 ms
4,380 KB
testcase_74 AC 2 ms
4,380 KB
testcase_75 AC 1 ms
4,376 KB
testcase_76 AC 2 ms
4,376 KB
testcase_77 AC 2 ms
4,380 KB
testcase_78 AC 2 ms
4,380 KB
testcase_79 AC 2 ms
4,376 KB
testcase_80 AC 1 ms
4,380 KB
testcase_81 AC 1 ms
4,380 KB
testcase_82 AC 1 ms
4,376 KB
testcase_83 AC 1 ms
4,380 KB
testcase_84 AC 2 ms
4,380 KB
testcase_85 AC 1 ms
4,380 KB
testcase_86 AC 2 ms
4,376 KB
testcase_87 AC 2 ms
4,376 KB
testcase_88 AC 2 ms
4,376 KB
testcase_89 AC 23 ms
4,380 KB
testcase_90 AC 38 ms
4,376 KB
testcase_91 AC 65 ms
5,080 KB
testcase_92 AC 11 ms
4,376 KB
testcase_93 AC 42 ms
4,380 KB
testcase_94 AC 2 ms
4,380 KB
testcase_95 AC 43 ms
4,376 KB
testcase_96 AC 34 ms
4,376 KB
testcase_97 AC 32 ms
4,376 KB
testcase_98 AC 15 ms
4,380 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

/* template.cpp [[[ */
#include <bits/stdc++.h>
using namespace std;
#define get_macro(a, b, c, d, name, ...) name
#define rep(...) get_macro(__VA_ARGS__, rep4, rep3, rep2, rep1)(__VA_ARGS__)
#define rrep(...) get_macro(__VA_ARGS__, rrep4, rrep3, rrep2, rrep1)(__VA_ARGS__)
#define rep1(n) rep2(i_, n)
#define rep2(i, n) rep3(i, 0, n)
#define rep3(i, a, b) rep4(i, a, b, 1)
#define rep4(i, a, b, s) for (ll i = (a); i < (ll)(b); i += (ll)s)
#define rrep1(n) rrep2(i_, n)
#define rrep2(i, n) rrep3(i, 0, n)
#define rrep3(i, a, b) rrep4(i, a, b, 1)
#define rrep4(i, a, b, s) for (ll i = (ll)(b) - 1; i >= (ll)(a); i -= (ll)s)
#define each(x, c) for (auto &&x : c)
#define fs first
#define sc second
#define all(c) begin(c), end(c)
using ui = unsigned;
using ll = long long;
using ul = unsigned long long;
using ld = long double;
const int inf = 1e9 + 10;
const ll inf_ll = 1e18 + 10;
const ll mod = 1e9 + 7;
const ll mod9 = 1e9 + 9;
const int dx[]{-1, 0, 1, 0, -1, 1, 1, -1};
const int dy[]{0, -1, 0, 1, -1, -1, 1, 1};
template<class T, class U> void chmin(T &x, const U &y){ x = min<T>(x, y); }
template<class T, class U> void chmax(T &x, const U &y){ x = max<T>(x, y); }
struct prepare_ { prepare_(){ cin.tie(nullptr); ios::sync_with_stdio(false); cout << fixed << setprecision(12); } } prepare__;
ll in(){ ll x; cin >> x; return x; }
vector<ll> in(size_t n){ vector<ll> v(n); each(x, v) cin >> x; return v; }
/* ]]] */

int n;
vector<int> a;

ll power(ll x, ll y){
  ll s = 1;
  while (y > 0){
    if (y & 1) s = s * x % mod;
    x = x * x % mod;
    y >>= 1;
  }
  return s;
}

ll inv(ll x){
  return power(x, mod - 2);
}

int main(){
  cin >> n;
  int x, y;
  while (cin >> x) a.push_back(x);
  if (a[0] == 0) cout << "1\n", exit(0);
  x = a.size() + (n - accumulate(all(a), 0) - (int)a.size() + 1);
  y = a.size();
  if (x < y) cout << "NA\n", exit(0);
  ll res = 1;
  rep(i, y) res = res * (x - i) % mod;
  rep(i, y) res = res * inv(i + 1) % mod;
  cout << res << endl;
}
0