結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー 夜
提出日時 2020-12-16 21:01:30
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 100 ms / 2,000 ms
コード長 1,264 bytes
コンパイル時間 952 ms
コンパイル使用メモリ 94,196 KB
実行使用メモリ 27,428 KB
最終ジャッジ日時 2024-09-20 05:20:25
合計ジャッジ時間 10,168 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 75 ms
26,880 KB
testcase_01 AC 1 ms
5,376 KB
testcase_02 AC 75 ms
26,760 KB
testcase_03 AC 2 ms
5,376 KB
testcase_04 AC 75 ms
26,928 KB
testcase_05 AC 2 ms
5,376 KB
testcase_06 AC 2 ms
5,376 KB
testcase_07 AC 1 ms
5,376 KB
testcase_08 AC 2 ms
5,376 KB
testcase_09 AC 84 ms
27,136 KB
testcase_10 AC 78 ms
27,012 KB
testcase_11 AC 74 ms
27,136 KB
testcase_12 AC 76 ms
27,008 KB
testcase_13 AC 89 ms
27,224 KB
testcase_14 AC 78 ms
27,164 KB
testcase_15 AC 76 ms
27,008 KB
testcase_16 AC 79 ms
27,080 KB
testcase_17 AC 76 ms
27,008 KB
testcase_18 AC 97 ms
27,404 KB
testcase_19 AC 76 ms
26,880 KB
testcase_20 AC 75 ms
26,752 KB
testcase_21 AC 78 ms
27,008 KB
testcase_22 AC 73 ms
26,880 KB
testcase_23 AC 73 ms
26,764 KB
testcase_24 AC 79 ms
26,880 KB
testcase_25 AC 77 ms
26,884 KB
testcase_26 AC 75 ms
26,740 KB
testcase_27 AC 74 ms
26,880 KB
testcase_28 AC 79 ms
26,756 KB
testcase_29 AC 74 ms
26,712 KB
testcase_30 AC 76 ms
26,752 KB
testcase_31 AC 78 ms
26,928 KB
testcase_32 AC 74 ms
26,844 KB
testcase_33 AC 75 ms
26,896 KB
testcase_34 AC 77 ms
26,880 KB
testcase_35 AC 77 ms
26,620 KB
testcase_36 AC 75 ms
26,924 KB
testcase_37 AC 76 ms
26,816 KB
testcase_38 AC 76 ms
26,880 KB
testcase_39 AC 78 ms
26,952 KB
testcase_40 AC 74 ms
26,868 KB
testcase_41 AC 73 ms
26,792 KB
testcase_42 AC 80 ms
26,772 KB
testcase_43 AC 78 ms
26,876 KB
testcase_44 AC 75 ms
26,792 KB
testcase_45 AC 80 ms
26,752 KB
testcase_46 AC 78 ms
26,752 KB
testcase_47 AC 83 ms
26,888 KB
testcase_48 AC 88 ms
26,880 KB
testcase_49 AC 25 ms
5,376 KB
testcase_50 AC 3 ms
5,376 KB
testcase_51 AC 3 ms
5,376 KB
testcase_52 AC 6 ms
5,376 KB
testcase_53 AC 4 ms
5,376 KB
testcase_54 AC 8 ms
5,376 KB
testcase_55 AC 2 ms
5,376 KB
testcase_56 AC 3 ms
5,376 KB
testcase_57 AC 11 ms
5,376 KB
testcase_58 AC 20 ms
5,376 KB
testcase_59 AC 16 ms
5,376 KB
testcase_60 AC 7 ms
5,376 KB
testcase_61 AC 32 ms
5,376 KB
testcase_62 AC 8 ms
5,376 KB
testcase_63 AC 21 ms
5,376 KB
testcase_64 AC 7 ms
5,376 KB
testcase_65 AC 5 ms
5,376 KB
testcase_66 AC 7 ms
5,376 KB
testcase_67 AC 7 ms
5,376 KB
testcase_68 AC 8 ms
5,376 KB
testcase_69 AC 77 ms
26,752 KB
testcase_70 AC 77 ms
26,880 KB
testcase_71 AC 79 ms
26,792 KB
testcase_72 AC 86 ms
26,836 KB
testcase_73 AC 79 ms
26,920 KB
testcase_74 AC 77 ms
26,880 KB
testcase_75 AC 78 ms
26,800 KB
testcase_76 AC 77 ms
26,880 KB
testcase_77 AC 74 ms
26,780 KB
testcase_78 AC 77 ms
26,880 KB
testcase_79 AC 75 ms
26,776 KB
testcase_80 AC 76 ms
26,880 KB
testcase_81 AC 77 ms
26,752 KB
testcase_82 AC 74 ms
26,752 KB
testcase_83 AC 79 ms
26,880 KB
testcase_84 AC 81 ms
26,916 KB
testcase_85 AC 76 ms
26,880 KB
testcase_86 AC 75 ms
26,880 KB
testcase_87 AC 73 ms
26,868 KB
testcase_88 AC 78 ms
26,880 KB
testcase_89 AC 87 ms
27,096 KB
testcase_90 AC 93 ms
27,220 KB
testcase_91 AC 100 ms
27,428 KB
testcase_92 AC 81 ms
27,112 KB
testcase_93 AC 88 ms
27,200 KB
testcase_94 AC 75 ms
27,008 KB
testcase_95 AC 92 ms
27,316 KB
testcase_96 AC 89 ms
27,092 KB
testcase_97 AC 90 ms
27,092 KB
testcase_98 AC 86 ms
27,008 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
#include <string>
#include <algorithm>
#include <vector>
#include <iomanip>
#include <cmath>
#include <stdio.h>
#include <queue>
#include <deque>
#include <cstdio>
#include <set>
#include <map>
#include <bitset>
#include <stack>
#include <cctype>
using namespace std;
long long fac[1000020], finv[1000020], inv[1000020];
long long mod = 1000000007;
void COMinit() {
	fac[0] = fac[1] = 1;
	finv[0] = finv[1] = 1;
	inv[1] = 1;
	for (int i = 2; i < 1000020; 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 COM(long long n, long long k) {
	if (n < k) return 0;
	if (n < 0 || k < 0) return 0;
	return fac[n] * (finv[k] * finv[n - k] % mod) % mod;
}
int main() {
	long long m;
	cin >> m;
	long long co = 0;
	long long n = 0;
	string s;
	getline(cin, s);
	getline(cin, s);
	string h1 = "";
	for (int i = 0; i < s.size(); i++) {
		if (s[i] == ' ') {
			long long h = stoll(h1);
			n += h;
			co++;
			h1 = "";
		}
		else {
			h1 += s[i];
		}
	}
	long long h = stoll(h1);
	n += h;
	co++;
	h1 = "";
	if (m - n < co - 1) {
		cout << "NA" << endl;
	}
	else if (n == 0) {
		cout << "1" << endl;
	}
	else {
		COMinit();
		cout << COM(m - n + 1, co) << endl;
	}
}
0