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 66 75 6e 63 ..#include <func
00d0: 74 69 6f 6e 61 6c 3e 0d 0a 23 69 6e 63 6c 75 64 tional>..#includ
00e0: 65 20 3c 63 6f 6d 70 6c 65 78 3e 0d 0a 23 69 6e e <complex>..#in
00f0: 63 6c 75 64 65 20 3c 71 75 65 75 65 3e 0d 0a 23 clude <queue>..#
0100: 69 6e 63 6c 75 64 65 20 3c 73 74 61 63 6b 3e 0d include <stack>.
0110: 0a 23 69 6e 63 6c 75 64 65 20 3c 63 6d 61 74 68 .#include <cmath
0120: 3e 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 63 61 73 >..#include <cas
0130: 73 65 72 74 3e 0d 0a 23 69 6e 63 6c 75 64 65 20 sert>..#include
0140: 3c 63 73 74 72 69 6e 67 3e 0d 0a 75 73 69 6e 67 <cstring>..using
0150: 20 6e 61 6d 65 73 70 61 63 65 20 73 74 64 3b 0d namespace std;.
0160: 0a 74 79 70 65 64 65 66 20 6c 6f 6e 67 20 6c 6f .typedef long lo
0170: 6e 67 20 4c 4c 3b 0d 0a 74 79 70 65 64 65 66 20 ng LL;..typedef
0180: 63 6f 6d 70 6c 65 78 3c 64 6f 75 62 6c 65 3e 20 complex<double>
0190: 43 4d 50 3b 0d 0a 0d 0a 63 6c 61 73 73 20 50 61 CMP;....class Pa
01a0: 6c 69 6e 64 72 6f 6d 65 50 68 72 61 73 65 73 20 lindromePhrases
01b0: 7b 0d 0a 70 75 62 6c 69 63 3a 0d 0a 09 76 65 63 {..public:...vec
01c0: 74 6f 72 3c 73 74 72 69 6e 67 3e 20 57 3b 0d 0a tor<string> W;..
01d0: 09 69 6e 74 20 4e 3b 0d 0a 09 6d 61 70 3c 70 61 .int N;...map<pa
01e0: 69 72 3c 69 6e 74 2c 73 74 72 69 6e 67 3e 2c 20 ir<int,string>,
01f0: 4c 4c 3e 20 6d 65 6d 6f 31 3b 0d 0a 09 6d 61 70 LL> memo1;...map
0200: 3c 70 61 69 72 3c 69 6e 74 2c 73 74 72 69 6e 67 <pair<int,string
0210: 3e 2c 20 4c 4c 3e 20 6d 65 6d 6f 32 3b 0d 0a 09 >, LL> memo2;...
0220: 6d 61 70 3c 70 61 69 72 3c 69 6e 74 2c 73 74 72 map<pair<int,str
0230: 69 6e 67 3e 2c 20 4c 4c 3e 20 6d 65 6d 6f 33 3b ing>, LL> memo3;
0240: 0d 0a 09 6d 61 70 3c 70 61 69 72 3c 69 6e 74 2c ...map<pair<int,
0250: 73 74 72 69 6e 67 3e 2c 20 4c 4c 3e 20 6d 65 6d string>, LL> mem
0260: 6f 34 3b 0d 0a 09 6d 61 70 3c 70 61 69 72 3c 69 o4;...map<pair<i
0270: 6e 74 2c 73 74 72 69 6e 67 3e 2c 20 4c 4c 3e 20 nt,string>, LL>
0280: 6d 65 6d 6f 35 3b 0d 0a 0d 0a 09 73 74 72 69 6e memo5;.....strin
0290: 67 20 72 65 76 28 73 74 72 69 6e 67 20 73 29 0d g rev(string s).
02a0: 0a 09 7b 0d 0a 09 09 72 65 76 65 72 73 65 28 73 ..{....reverse(s
02b0: 2e 62 65 67 69 6e 28 29 2c 20 73 2e 65 6e 64 28 .begin(), s.end(
02c0: 29 29 3b 0d 0a 09 09 72 65 74 75 72 6e 20 73 3b ));....return s;
02d0: 0d 0a 09 7d 0d 0a 0d 0a 09 62 6f 6f 6c 20 70 72 ...}.....bool pr
02e0: 65 66 69 78 5f 61 6c 6c 28 63 6f 6e 73 74 20 73 efix_all(const s
02f0: 74 72 69 6e 67 26 20 70 2c 20 63 6f 6e 73 74 20 tring& p, const
0300: 73 74 72 69 6e 67 26 20 61 29 0d 0a 09 7b 0d 0a string& a)...{..
0310: 09 09 72 65 74 75 72 6e 20 70 2e 73 69 7a 65 28 ..return p.size(
0320: 29 20 3c 3d 20 61 2e 73 69 7a 65 28 29 20 26 26 ) <= a.size() &&
0330: 20 65 71 75 61 6c 28 70 2e 62 65 67 69 6e 28 29 equal(p.begin()
0340: 2c 20 70 2e 65 6e 64 28 29 2c 20 61 2e 62 65 67 , p.end(), a.beg
0350: 69 6e 28 29 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 62 in());...}.....b
0360: 6f 6f 6c 20 73 75 66 66 69 78 5f 61 6c 6c 28 63 ool suffix_all(c
0370: 6f 6e 73 74 20 73 74 72 69 6e 67 26 20 70 2c 20 onst string& p,
0380: 63 6f 6e 73 74 20 73 74 72 69 6e 67 26 20 61 29 const string& a)
0390: 0d 0a 09 7b 0d 0a 09 09 72 65 74 75 72 6e 20 70 ...{....return p
03a0: 2e 73 69 7a 65 28 29 20 3c 3d 20 61 2e 73 69 7a .size() <= a.siz
03b0: 65 28 29 20 26 26 20 65 71 75 61 6c 28 70 2e 62 e() && equal(p.b
03c0: 65 67 69 6e 28 29 2c 20 70 2e 65 6e 64 28 29 2c egin(), p.end(),
03d0: 20 61 2e 62 65 67 69 6e 28 29 2b 61 2e 73 69 7a a.begin()+a.siz
03e0: 65 28 29 2d 70 2e 73 69 7a 65 28 29 29 3b 0d 0a e()-p.size());..
03f0: 09 7d 0d 0a 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 .}.....long long
0400: 20 67 65 74 41 6d 6f 75 6e 74 28 76 65 63 74 6f getAmount(vecto
0410: 72 20 3c 73 74 72 69 6e 67 3e 20 77 6f 72 64 73 r <string> words
0420: 29 20 0d 0a 09 7b 0d 0a 09 09 57 20 3d 20 77 6f ) ...{....W = wo
0430: 72 64 73 3b 0d 0a 09 09 4e 20 3d 20 57 2e 73 69 rds;....N = W.si
0440: 7a 65 28 29 3b 0d 0a 0d 0a 09 09 4c 4c 20 63 6e ze();......LL cn
0450: 74 20 3d 20 30 3b 0d 0a 09 09 66 6f 72 28 69 6e t = 0;....for(in
0460: 74 20 69 3d 30 3b 20 69 3c 4e 3b 20 2b 2b 69 29 t i=0; i<N; ++i)
0470: 0d 0a 09 09 7b 0d 0a 09 09 09 69 6e 74 20 6d 61 ....{.....int ma
0480: 73 6b 20 3d 20 28 31 3c 3c 4e 29 20 2d 20 31 3b sk = (1<<N) - 1;
0490: 0d 0a 09 09 09 6d 61 73 6b 20 26 3d 20 7e 20 28 .....mask &= ~ (
04a0: 31 3c 3c 69 29 3b 0d 0a 0d 0a 09 09 09 63 6e 74 1<<i);.......cnt
04b0: 20 2b 3d 20 72 65 63 5f 73 74 61 72 74 70 61 6c += rec_startpal
04c0: 69 6e 28 6d 61 73 6b 2c 20 57 5b 69 5d 29 3b 0d in(mask, W[i]);.
04d0: 0a 09 09 7d 0d 0a 09 09 72 65 74 75 72 6e 20 63 ...}....return c
04e0: 6e 74 3b 0d 0a 09 7d 0d 0a 0d 0a 09 4c 4c 20 72 nt;...}.....LL r
04f0: 65 63 5f 73 74 61 72 74 70 61 6c 69 6e 28 69 6e ec_startpalin(in
0500: 74 20 6d 61 73 6b 2c 20 63 6f 6e 73 74 20 73 74 t mask, const st
0510: 72 69 6e 67 26 20 77 29 20 2f 2f 20 23 7b 77 73 ring& w) // #{ws
0520: 20 7c 20 77 73 20 69 73 20 70 61 6c 69 6e 7d 0d | ws is palin}.
0530: 0a 09 7b 0d 0a 09 09 70 61 69 72 3c 69 6e 74 2c ..{....pair<int,
0540: 73 74 72 69 6e 67 3e 20 6b 65 79 28 6d 61 73 6b string> key(mask
0550: 2c 20 77 29 3b 0d 0a 09 09 69 66 28 20 6d 65 6d , w);....if( mem
0560: 6f 31 2e 63 6f 75 6e 74 28 6b 65 79 29 20 29 0d o1.count(key) ).
0570: 0a 09 09 09 72 65 74 75 72 6e 20 6d 65 6d 6f 31 ....return memo1
0580: 5b 6b 65 79 5d 3b 0d 0a 0d 0a 09 09 73 74 72 69 [key];......stri
0590: 6e 67 20 72 77 20 3d 20 72 65 76 28 77 29 3b 0d ng rw = rev(w);.
05a0: 0a 0d 0a 09 09 4c 4c 20 63 6e 74 20 3d 20 30 3b .....LL cnt = 0;
05b0: 0d 0a 09 09 63 6e 74 20 2b 3d 20 72 65 63 5f 65 ....cnt += rec_e
05c0: 6e 64 28 6d 61 73 6b 2c 20 72 77 29 3b 0d 0a 09 nd(mask, rw);...
05d0: 09 66 6f 72 28 69 6e 74 20 6f 76 3d 31 3b 20 6f .for(int ov=1; o
05e0: 76 3c 3d 77 2e 73 69 7a 65 28 29 3b 20 2b 2b 6f v<=w.size(); ++o
05f0: 76 29 0d 0a 09 09 09 69 66 28 20 77 2e 73 75 62 v).....if( w.sub
0600: 73 74 72 28 77 2e 73 69 7a 65 28 29 2d 6f 76 29 str(w.size()-ov)
0610: 20 3d 3d 20 72 77 2e 73 75 62 73 74 72 28 30 2c == rw.substr(0,
0620: 6f 76 29 20 29 0d 0a 09 09 09 09 63 6e 74 20 2b ov) )......cnt +
0630: 3d 20 65 78 61 63 74 28 6d 61 73 6b 2c 20 72 77 = exact(mask, rw
0640: 2e 73 75 62 73 74 72 28 6f 76 29 29 3b 0d 0a 09 .substr(ov));...
0650: 09 72 65 74 75 72 6e 20 6d 65 6d 6f 31 5b 6b 65 .return memo1[ke
0660: 79 5d 3d 63 6e 74 3b 0d 0a 09 7d 0d 0a 0d 0a 09 y]=cnt;...}.....
0670: 4c 4c 20 72 65 63 5f 65 6e 64 70 61 6c 69 6e 28 LL rec_endpalin(
0680: 69 6e 74 20 6d 61 73 6b 2c 20 63 6f 6e 73 74 20 int mask, const
0690: 73 74 72 69 6e 67 26 20 77 29 20 2f 2f 20 23 7b string& w) // #{
06a0: 73 77 20 7c 20 73 77 20 69 73 20 70 61 6c 69 6e sw | sw is palin
06b0: 7d 0d 0a 09 7b 0d 0a 09 09 70 61 69 72 3c 69 6e }...{....pair<in
06c0: 74 2c 73 74 72 69 6e 67 3e 20 6b 65 79 28 6d 61 t,string> key(ma
06d0: 73 6b 2c 20 77 29 3b 0d 0a 09 09 69 66 28 20 6d sk, w);....if( m
06e0: 65 6d 6f 34 2e 63 6f 75 6e 74 28 6b 65 79 29 20 emo4.count(key)
06f0: 29 0d 0a 09 09 09 72 65 74 75 72 6e 20 6d 65 6d ).....return mem
0700: 6f 34 5b 6b 65 79 5d 3b 0d 0a 0d 0a 09 09 73 74 o4[key];......st
0710: 72 69 6e 67 20 72 77 20 3d 20 72 65 76 28 77 29 ring rw = rev(w)
0720: 3b 0d 0a 0d 0a 09 09 4c 4c 20 63 6e 74 20 3d 20 ;......LL cnt =
0730: 30 3b 0d 0a 09 09 63 6e 74 20 2b 3d 20 72 65 63 0;....cnt += rec
0740: 28 6d 61 73 6b 2c 20 72 77 29 3b 0d 0a 09 09 66 (mask, rw);....f
0750: 6f 72 28 69 6e 74 20 6f 76 3d 31 3b 20 6f 76 3c or(int ov=1; ov<
0760: 3d 77 2e 73 69 7a 65 28 29 3b 20 2b 2b 6f 76 29 =w.size(); ++ov)
0770: 0d 0a 09 09 09 69 66 28 20 72 77 2e 73 75 62 73 .....if( rw.subs
0780: 74 72 28 77 2e 73 69 7a 65 28 29 2d 6f 76 29 20 tr(w.size()-ov)
0790: 3d 3d 20 77 2e 73 75 62 73 74 72 28 30 2c 6f 76 == w.substr(0,ov
07a0: 29 20 29 0d 0a 09 09 09 09 63 6e 74 20 2b 3d 20 ) )......cnt +=
07b0: 65 78 61 63 74 28 6d 61 73 6b 2c 20 72 77 2e 73 exact(mask, rw.s
07c0: 75 62 73 74 72 28 30 2c 77 2e 73 69 7a 65 28 29 ubstr(0,w.size()
07d0: 2d 6f 76 29 29 3b 0d 0a 09 09 72 65 74 75 72 6e -ov));....return
07e0: 20 6d 65 6d 6f 34 5b 6b 65 79 5d 3d 63 6e 74 3b memo4[key]=cnt;
07f0: 0d 0a 09 7d 0d 0a 0d 0a 09 4c 4c 20 72 65 63 28 ...}.....LL rec(
0800: 69 6e 74 20 6d 61 73 6b 2c 20 63 6f 6e 73 74 20 int mask, const
0810: 73 74 72 69 6e 67 26 20 77 29 20 2f 2f 20 23 7b string& w) // #{
0820: 77 73 20 7c 20 73 20 69 73 20 70 61 6c 69 6e 7d ws | s is palin}
0830: 0d 0a 09 7b 0d 0a 09 09 70 61 69 72 3c 69 6e 74 ...{....pair<int
0840: 2c 73 74 72 69 6e 67 3e 20 6b 65 79 28 6d 61 73 ,string> key(mas
0850: 6b 2c 20 77 29 3b 0d 0a 09 09 69 66 28 20 6d 65 k, w);....if( me
0860: 6d 6f 32 2e 63 6f 75 6e 74 28 6b 65 79 29 20 29 mo2.count(key) )
0870: 0d 0a 09 09 09 72 65 74 75 72 6e 20 6d 65 6d 6f .....return memo
0880: 32 5b 6b 65 79 5d 3b 0d 0a 0d 0a 09 09 4c 4c 20 2[key];......LL
0890: 63 6e 74 20 3d 20 28 77 2e 65 6d 70 74 79 28 29 cnt = (w.empty()
08a0: 20 3f 20 31 20 3a 20 30 29 3b 0d 0a 09 09 66 6f ? 1 : 0);....fo
08b0: 72 28 69 6e 74 20 69 3d 30 3b 20 69 3c 4e 3b 20 r(int i=0; i<N;
08c0: 2b 2b 69 29 0d 0a 09 09 09 69 66 28 20 6d 61 73 ++i).....if( mas
08d0: 6b 20 26 20 28 31 3c 3c 69 29 20 29 0d 0a 09 09 k & (1<<i) )....
08e0: 09 7b 0d 0a 09 09 09 09 69 66 28 20 70 72 65 66 .{......if( pref
08f0: 69 78 5f 61 6c 6c 28 57 5b 69 5d 2c 20 77 29 20 ix_all(W[i], w)
0900: 29 0d 0a 09 09 09 09 09 63 6e 74 20 2b 3d 20 72 ).......cnt += r
0910: 65 63 28 20 6d 61 73 6b 20 26 7e 20 28 31 3c 3c ec( mask &~ (1<<
0920: 69 29 2c 20 0d 0a 09 09 09 09 09 09 77 2e 73 75 i), ........w.su
0930: 62 73 74 72 28 57 5b 69 5d 2e 73 69 7a 65 28 29 bstr(W[i].size()
0940: 29 0d 0a 09 09 09 09 09 29 3b 0d 0a 09 09 09 09 ).......);......
0950: 65 6c 73 65 20 69 66 28 20 70 72 65 66 69 78 5f else if( prefix_
0960: 61 6c 6c 28 77 2c 20 57 5b 69 5d 29 20 29 0d 0a all(w, W[i]) )..
0970: 09 09 09 09 09 63 6e 74 20 2b 3d 20 72 65 63 5f .....cnt += rec_
0980: 73 74 61 72 74 70 61 6c 69 6e 28 20 6d 61 73 6b startpalin( mask
0990: 20 26 7e 20 28 31 3c 3c 69 29 2c 0d 0a 09 09 09 &~ (1<<i),.....
09a0: 09 09 09 57 5b 69 5d 2e 73 75 62 73 74 72 28 77 ...W[i].substr(w
09b0: 2e 73 69 7a 65 28 29 29 0d 0a 09 09 09 09 09 29 .size()).......)
09c0: 3b 0d 0a 09 09 09 7d 0d 0a 09 09 72 65 74 75 72 ;.....}....retur
09d0: 6e 20 6d 65 6d 6f 32 5b 6b 65 79 5d 3d 63 6e 74 n memo2[key]=cnt
09e0: 3b 0d 0a 09 7d 0d 0a 0d 0a 09 4c 4c 20 72 65 63 ;...}.....LL rec
09f0: 5f 65 6e 64 28 69 6e 74 20 6d 61 73 6b 2c 20 63 _end(int mask, c
0a00: 6f 6e 73 74 20 73 74 72 69 6e 67 26 20 77 29 20 onst string& w)
0a10: 2f 2f 20 23 7b 73 77 20 7c 20 73 20 69 73 20 70 // #{sw | s is p
0a20: 61 6c 69 6e 7d 0d 0a 09 7b 0d 0a 09 09 70 61 69 alin}...{....pai
0a30: 72 3c 69 6e 74 2c 73 74 72 69 6e 67 3e 20 6b 65 r<int,string> ke
0a40: 79 28 6d 61 73 6b 2c 20 77 29 3b 0d 0a 09 09 69 y(mask, w);....i
0a50: 66 28 20 6d 65 6d 6f 35 2e 63 6f 75 6e 74 28 6b f( memo5.count(k
0a60: 65 79 29 20 29 0d 0a 09 09 09 72 65 74 75 72 6e ey) ).....return
0a70: 20 6d 65 6d 6f 35 5b 6b 65 79 5d 3b 0d 0a 0d 0a memo5[key];....
0a80: 09 09 4c 4c 20 63 6e 74 20 3d 20 28 77 2e 65 6d ..LL cnt = (w.em
0a90: 70 74 79 28 29 20 3f 20 31 20 3a 20 30 29 3b 0d pty() ? 1 : 0);.
0aa0: 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d 30 3b 20 ...for(int i=0;
0ab0: 69 3c 4e 3b 20 2b 2b 69 29 0d 0a 09 09 09 69 66 i<N; ++i).....if
0ac0: 28 20 6d 61 73 6b 20 26 20 28 31 3c 3c 69 29 20 ( mask & (1<<i)
0ad0: 29 0d 0a 09 09 09 7b 0d 0a 09 09 09 09 69 66 28 ).....{......if(
0ae0: 20 73 75 66 66 69 78 5f 61 6c 6c 28 57 5b 69 5d suffix_all(W[i]
0af0: 2c 20 77 29 20 29 0d 0a 09 09 09 09 09 63 6e 74 , w) ).......cnt
0b00: 20 2b 3d 20 72 65 63 5f 65 6e 64 28 20 6d 61 73 += rec_end( mas
0b10: 6b 20 26 7e 20 28 31 3c 3c 69 29 2c 0d 0a 09 09 k &~ (1<<i),....
0b20: 09 09 09 09 77 2e 73 75 62 73 74 72 28 30 2c 77 ....w.substr(0,w
0b30: 2e 73 69 7a 65 28 29 2d 57 5b 69 5d 2e 73 69 7a .size()-W[i].siz
0b40: 65 28 29 29 0d 0a 09 09 09 09 09 29 3b 0d 0a 09 e()).......);...
0b50: 09 09 09 65 6c 73 65 20 69 66 28 20 73 75 66 66 ...else if( suff
0b60: 69 78 5f 61 6c 6c 28 77 2c 20 57 5b 69 5d 29 20 ix_all(w, W[i])
0b70: 29 0d 0a 09 09 09 09 09 63 6e 74 20 2b 3d 20 72 ).......cnt += r
0b80: 65 63 5f 65 6e 64 70 61 6c 69 6e 28 20 6d 61 73 ec_endpalin( mas
0b90: 6b 20 26 7e 20 28 31 3c 3c 69 29 2c 0d 0a 09 09 k &~ (1<<i),....
0ba0: 09 09 09 09 57 5b 69 5d 2e 73 75 62 73 74 72 28 ....W[i].substr(
0bb0: 30 2c 20 57 5b 69 5d 2e 73 69 7a 65 28 29 2d 77 0, W[i].size()-w
0bc0: 2e 73 69 7a 65 28 29 29 0d 0a 09 09 09 09 09 29 .size()).......)
0bd0: 3b 0d 0a 09 09 09 7d 0d 0a 09 09 72 65 74 75 72 ;.....}....retur
0be0: 6e 20 6d 65 6d 6f 35 5b 6b 65 79 5d 3d 63 6e 74 n memo5[key]=cnt
0bf0: 3b 0d 0a 09 7d 0d 0a 0d 0a 09 4c 4c 20 65 78 61 ;...}.....LL exa
0c00: 63 74 28 69 6e 74 20 6d 61 73 6b 2c 20 63 6f 6e ct(int mask, con
0c10: 73 74 20 73 74 72 69 6e 67 26 20 77 29 20 2f 2f st string& w) //
0c20: 20 23 20 6f 66 20 77 61 79 73 20 74 6f 20 63 72 # of ways to cr
0c30: 65 61 74 65 20 77 0d 0a 09 7b 0d 0a 09 09 70 61 eate w...{....pa
0c40: 69 72 3c 69 6e 74 2c 73 74 72 69 6e 67 3e 20 6b ir<int,string> k
0c50: 65 79 28 6d 61 73 6b 2c 20 77 29 3b 0d 0a 09 09 ey(mask, w);....
0c60: 69 66 28 20 6d 65 6d 6f 33 2e 63 6f 75 6e 74 28 if( memo3.count(
0c70: 6b 65 79 29 20 29 0d 0a 09 09 09 72 65 74 75 72 key) ).....retur
0c80: 6e 20 6d 65 6d 6f 33 5b 6b 65 79 5d 3b 0d 0a 0d n memo3[key];...
0c90: 0a 09 09 4c 4c 20 63 6e 74 20 3d 20 28 77 2e 65 ...LL cnt = (w.e
0ca0: 6d 70 74 79 28 29 20 3f 20 31 20 3a 20 30 29 3b mpty() ? 1 : 0);
0cb0: 0d 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d 30 3b ....for(int i=0;
0cc0: 20 69 3c 4e 3b 20 2b 2b 69 29 0d 0a 09 09 09 69 i<N; ++i).....i
0cd0: 66 28 20 6d 61 73 6b 20 26 20 28 31 3c 3c 69 29 f( mask & (1<<i)
0ce0: 20 29 0d 0a 09 09 09 09 69 66 28 20 70 72 65 66 )......if( pref
0cf0: 69 78 5f 61 6c 6c 28 57 5b 69 5d 2c 20 77 29 20 ix_all(W[i], w)
0d00: 29 0d 0a 09 09 09 09 09 63 6e 74 20 2b 3d 20 65 ).......cnt += e
0d10: 78 61 63 74 28 20 6d 61 73 6b 20 26 7e 20 28 31 xact( mask &~ (1
0d20: 3c 3c 69 29 2c 20 77 2e 73 75 62 73 74 72 28 57 <<i), w.substr(W
0d30: 5b 69 5d 2e 73 69 7a 65 28 29 29 20 29 3b 0d 0a [i].size()) );..
0d40: 0d 0a 09 09 72 65 74 75 72 6e 20 6d 65 6d 6f 33 ....return memo3
0d50: 5b 6b 65 79 5d 20 3d 20 63 6e 74 3b 0d 0a 09 7d [key] = cnt;...}
0d60: 0d 0a 0d 0a 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 42 ......};....// B
0d70: 45 47 49 4e 20 43 55 54 20 48 45 52 45 0d 0a 23 EGIN CUT HERE..#
0d80: 69 6e 63 6c 75 64 65 20 3c 63 74 69 6d 65 3e 0d include <ctime>.
0d90: 0a 64 6f 75 62 6c 65 20 73 74 61 72 74 5f 74 69 .double start_ti
0da0: 6d 65 3b 73 74 72 69 6e 67 20 74 69 6d 65 72 28 me;string timer(
0db0: 29 20 7b 20 6f 73 74 72 69 6e 67 73 74 72 65 61 ) { ostringstrea
0dc0: 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 20 28 22 m os; os << " ("
0dd0: 20 3c 3c 20 69 6e 74 28 28 63 6c 6f 63 6b 28 29 << int((clock()
0de0: 2d 73 74 61 72 74 5f 74 69 6d 65 29 2f 43 4c 4f -start_time)/CLO
0df0: 43 4b 53 5f 50 45 52 5f 53 45 43 2a 31 30 30 30 CKS_PER_SEC*1000
0e00: 29 20 3c 3c 20 22 20 6d 73 65 63 29 22 3b 20 72 ) << " msec)"; r
0e10: 65 74 75 72 6e 20 6f 73 2e 73 74 72 28 29 3b 20 eturn os.str();
0e20: 7d 0d 0a 0d 0a 74 65 6d 70 6c 61 74 65 20 3c 74 }....template <t
0e30: 79 70 65 6e 61 6d 65 20 54 3e 20 73 74 72 69 6e ypename T> strin
0e40: 67 20 70 72 69 6e 74 5f 61 72 72 61 79 28 63 6f g print_array(co
0e50: 6e 73 74 20 76 65 63 74 6f 72 3c 54 3e 20 26 56 nst vector<T> &V
0e60: 29 20 7b 20 6f 73 74 72 69 6e 67 73 74 72 65 61 ) { ostringstrea
0e70: 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 7b 20 22 m os; os << "{ "
0e80: 3b 20 66 6f 72 20 28 74 79 70 65 6e 61 6d 65 20 ; for (typename
0e90: 76 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 74 vector<T>::const
0ea0: 5f 69 74 65 72 61 74 6f 72 20 69 74 65 72 20 3d _iterator iter =
0eb0: 20 56 2e 62 65 67 69 6e 28 29 3b 20 69 74 65 72 V.begin(); iter
0ec0: 20 21 3d 20 56 2e 65 6e 64 28 29 3b 20 2b 2b 69 != V.end(); ++i
0ed0: 74 65 72 29 20 6f 73 20 3c 3c 20 27 5c 22 27 20 ter) os << '\"'
0ee0: 3c 3c 20 2a 69 74 65 72 20 3c 3c 20 22 5c 22 2c << *iter << "\",
0ef0: 22 3b 20 6f 73 20 3c 3c 20 22 20 7d 22 3b 20 72 "; os << " }"; r
0f00: 65 74 75 72 6e 20 6f 73 2e 73 74 72 28 29 3b 20 eturn os.str();
0f10: 7d 0d 0a 69 6e 74 20 76 65 72 69 66 79 5f 63 61 }..int verify_ca
0f20: 73 65 28 63 6f 6e 73 74 20 6c 6f 6e 67 20 6c 6f se(const long lo
0f30: 6e 67 20 26 45 78 70 65 63 74 65 64 2c 20 63 6f ng &Expected, co
0f40: 6e 73 74 20 6c 6f 6e 67 20 6c 6f 6e 67 20 26 52 nst long long &R
0f50: 65 63 65 69 76 65 64 29 20 7b 20 69 66 20 28 45 eceived) { if (E
0f60: 78 70 65 63 74 65 64 20 3d 3d 20 52 65 63 65 69 xpected == Recei
0f70: 76 65 64 29 20 63 65 72 72 20 3c 3c 20 22 50 41 ved) cerr << "PA
0f80: 53 53 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 SSED" << timer()
0f90: 20 3c 3c 20 65 6e 64 6c 3b 20 65 6c 73 65 20 7b << endl; else {
0fa0: 20 63 65 72 72 20 3c 3c 20 22 46 41 49 4c 45 44 cerr << "FAILED
0fb0: 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20 " << timer() <<
0fc0: 65 6e 64 6c 3b 20 63 65 72 72 20 3c 3c 20 22 5c endl; cerr << "\
0fd0: 74 45 78 70 65 63 74 65 64 3a 20 5c 22 22 20 3c tExpected: \"" <
0fe0: 3c 20 45 78 70 65 63 74 65 64 20 3c 3c 20 27 5c < Expected << '\
0ff0: 22 27 20 3c 3c 20 65 6e 64 6c 3b 20 63 65 72 72 "' << endl; cerr
1000: 20 3c 3c 20 22 5c 74 52 65 63 65 69 76 65 64 3a << "\tReceived:
1010: 20 5c 22 22 20 3c 3c 20 52 65 63 65 69 76 65 64 \"" << Received
1020: 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c << '\"' << endl
1030: 3b 20 7d 20 72 65 74 75 72 6e 20 30 3b 7d 0d 0a ; } return 0;}..
1040: 0d 0a 74 65 6d 70 6c 61 74 65 3c 69 6e 74 20 4e ..template<int N
1050: 3e 20 73 74 72 75 63 74 20 43 61 73 65 5f 20 7b > struct Case_ {
1060: 20 43 61 73 65 5f 28 29 7b 73 74 61 72 74 5f 74 Case_(){start_t
1070: 69 6d 65 3d 63 6c 6f 63 6b 28 29 3b 7d 20 7d 3b ime=clock();} };
1080: 0d 0a 63 68 61 72 20 54 65 73 74 5f 28 2e 2e 2e ..char Test_(...
1090: 29 3b 0d 0a 69 6e 74 20 54 65 73 74 5f 28 43 61 );..int Test_(Ca
10a0: 73 65 5f 3c 30 3e 29 20 7b 0d 0a 09 73 74 72 69 se_<0>) {...stri
10b0: 6e 67 20 77 6f 72 64 73 5f 5b 5d 20 3d 20 7b 22 ng words_[] = {"
10c0: 61 22 2c 22 62 61 22 7d 3b 0d 0a 09 20 20 76 65 a","ba"};... ve
10d0: 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 77 6f ctor <string> wo
10e0: 72 64 73 28 77 6f 72 64 73 5f 2c 20 77 6f 72 64 rds(words_, word
10f0: 73 5f 2b 73 69 7a 65 6f 66 28 77 6f 72 64 73 5f s_+sizeof(words_
1100: 29 2f 73 69 7a 65 6f 66 28 2a 77 6f 72 64 73 5f )/sizeof(*words_
1110: 29 29 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 )); ...long long
1120: 20 52 65 74 56 61 6c 20 3d 20 32 4c 4c 3b 20 0d RetVal = 2LL; .
1130: 0a 09 72 65 74 75 72 6e 20 76 65 72 69 66 79 5f ..return verify_
1140: 63 61 73 65 28 52 65 74 56 61 6c 2c 20 50 61 6c case(RetVal, Pal
1150: 69 6e 64 72 6f 6d 65 50 68 72 61 73 65 73 28 29 indromePhrases()
1160: 2e 67 65 74 41 6d 6f 75 6e 74 28 77 6f 72 64 73 .getAmount(words
1170: 29 29 3b 20 7d 0d 0a 69 6e 74 20 54 65 73 74 5f )); }..int Test_
1180: 28 43 61 73 65 5f 3c 31 3e 29 20 7b 0d 0a 09 73 (Case_<1>) {...s
1190: 74 72 69 6e 67 20 77 6f 72 64 73 5f 5b 5d 20 3d tring words_[] =
11a0: 20 7b 22 61 62 22 2c 22 62 63 64 22 2c 22 65 66 {"ab","bcd","ef
11b0: 67 22 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 g"};... vector
11c0: 3c 73 74 72 69 6e 67 3e 20 77 6f 72 64 73 28 77 <string> words(w
11d0: 6f 72 64 73 5f 2c 20 77 6f 72 64 73 5f 2b 73 69 ords_, words_+si
11e0: 7a 65 6f 66 28 77 6f 72 64 73 5f 29 2f 73 69 7a zeof(words_)/siz
11f0: 65 6f 66 28 2a 77 6f 72 64 73 5f 29 29 3b 20 0d eof(*words_)); .
1200: 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 52 65 74 56 ..long long RetV
1210: 61 6c 20 3d 20 30 4c 4c 3b 20 0d 0a 09 72 65 74 al = 0LL; ...ret
1220: 75 72 6e 20 76 65 72 69 66 79 5f 63 61 73 65 28 urn verify_case(
1230: 52 65 74 56 61 6c 2c 20 50 61 6c 69 6e 64 72 6f RetVal, Palindro
1240: 6d 65 50 68 72 61 73 65 73 28 29 2e 67 65 74 41 mePhrases().getA
1250: 6d 6f 75 6e 74 28 77 6f 72 64 73 29 29 3b 20 7d mount(words)); }
1260: 0d 0a 69 6e 74 20 54 65 73 74 5f 28 43 61 73 65 ..int Test_(Case
1270: 5f 3c 32 3e 29 20 7b 0d 0a 09 73 74 72 69 6e 67 _<2>) {...string
1280: 20 77 6f 72 64 73 5f 5b 5d 20 3d 20 7b 22 61 22 words_[] = {"a"
1290: 2c 20 22 62 62 61 22 2c 20 22 61 62 62 22 7d 3b , "bba", "abb"};
12a0: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74 72 ... vector <str
12b0: 69 6e 67 3e 20 77 6f 72 64 73 28 77 6f 72 64 73 ing> words(words
12c0: 5f 2c 20 77 6f 72 64 73 5f 2b 73 69 7a 65 6f 66 _, words_+sizeof
12d0: 28 77 6f 72 64 73 5f 29 2f 73 69 7a 65 6f 66 28 (words_)/sizeof(
12e0: 2a 77 6f 72 64 73 5f 29 29 3b 20 0d 0a 09 6c 6f *words_)); ...lo
12f0: 6e 67 20 6c 6f 6e 67 20 52 65 74 56 61 6c 20 3d ng long RetVal =
1300: 20 37 4c 4c 3b 20 0d 0a 09 72 65 74 75 72 6e 20 7LL; ...return
1310: 76 65 72 69 66 79 5f 63 61 73 65 28 52 65 74 56 verify_case(RetV
1320: 61 6c 2c 20 50 61 6c 69 6e 64 72 6f 6d 65 50 68 al, PalindromePh
1330: 72 61 73 65 73 28 29 2e 67 65 74 41 6d 6f 75 6e rases().getAmoun
1340: 74 28 77 6f 72 64 73 29 29 3b 20 7d 0d 0a 69 6e t(words)); }..in
1350: 74 20 54 65 73 74 5f 28 43 61 73 65 5f 3c 33 3e t Test_(Case_<3>
1360: 29 20 7b 0d 0a 09 73 74 72 69 6e 67 20 77 6f 72 ) {...string wor
1370: 64 73 5f 5b 5d 20 3d 20 7b 22 61 61 62 63 63 63 ds_[] = {"aabccc
1380: 22 2c 20 22 63 63 62 62 63 61 22 2c 20 22 61 22 ", "ccbbca", "a"
1390: 2c 20 22 61 63 61 61 62 62 22 2c 20 22 61 61 61 , "acaabb", "aaa
13a0: 22 2c 20 22 61 61 62 22 2c 20 22 63 22 2c 20 22 ", "aab", "c", "
13b0: 62 61 62 62 22 2c 20 22 61 61 63 61 61 22 2c 20 babb", "aacaa",
13c0: 22 62 22 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 "b"};... vector
13d0: 20 3c 73 74 72 69 6e 67 3e 20 77 6f 72 64 73 28 <string> words(
13e0: 77 6f 72 64 73 5f 2c 20 77 6f 72 64 73 5f 2b 73 words_, words_+s
13f0: 69 7a 65 6f 66 28 77 6f 72 64 73 5f 29 2f 73 69 izeof(words_)/si
1400: 7a 65 6f 66 28 2a 77 6f 72 64 73 5f 29 29 3b 20 zeof(*words_));
1410: 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 52 65 74 ...long long Ret
1420: 56 61 6c 20 3d 20 34 37 4c 4c 3b 20 0d 0a 09 72 Val = 47LL; ...r
1430: 65 74 75 72 6e 20 76 65 72 69 66 79 5f 63 61 73 eturn verify_cas
1440: 65 28 52 65 74 56 61 6c 2c 20 50 61 6c 69 6e 64 e(RetVal, Palind
1450: 72 6f 6d 65 50 68 72 61 73 65 73 28 29 2e 67 65 romePhrases().ge
1460: 74 41 6d 6f 75 6e 74 28 77 6f 72 64 73 29 29 3b tAmount(words));
1470: 20 7d 0d 0a 69 6e 74 20 54 65 73 74 5f 28 43 61 }..int Test_(Ca
1480: 73 65 5f 3c 34 3e 29 20 7b 0d 0a 09 73 74 72 69 se_<4>) {...stri
1490: 6e 67 20 77 6f 72 64 73 5f 5b 5d 20 3d 20 7b 22 ng words_[] = {"
14a0: 61 22 2c 20 22 61 61 22 2c 20 22 61 61 61 22 7d a", "aa", "aaa"}
14b0: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74 ;... vector <st
14c0: 72 69 6e 67 3e 20 77 6f 72 64 73 28 77 6f 72 64 ring> words(word
14d0: 73 5f 2c 20 77 6f 72 64 73 5f 2b 73 69 7a 65 6f s_, words_+sizeo
14e0: 66 28 77 6f 72 64 73 5f 29 2f 73 69 7a 65 6f 66 f(words_)/sizeof
14f0: 28 2a 77 6f 72 64 73 5f 29 29 3b 20 0d 0a 09 6c (*words_)); ...l
1500: 6f 6e 67 20 6c 6f 6e 67 20 52 65 74 56 61 6c 20 ong long RetVal
1510: 3d 20 34 37 4c 4c 3b 20 0d 0a 09 72 65 74 75 72 = 47LL; ...retur
1520: 6e 20 76 65 72 69 66 79 5f 63 61 73 65 28 52 65 n verify_case(Re
1530: 74 56 61 6c 2c 20 50 61 6c 69 6e 64 72 6f 6d 65 tVal, Palindrome
1540: 50 68 72 61 73 65 73 28 29 2e 67 65 74 41 6d 6f Phrases().getAmo
1550: 75 6e 74 28 77 6f 72 64 73 29 29 3b 20 7d 0d 0a unt(words)); }..
1560: 0d 0a 74 65 6d 70 6c 61 74 65 3c 69 6e 74 20 4e ..template<int N
1570: 3e 20 76 6f 69 64 20 52 75 6e 5f 28 29 20 7b 20 > void Run_() {
1580: 63 65 72 72 20 3c 3c 20 22 54 65 73 74 20 43 61 cerr << "Test Ca
1590: 73 65 20 23 22 20 3c 3c 20 4e 20 3c 3c 20 22 2e se #" << N << ".
15a0: 2e 2e 22 20 3c 3c 20 66 6c 75 73 68 3b 20 54 65 .." << flush; Te
15b0: 73 74 5f 28 43 61 73 65 5f 3c 4e 3e 28 29 29 3b st_(Case_<N>());
15c0: 20 52 75 6e 5f 3c 73 69 7a 65 6f 66 28 54 65 73 Run_<sizeof(Tes
15d0: 74 5f 28 43 61 73 65 5f 3c 4e 2b 31 3e 28 29 29 t_(Case_<N+1>())
15e0: 29 3d 3d 31 20 3f 20 2d 31 20 3a 20 4e 2b 31 3e )==1 ? -1 : N+1>
15f0: 28 29 3b 20 7d 0d 0a 74 65 6d 70 6c 61 74 65 3c (); }..template<
1600: 3e 20 20 20 20 20 20 76 6f 69 64 20 52 75 6e 5f > void Run_
1610: 3c 2d 31 3e 28 29 20 7b 7d 0d 0a 69 6e 74 20 6d <-1>() {}..int m
1620: 61 69 6e 28 29 20 7b 20 52 75 6e 5f 3c 30 3e 28 ain() { Run_<0>(
1630: 29 3b 20 7d 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 ); }..// END CUT
1640: 20 48 45 52 45 0d 0a HERE..