結果

問題 No.389 ロジックパズルの組み合わせ
ユーザー torus711torus711
提出日時 2016-07-08 22:36:19
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 72 ms / 2,000 ms
コード長 4,792 bytes
コンパイル時間 966 ms
コンパイル使用メモリ 104,620 KB
実行使用メモリ 13,008 KB
最終ジャッジ日時 2023-08-03 07:00:09
合計ジャッジ時間 8,136 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 38 ms
10,672 KB
testcase_01 AC 39 ms
10,720 KB
testcase_02 AC 38 ms
10,620 KB
testcase_03 AC 38 ms
10,708 KB
testcase_04 AC 38 ms
10,664 KB
testcase_05 AC 38 ms
10,760 KB
testcase_06 AC 38 ms
10,672 KB
testcase_07 AC 38 ms
10,724 KB
testcase_08 AC 38 ms
10,620 KB
testcase_09 AC 41 ms
11,304 KB
testcase_10 AC 39 ms
11,384 KB
testcase_11 AC 42 ms
11,168 KB
testcase_12 AC 40 ms
11,200 KB
testcase_13 AC 51 ms
11,912 KB
testcase_14 AC 43 ms
11,384 KB
testcase_15 AC 39 ms
11,164 KB
testcase_16 AC 40 ms
11,380 KB
testcase_17 AC 41 ms
11,168 KB
testcase_18 AC 62 ms
13,000 KB
testcase_19 AC 38 ms
10,696 KB
testcase_20 AC 38 ms
10,548 KB
testcase_21 AC 38 ms
10,524 KB
testcase_22 AC 38 ms
10,620 KB
testcase_23 AC 38 ms
10,532 KB
testcase_24 AC 38 ms
10,464 KB
testcase_25 AC 38 ms
10,676 KB
testcase_26 AC 38 ms
10,460 KB
testcase_27 AC 38 ms
10,748 KB
testcase_28 AC 38 ms
10,676 KB
testcase_29 AC 38 ms
10,596 KB
testcase_30 AC 38 ms
10,480 KB
testcase_31 AC 38 ms
10,536 KB
testcase_32 AC 38 ms
10,536 KB
testcase_33 AC 38 ms
10,684 KB
testcase_34 AC 39 ms
10,676 KB
testcase_35 AC 38 ms
10,600 KB
testcase_36 AC 38 ms
10,684 KB
testcase_37 AC 38 ms
10,620 KB
testcase_38 AC 38 ms
10,672 KB
testcase_39 AC 39 ms
10,676 KB
testcase_40 AC 38 ms
10,592 KB
testcase_41 AC 38 ms
10,692 KB
testcase_42 AC 38 ms
10,540 KB
testcase_43 AC 38 ms
10,672 KB
testcase_44 AC 38 ms
10,604 KB
testcase_45 AC 37 ms
10,656 KB
testcase_46 AC 39 ms
10,620 KB
testcase_47 AC 38 ms
10,664 KB
testcase_48 AC 38 ms
10,532 KB
testcase_49 AC 64 ms
12,900 KB
testcase_50 AC 39 ms
11,064 KB
testcase_51 AC 39 ms
11,308 KB
testcase_52 AC 42 ms
11,252 KB
testcase_53 AC 41 ms
11,168 KB
testcase_54 AC 43 ms
11,308 KB
testcase_55 AC 38 ms
11,040 KB
testcase_56 AC 40 ms
11,132 KB
testcase_57 AC 49 ms
11,856 KB
testcase_58 AC 60 ms
12,992 KB
testcase_59 AC 55 ms
11,884 KB
testcase_60 AC 45 ms
11,464 KB
testcase_61 AC 72 ms
12,960 KB
testcase_62 AC 46 ms
11,608 KB
testcase_63 AC 60 ms
12,960 KB
testcase_64 AC 43 ms
11,264 KB
testcase_65 AC 41 ms
11,316 KB
testcase_66 AC 45 ms
11,456 KB
testcase_67 AC 44 ms
11,492 KB
testcase_68 AC 44 ms
11,516 KB
testcase_69 AC 38 ms
10,644 KB
testcase_70 AC 38 ms
10,524 KB
testcase_71 AC 39 ms
10,732 KB
testcase_72 AC 38 ms
10,612 KB
testcase_73 AC 38 ms
10,536 KB
testcase_74 AC 39 ms
10,652 KB
testcase_75 AC 38 ms
10,644 KB
testcase_76 AC 38 ms
10,724 KB
testcase_77 AC 38 ms
10,628 KB
testcase_78 AC 38 ms
10,536 KB
testcase_79 AC 38 ms
10,832 KB
testcase_80 AC 38 ms
10,528 KB
testcase_81 AC 38 ms
10,540 KB
testcase_82 AC 38 ms
10,464 KB
testcase_83 AC 38 ms
10,608 KB
testcase_84 AC 38 ms
10,460 KB
testcase_85 AC 38 ms
10,596 KB
testcase_86 AC 39 ms
10,736 KB
testcase_87 AC 38 ms
10,464 KB
testcase_88 AC 39 ms
10,536 KB
testcase_89 AC 46 ms
11,556 KB
testcase_90 AC 52 ms
11,880 KB
testcase_91 AC 64 ms
13,008 KB
testcase_92 AC 42 ms
11,332 KB
testcase_93 AC 53 ms
12,028 KB
testcase_94 AC 38 ms
11,192 KB
testcase_95 AC 54 ms
11,788 KB
testcase_96 AC 51 ms
12,140 KB
testcase_97 AC 50 ms
11,880 KB
testcase_98 AC 44 ms
11,468 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
#include <iomanip>
#include <sstream>
#include <vector>
#include <string>
#include <set>
#include <unordered_set>
#include <map>
#include <unordered_map>
#include <stack>
#include <queue>
#include <deque>
#include <algorithm>
#include <functional>
#include <iterator>
#include <limits>
#include <numeric>
#include <utility>
#include <cmath>
#include <cassert>
#include <cstdio>

using namespace std;
using namespace placeholders;

using LL = long long;
using ULL = unsigned long long;
using VI = vector< int >;
using VVI = vector< vector< int > >;
using VS = vector< string >;
using SS = stringstream;
using PII = pair< int, int >;
using VPII = vector< pair< int, int > >;
template < typename T = int > using VT = vector< T >;
template < typename T = int > using VVT = vector< vector< T > >;
template < typename T = int > using LIM = numeric_limits< T >;

template < typename T > inline istream& operator>>( istream &s, vector< T > &v ){ for ( T &t : v ) { s >> t; } return s; }
template < typename T > inline ostream& operator<<( ostream &s, const vector< T > &v ){ for ( int i = 0; i < int( v.size() ); ++i ){ s << ( " " + !i ) << v[i]; } return s; }
template < typename T > inline T fromString( const string &s ) { T res; istringstream iss( s ); iss >> res; return res; }
template < typename T > inline string toString( const T &a ) { ostringstream oss; oss << a; return oss.str(); }

#define REP2( i, n ) REP3( i, 0, n )
#define REP3( i, m, n ) for ( int i = ( int )( m ); i < ( int )( n ); ++i )
#define GET_REP( a, b, c, F, ... ) F
#define REP( ... ) GET_REP( __VA_ARGS__, REP3, REP2 )( __VA_ARGS__ )
#define FOR( e, c ) for ( auto &&e : c )
#define ALL( c ) begin( c ), end( c )
#define AALL( a, t ) ( t* )a, ( t* )a + sizeof( a ) / sizeof( t )
#define DRANGE( c, p ) ( c ).begin(), ( c ).begin() + ( p ), ( c ).end()

#define SZ( v ) ( (int)( v ).size() )
#define EXIST( c, e ) ( ( c ).find( e ) != ( c ).end() )

template < typename T > inline bool chmin( T &a, const T &b ){ if ( b < a ) { a = b; return true; } return false; }
template < typename T > inline bool chmax( T &a, const T &b ){ if ( a < b ) { a = b; return true; } return false; }

#define PB push_back
#define EM emplace
#define EB emplace_back
#define BI back_inserter

#define MP make_pair
#define fst first
#define snd second

#define DUMP( x ) cerr << #x << " = " << ( x ) << endl

constexpr int MOD = 1'000'000'007;

// a^x を mod で求める
// 反復二乗法
// O( log x )
long long mod_pow( long long a, long long x, long long mod )
{
	a %= mod;

	long long res = 1;
	for ( ; x; x >>= 1, ( a *= a ) %= mod )
	{
		if ( x & 1 )
		{
			( res *= a ) %= mod;
		}
	}
	return res;
}


// p が素数のとき、p を法とする剰余体での逆元を求める
// Fermat の小定理を利用
// a^{ p - 1 } \equiv 1 ( mod p )
// a^{ p - 2 } \equiv a^{-1} ( mod p )
// incluide : mod_pow
int mod_inverse( long long a, long long p )
{
	return mod_pow( a, p - 2, p );
}

// 素数を法とする剰余体での n! を求める
class modFact
{
private:
	const int MAX_N, MOD;
	vector<int> fact;

public:
	modFact( const int n, const int mod ) : MAX_N( n ), MOD( mod ), fact( min( MAX_N + 1, MOD ) )
	{
		fact[0] = 1;
		for ( int i = 1; i < (int)fact.size(); ++i )
		{
			fact[i] = 1LL * fact[ i - 1 ] * i % MOD;
		}
		return;
	}

	int operator()( const int n )
	{
		int e;
		return operator()( n, e );
	}

	int operator()( const int n, int &e )
	{
		e = 0;
		if ( n == 0 )
		{
			return 1;
		}

		const long long res = operator()( n / MOD, e );
		e += n / MOD;

		if ( n / MOD % 2 != 0 )
		{
			return res * ( MOD - fact[ n % MOD ] ) % MOD;
		}
		return res * fact[ n % MOD ] % MOD;
	}
};
// modfact( max_n, mod )
// ()( n )
// ()( n, e )

// nCr
// include : modFact, mod_inverse
class modComb
{
private:
	const int MOD;
	modFact mod_fact;

public:
	modComb( const int n, const int mod ) : MOD( mod ), mod_fact( n, mod ) {};

	int operator()( const int n, const int r )
	{
		if ( n < 0 || r < 0 || n < r )
		{
			return 0;
		}

		int e1, e2, e3;
		long long a1 = mod_fact( n, e1 ), a2 = mod_fact( r, e2 ), a3 = mod_fact( n - r, e3 );
		if ( e1 > e2 + e3 )
		{
			return 0;
		}
		return a1 * mod_inverse( a2 * a3 % MOD, MOD ) % MOD;
	}
};
// modComb( n, mod )
// ()( n, r )

modComb nCr( 2000000, MOD );

int main()
{
	cin.tie( 0 );
	ios::sync_with_stdio( false );
	cout << setprecision( 12 ) << fixed;

	int N;
	scanf( "%d", &N );

	VI A;
	for ( int a; ~scanf( "%d", &a ); A.PB( a ) );

	if ( A[0] == 0 )
	{
		printf( "%d\n", 1 ) ;
		return 0;
	}

	const int blank = N - accumulate( ALL( A ), 0 );
	const int choice = SZ( A ) + 1;
	const int rest = blank - SZ( A ) + 1;

	if ( rest < 0 )
	{
		puts( "NA" );
		return 0;
	}

	printf( "%d\n", int( nCr( choice + rest - 1, rest ) ) );

	return 0;
}
0