Artifact b5f1e84102a9aa7f511b02b2247e641f808993f4:
0000: 23 69 6e 63 6c 75 64 65 20 3c 69 6f 73 74 72 65 #include <iostre
0010: 61 6d 3e 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 73 am>..#include <s
0020: 73 74 72 65 61 6d 3e 0d 0a 23 69 6e 63 6c 75 64 stream>..#includ
0030: 65 20 3c 69 6f 6d 61 6e 69 70 3e 0d 0a 23 69 6e e <iomanip>..#in
0040: 63 6c 75 64 65 20 3c 76 65 63 74 6f 72 3e 0d 0a clude <vector>..
0050: 23 69 6e 63 6c 75 64 65 20 3c 73 74 72 69 6e 67 #include <string
0060: 3e 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 6d 61 70 >..#include <map
0070: 3e 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 73 65 74 >..#include <set
0080: 3e 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 61 6c 67 >..#include <alg
0090: 6f 72 69 74 68 6d 3e 0d 0a 23 69 6e 63 6c 75 64 orithm>..#includ
00a0: 65 20 3c 6e 75 6d 65 72 69 63 3e 0d 0a 23 69 6e e <numeric>..#in
00b0: 63 6c 75 64 65 20 3c 69 74 65 72 61 74 6f 72 3e clude <iterator>
00c0: 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 63 6f 6d 70 ..#include <comp
00d0: 6c 65 78 3e 0d 0a 23 69 6e 63 6c 75 64 65 20 3c lex>..#include <
00e0: 71 75 65 75 65 3e 0d 0a 23 69 6e 63 6c 75 64 65 queue>..#include
00f0: 20 3c 73 74 61 63 6b 3e 0d 0a 23 69 6e 63 6c 75 <stack>..#inclu
0100: 64 65 20 3c 63 6d 61 74 68 3e 0d 0a 23 69 6e 63 de <cmath>..#inc
0110: 6c 75 64 65 20 3c 63 61 73 73 65 72 74 3e 0d 0a lude <cassert>..
0120: 23 69 6e 63 6c 75 64 65 20 3c 63 73 74 72 69 6e #include <cstrin
0130: 67 3e 0d 0a 75 73 69 6e 67 20 6e 61 6d 65 73 70 g>..using namesp
0140: 61 63 65 20 73 74 64 3b 0d 0a 74 79 70 65 64 65 ace std;..typede
0150: 66 20 6c 6f 6e 67 20 6c 6f 6e 67 20 4c 4c 3b 0d f long long LL;.
0160: 0a 0d 0a 73 74 61 74 69 63 20 63 6f 6e 73 74 20 ...static const
0170: 4c 4c 20 4d 4f 44 56 41 4c 20 3d 20 31 30 30 30 LL MODVAL = 1000
0180: 30 30 30 30 30 37 3b 0d 0a 69 6e 74 20 6d 65 6d 000007;..int mem
0190: 6f 5b 31 30 5d 5b 31 31 5d 5b 31 30 30 31 5d 5b o[10][11][1001][
01a0: 39 5d 3b 0d 0a 0d 0a 63 6c 61 73 73 20 4d 65 67 9];....class Meg
01b0: 61 43 6f 6f 6c 4e 75 6d 62 65 72 73 0d 0a 7b 0d aCoolNumbers..{.
01c0: 0a 70 75 62 6c 69 63 3a 0d 0a 09 69 6e 74 20 63 .public:...int c
01d0: 6f 75 6e 74 28 69 6e 74 20 4e 2c 20 69 6e 74 20 ount(int N, int
01e0: 41 29 0d 0a 09 7b 0d 0a 09 09 6d 65 6d 73 65 74 A)...{....memset
01f0: 28 6d 65 6d 6f 2c 20 2d 31 2c 20 73 69 7a 65 6f (memo, -1, sizeo
0200: 66 28 6d 65 6d 6f 29 29 3b 0d 0a 09 09 72 65 74 f(memo));....ret
0210: 75 72 6e 20 72 65 63 28 31 2c 20 31 30 2c 20 4e urn rec(1, 10, N
0220: 2c 20 41 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 69 6e , A);...}.....in
0230: 74 20 72 65 63 28 69 6e 74 20 44 2c 20 69 6e 74 t rec(int D, int
0240: 20 46 2c 20 69 6e 74 20 4e 2c 20 69 6e 74 20 41 F, int N, int A
0250: 29 0d 0a 09 7b 0d 0a 09 09 69 66 28 20 41 3d 3d )...{....if( A==
0260: 30 20 29 20 20 20 20 20 72 65 74 75 72 6e 20 4e 0 ) return N
0270: 3d 3d 30 20 3f 20 31 20 3a 20 30 3b 0d 0a 09 09 ==0 ? 1 : 0;....
0280: 69 66 28 20 4e 20 3c 20 41 20 29 20 20 20 20 72 if( N < A ) r
0290: 65 74 75 72 6e 20 30 3b 0d 0a 09 09 69 66 28 20 eturn 0;....if(
02a0: 4e 3d 3d 31 20 29 20 20 20 20 20 72 65 74 75 72 N==1 ) retur
02b0: 6e 20 31 30 2d 44 20 2d 20 28 46 3d 3d 31 30 20 n 10-D - (F==10
02c0: 3f 20 30 20 3a 20 31 29 3b 0d 0a 09 09 69 66 28 ? 0 : 1);....if(
02d0: 20 31 30 2d 44 20 3c 20 41 20 29 20 72 65 74 75 10-D < A ) retu
02e0: 72 6e 20 30 3b 0d 0a 09 09 69 66 28 20 6d 65 6d rn 0;....if( mem
02f0: 6f 5b 44 5d 5b 46 5d 5b 4e 5d 5b 41 5d 20 21 3d o[D][F][N][A] !=
0300: 20 2d 31 20 29 0d 0a 09 09 09 72 65 74 75 72 6e -1 ).....return
0310: 20 6d 65 6d 6f 5b 44 5d 5b 46 5d 5b 4e 5d 5b 41 memo[D][F][N][A
0320: 5d 3b 0d 0a 0d 0a 09 09 4c 4c 20 61 6e 73 20 3d ];......LL ans =
0330: 20 30 3b 0d 0a 09 09 66 6f 72 28 69 6e 74 20 64 0;....for(int d
0340: 3d 44 3b 20 64 3c 3d 39 3b 20 2b 2b 64 29 20 69 =D; d<=9; ++d) i
0350: 66 28 64 21 3d 46 29 0d 0a 09 09 09 66 6f 72 28 f(d!=F).....for(
0360: 69 6e 74 20 6b 3d 32 3b 20 6b 3c 3d 4e 3b 20 2b int k=2; k<=N; +
0370: 2b 6b 29 0d 0a 09 09 09 09 66 6f 72 28 69 6e 74 +k)......for(int
0380: 20 71 3d 30 3b 20 64 2b 28 6b 2d 31 29 2a 71 3c q=0; d+(k-1)*q<
0390: 3d 39 3b 20 2b 2b 71 29 0d 0a 09 09 09 09 09 61 =9; ++q).......a
03a0: 6e 73 20 2b 3d 20 72 65 63 28 64 2b 28 6b 2d 31 ns += rec(d+(k-1
03b0: 29 2a 71 2c 20 6d 69 6e 28 31 30 2c 20 64 2b 6b )*q, min(10, d+k
03c0: 2a 71 29 2c 20 4e 2d 6b 2c 20 41 2d 31 29 3b 0d *q), N-k, A-1);.
03d0: 0a 09 09 72 65 74 75 72 6e 20 6d 65 6d 6f 5b 44 ...return memo[D
03e0: 5d 5b 46 5d 5b 4e 5d 5b 41 5d 20 3d 20 69 6e 74 ][F][N][A] = int
03f0: 28 61 6e 73 20 25 20 4d 4f 44 56 41 4c 29 3b 0d (ans % MODVAL);.
0400: 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 42 45 ..}..};....// BE
0410: 47 49 4e 20 43 55 54 20 48 45 52 45 0d 0a 23 69 GIN CUT HERE..#i
0420: 6e 63 6c 75 64 65 20 3c 63 74 69 6d 65 3e 0d 0a nclude <ctime>..
0430: 64 6f 75 62 6c 65 20 73 74 61 72 74 5f 74 69 6d double start_tim
0440: 65 3b 73 74 72 69 6e 67 20 74 69 6d 65 72 28 29 e;string timer()
0450: 20 7b 20 6f 73 74 72 69 6e 67 73 74 72 65 61 6d { ostringstream
0460: 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 20 28 22 20 os; os << " ("
0470: 3c 3c 20 69 6e 74 28 28 63 6c 6f 63 6b 28 29 2d << int((clock()-
0480: 73 74 61 72 74 5f 74 69 6d 65 29 2f 43 4c 4f 43 start_time)/CLOC
0490: 4b 53 5f 50 45 52 5f 53 45 43 2a 31 30 30 30 29 KS_PER_SEC*1000)
04a0: 20 3c 3c 20 22 20 6d 73 65 63 29 22 3b 20 72 65 << " msec)"; re
04b0: 74 75 72 6e 20 6f 73 2e 73 74 72 28 29 3b 20 7d turn os.str(); }
04c0: 0d 0a 0d 0a 74 65 6d 70 6c 61 74 65 20 3c 74 79 ....template <ty
04d0: 70 65 6e 61 6d 65 20 54 3e 20 73 74 72 69 6e 67 pename T> string
04e0: 20 70 72 69 6e 74 5f 61 72 72 61 79 28 63 6f 6e print_array(con
04f0: 73 74 20 76 65 63 74 6f 72 3c 54 3e 20 26 56 29 st vector<T> &V)
0500: 20 7b 20 6f 73 74 72 69 6e 67 73 74 72 65 61 6d { ostringstream
0510: 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 7b 20 22 3b os; os << "{ ";
0520: 20 66 6f 72 20 28 74 79 70 65 6e 61 6d 65 20 76 for (typename v
0530: 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 74 5f ector<T>::const_
0540: 69 74 65 72 61 74 6f 72 20 69 74 65 72 20 3d 20 iterator iter =
0550: 56 2e 62 65 67 69 6e 28 29 3b 20 69 74 65 72 20 V.begin(); iter
0560: 21 3d 20 56 2e 65 6e 64 28 29 3b 20 2b 2b 69 74 != V.end(); ++it
0570: 65 72 29 20 6f 73 20 3c 3c 20 27 5c 22 27 20 3c er) os << '\"' <
0580: 3c 20 2a 69 74 65 72 20 3c 3c 20 22 5c 22 2c 22 < *iter << "\","
0590: 3b 20 6f 73 20 3c 3c 20 22 20 7d 22 3b 20 72 65 ; os << " }"; re
05a0: 74 75 72 6e 20 6f 73 2e 73 74 72 28 29 3b 20 7d turn os.str(); }
05b0: 0d 0a 69 6e 74 20 76 65 72 69 66 79 5f 63 61 73 ..int verify_cas
05c0: 65 28 63 6f 6e 73 74 20 69 6e 74 20 26 45 78 70 e(const int &Exp
05d0: 65 63 74 65 64 2c 20 63 6f 6e 73 74 20 69 6e 74 ected, const int
05e0: 20 26 52 65 63 65 69 76 65 64 29 20 7b 20 69 66 &Received) { if
05f0: 20 28 45 78 70 65 63 74 65 64 20 3d 3d 20 52 65 (Expected == Re
0600: 63 65 69 76 65 64 29 20 63 65 72 72 20 3c 3c 20 ceived) cerr <<
0610: 22 50 41 53 53 45 44 22 20 3c 3c 20 74 69 6d 65 "PASSED" << time
0620: 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 20 65 6c 73 r() << endl; els
0630: 65 20 7b 20 63 65 72 72 20 3c 3c 20 22 46 41 49 e { cerr << "FAI
0640: 4c 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 LED" << timer()
0650: 3c 3c 20 65 6e 64 6c 3b 20 63 65 72 72 20 3c 3c << endl; cerr <<
0660: 20 22 5c 74 45 78 70 65 63 74 65 64 3a 20 5c 22 "\tExpected: \"
0670: 22 20 3c 3c 20 45 78 70 65 63 74 65 64 20 3c 3c " << Expected <<
0680: 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20 63 '\"' << endl; c
0690: 65 72 72 20 3c 3c 20 22 5c 74 52 65 63 65 69 76 err << "\tReceiv
06a0: 65 64 3a 20 5c 22 22 20 3c 3c 20 52 65 63 65 69 ed: \"" << Recei
06b0: 76 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 ved << '\"' << e
06c0: 6e 64 6c 3b 20 7d 20 72 65 74 75 72 6e 20 30 3b ndl; } return 0;
06d0: 7d 0d 0a 0d 0a 74 65 6d 70 6c 61 74 65 3c 69 6e }....template<in
06e0: 74 20 4e 3e 20 73 74 72 75 63 74 20 43 61 73 65 t N> struct Case
06f0: 5f 20 7b 20 43 61 73 65 5f 28 29 7b 73 74 61 72 _ { Case_(){star
0700: 74 5f 74 69 6d 65 3d 63 6c 6f 63 6b 28 29 3b 7d t_time=clock();}
0710: 20 7d 3b 0d 0a 63 68 61 72 20 54 65 73 74 5f 28 };..char Test_(
0720: 2e 2e 2e 29 3b 0d 0a 69 6e 74 20 54 65 73 74 5f ...);..int Test_
0730: 28 43 61 73 65 5f 3c 30 3e 29 20 7b 0d 0a 09 69 (Case_<0>) {...i
0740: 6e 74 20 4e 20 3d 20 31 3b 20 0d 0a 09 69 6e 74 nt N = 1; ...int
0750: 20 41 20 3d 20 31 3b 20 0d 0a 09 69 6e 74 20 52 A = 1; ...int R
0760: 65 74 56 61 6c 20 3d 20 39 3b 20 0d 0a 09 72 65 etVal = 9; ...re
0770: 74 75 72 6e 20 76 65 72 69 66 79 5f 63 61 73 65 turn verify_case
0780: 28 52 65 74 56 61 6c 2c 20 4d 65 67 61 43 6f 6f (RetVal, MegaCoo
0790: 6c 4e 75 6d 62 65 72 73 28 29 2e 63 6f 75 6e 74 lNumbers().count
07a0: 28 4e 2c 20 41 29 29 3b 20 7d 0d 0a 69 6e 74 20 (N, A)); }..int
07b0: 54 65 73 74 5f 28 43 61 73 65 5f 3c 31 3e 29 20 Test_(Case_<1>)
07c0: 7b 0d 0a 09 69 6e 74 20 4e 20 3d 20 32 3b 20 0d {...int N = 2; .
07d0: 0a 09 69 6e 74 20 41 20 3d 20 31 3b 20 0d 0a 09 ..int A = 1; ...
07e0: 69 6e 74 20 52 65 74 56 61 6c 20 3d 20 34 35 3b int RetVal = 45;
07f0: 20 0d 0a 09 72 65 74 75 72 6e 20 76 65 72 69 66 ...return verif
0800: 79 5f 63 61 73 65 28 52 65 74 56 61 6c 2c 20 4d y_case(RetVal, M
0810: 65 67 61 43 6f 6f 6c 4e 75 6d 62 65 72 73 28 29 egaCoolNumbers()
0820: 2e 63 6f 75 6e 74 28 4e 2c 20 41 29 29 3b 20 7d .count(N, A)); }
0830: 0d 0a 69 6e 74 20 54 65 73 74 5f 28 43 61 73 65 ..int Test_(Case
0840: 5f 3c 32 3e 29 20 7b 0d 0a 09 69 6e 74 20 4e 20 _<2>) {...int N
0850: 3d 20 32 3b 20 0d 0a 09 69 6e 74 20 41 20 3d 20 = 2; ...int A =
0860: 32 3b 20 0d 0a 09 69 6e 74 20 52 65 74 56 61 6c 2; ...int RetVal
0870: 20 3d 20 30 3b 20 0d 0a 09 72 65 74 75 72 6e 20 = 0; ...return
0880: 76 65 72 69 66 79 5f 63 61 73 65 28 52 65 74 56 verify_case(RetV
0890: 61 6c 2c 20 4d 65 67 61 43 6f 6f 6c 4e 75 6d 62 al, MegaCoolNumb
08a0: 65 72 73 28 29 2e 63 6f 75 6e 74 28 4e 2c 20 41 ers().count(N, A
08b0: 29 29 3b 20 7d 0d 0a 69 6e 74 20 54 65 73 74 5f )); }..int Test_
08c0: 28 43 61 73 65 5f 3c 33 3e 29 20 7b 0d 0a 09 69 (Case_<3>) {...i
08d0: 6e 74 20 4e 20 3d 20 31 30 3b 20 0d 0a 09 69 6e nt N = 10; ...in
08e0: 74 20 41 20 3d 20 33 3b 20 0d 0a 09 69 6e 74 20 t A = 3; ...int
08f0: 52 65 74 56 61 6c 20 3d 20 37 35 30 32 3b 20 0d RetVal = 7502; .
0900: 0a 09 72 65 74 75 72 6e 20 76 65 72 69 66 79 5f ..return verify_
0910: 63 61 73 65 28 52 65 74 56 61 6c 2c 20 4d 65 67 case(RetVal, Meg
0920: 61 43 6f 6f 6c 4e 75 6d 62 65 72 73 28 29 2e 63 aCoolNumbers().c
0930: 6f 75 6e 74 28 4e 2c 20 41 29 29 3b 20 7d 0d 0a ount(N, A)); }..
0940: 69 6e 74 20 54 65 73 74 5f 28 43 61 73 65 5f 3c int Test_(Case_<
0950: 34 3e 29 20 7b 0d 0a 09 69 6e 74 20 4e 20 3d 20 4>) {...int N =
0960: 31 30 30 30 3b 20 0d 0a 09 69 6e 74 20 41 20 3d 1000; ...int A =
0970: 20 35 3b 20 0d 0a 09 69 6e 74 20 52 65 74 56 61 5; ...int RetVa
0980: 6c 20 3d 20 37 35 30 32 3b 20 0d 0a 09 72 65 74 l = 7502; ...ret
0990: 75 72 6e 20 76 65 72 69 66 79 5f 63 61 73 65 28 urn verify_case(
09a0: 52 65 74 56 61 6c 2c 20 4d 65 67 61 43 6f 6f 6c RetVal, MegaCool
09b0: 4e 75 6d 62 65 72 73 28 29 2e 63 6f 75 6e 74 28 Numbers().count(
09c0: 4e 2c 20 41 29 29 3b 20 7d 0d 0a 0d 0a 74 65 6d N, A)); }....tem
09d0: 70 6c 61 74 65 3c 69 6e 74 20 4e 3e 20 76 6f 69 plate<int N> voi
09e0: 64 20 52 75 6e 5f 28 29 20 7b 20 63 65 72 72 20 d Run_() { cerr
09f0: 3c 3c 20 22 54 65 73 74 20 43 61 73 65 20 23 22 << "Test Case #"
0a00: 20 3c 3c 20 4e 20 3c 3c 20 22 2e 2e 2e 22 20 3c << N << "..." <
0a10: 3c 20 66 6c 75 73 68 3b 20 54 65 73 74 5f 28 43 < flush; Test_(C
0a20: 61 73 65 5f 3c 4e 3e 28 29 29 3b 20 52 75 6e 5f ase_<N>()); Run_
0a30: 3c 73 69 7a 65 6f 66 28 54 65 73 74 5f 28 43 61 <sizeof(Test_(Ca
0a40: 73 65 5f 3c 4e 2b 31 3e 28 29 29 29 3d 3d 31 20 se_<N+1>()))==1
0a50: 3f 20 2d 31 20 3a 20 4e 2b 31 3e 28 29 3b 20 7d ? -1 : N+1>(); }
0a60: 0d 0a 74 65 6d 70 6c 61 74 65 3c 3e 20 20 20 20 ..template<>
0a70: 20 20 76 6f 69 64 20 52 75 6e 5f 3c 2d 31 3e 28 void Run_<-1>(
0a80: 29 20 7b 7d 0d 0a 69 6e 74 20 6d 61 69 6e 28 29 ) {}..int main()
0a90: 20 7b 20 52 75 6e 5f 3c 30 3e 28 29 3b 20 7d 0d { Run_<0>(); }.
0aa0: 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48 45 52 45 .// END CUT HERE
0ab0: 0d 0a 0d 0a ....