Artifact 08de86b9b3316798b758480d633a0a2788a16c7a:
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 75 73 69 6e de <cmath>..usin
0110: 67 20 6e 61 6d 65 73 70 61 63 65 20 73 74 64 3b g namespace std;
0120: 0d 0a 74 79 70 65 64 65 66 20 6c 6f 6e 67 20 6c ..typedef long l
0130: 6f 6e 67 20 4c 4c 3b 0d 0a 0d 0a 63 6c 61 73 73 ong LL;....class
0140: 20 54 68 65 4c 75 63 6b 79 53 74 72 69 6e 67 0d TheLuckyString.
0150: 0a 7b 0d 0a 70 75 62 6c 69 63 3a 0d 0a 09 69 6e .{..public:...in
0160: 74 20 63 6f 75 6e 74 28 73 74 72 69 6e 67 20 73 t count(string s
0170: 29 20 0d 0a 09 7b 0d 0a 09 09 69 6e 74 20 63 6e ) ...{....int cn
0180: 74 20 3d 20 30 3b 0d 0a 0d 0a 09 09 73 6f 72 74 t = 0;......sort
0190: 28 73 2e 62 65 67 69 6e 28 29 2c 20 73 2e 65 6e (s.begin(), s.en
01a0: 64 28 29 29 3b 0d 0a 09 09 64 6f 0d 0a 09 09 09 d());....do.....
01b0: 69 66 28 20 61 64 6a 61 63 65 6e 74 5f 66 69 6e if( adjacent_fin
01c0: 64 28 73 2e 62 65 67 69 6e 28 29 2c 20 73 2e 65 d(s.begin(), s.e
01d0: 6e 64 28 29 29 20 3d 3d 20 73 2e 65 6e 64 28 29 nd()) == s.end()
01e0: 20 29 0d 0a 09 09 09 09 2b 2b 63 6e 74 3b 0d 0a )......++cnt;..
01f0: 09 09 77 68 69 6c 65 28 20 6e 65 78 74 5f 70 65 ..while( next_pe
0200: 72 6d 75 74 61 74 69 6f 6e 28 73 2e 62 65 67 69 rmutation(s.begi
0210: 6e 28 29 2c 20 73 2e 65 6e 64 28 29 29 20 29 3b n(), s.end()) );
0220: 0d 0a 0d 0a 09 09 72 65 74 75 72 6e 20 63 6e 74 ......return cnt
0230: 3b 0d 0a 09 7d 0d 0a 0d 0a 2f 2f 20 42 45 47 49 ;...}....// BEGI
0240: 4e 20 43 55 54 20 48 45 52 45 0d 0a 09 70 75 62 N CUT HERE...pub
0250: 6c 69 63 3a 0d 0a 09 76 6f 69 64 20 72 75 6e 5f lic:...void run_
0260: 74 65 73 74 28 69 6e 74 20 43 61 73 65 29 20 7b test(int Case) {
0270: 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d 31 if ((Case == -1
0280: 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 30 29 ) || (Case == 0)
0290: 29 20 74 65 73 74 5f 63 61 73 65 5f 30 28 29 3b ) test_case_0();
02a0: 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d 31 if ((Case == -1
02b0: 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 31 29 ) || (Case == 1)
02c0: 29 20 74 65 73 74 5f 63 61 73 65 5f 31 28 29 3b ) test_case_1();
02d0: 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d 31 if ((Case == -1
02e0: 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 32 29 ) || (Case == 2)
02f0: 29 20 74 65 73 74 5f 63 61 73 65 5f 32 28 29 3b ) test_case_2();
0300: 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d 31 if ((Case == -1
0310: 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 33 29 ) || (Case == 3)
0320: 29 20 74 65 73 74 5f 63 61 73 65 5f 33 28 29 3b ) test_case_3();
0330: 20 7d 0d 0a 09 70 72 69 76 61 74 65 3a 0d 0a 09 }...private:...
0340: 74 65 6d 70 6c 61 74 65 20 3c 74 79 70 65 6e 61 template <typena
0350: 6d 65 20 54 3e 20 73 74 72 69 6e 67 20 70 72 69 me T> string pri
0360: 6e 74 5f 61 72 72 61 79 28 63 6f 6e 73 74 20 76 nt_array(const v
0370: 65 63 74 6f 72 3c 54 3e 20 26 56 29 20 7b 20 6f ector<T> &V) { o
0380: 73 74 72 69 6e 67 73 74 72 65 61 6d 20 6f 73 3b stringstream os;
0390: 20 6f 73 20 3c 3c 20 22 7b 20 22 3b 20 66 6f 72 os << "{ "; for
03a0: 20 28 74 79 70 65 6e 61 6d 65 20 76 65 63 74 6f (typename vecto
03b0: 72 3c 54 3e 3a 3a 63 6f 6e 73 74 5f 69 74 65 72 r<T>::const_iter
03c0: 61 74 6f 72 20 69 74 65 72 20 3d 20 56 2e 62 65 ator iter = V.be
03d0: 67 69 6e 28 29 3b 20 69 74 65 72 20 21 3d 20 56 gin(); iter != V
03e0: 2e 65 6e 64 28 29 3b 20 2b 2b 69 74 65 72 29 20 .end(); ++iter)
03f0: 6f 73 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a 69 os << '\"' << *i
0400: 74 65 72 20 3c 3c 20 22 5c 22 2c 22 3b 20 6f 73 ter << "\","; os
0410: 20 3c 3c 20 22 20 7d 22 3b 20 72 65 74 75 72 6e << " }"; return
0420: 20 6f 73 2e 73 74 72 28 29 3b 20 7d 0d 0a 09 76 os.str(); }...v
0430: 6f 69 64 20 76 65 72 69 66 79 5f 63 61 73 65 28 oid verify_case(
0440: 69 6e 74 20 43 61 73 65 2c 20 63 6f 6e 73 74 20 int Case, const
0450: 69 6e 74 20 26 45 78 70 65 63 74 65 64 2c 20 63 int &Expected, c
0460: 6f 6e 73 74 20 69 6e 74 20 26 52 65 63 65 69 76 onst int &Receiv
0470: 65 64 29 20 7b 20 63 65 72 72 20 3c 3c 20 22 54 ed) { cerr << "T
0480: 65 73 74 20 43 61 73 65 20 23 22 20 3c 3c 20 43 est Case #" << C
0490: 61 73 65 20 3c 3c 20 22 2e 2e 2e 22 3b 20 69 66 ase << "..."; if
04a0: 20 28 45 78 70 65 63 74 65 64 20 3d 3d 20 52 65 (Expected == Re
04b0: 63 65 69 76 65 64 29 20 63 65 72 72 20 3c 3c 20 ceived) cerr <<
04c0: 22 50 41 53 53 45 44 22 20 3c 3c 20 65 6e 64 6c "PASSED" << endl
04d0: 3b 20 65 6c 73 65 20 7b 20 63 65 72 72 20 3c 3c ; else { cerr <<
04e0: 20 22 46 41 49 4c 45 44 22 20 3c 3c 20 65 6e 64 "FAILED" << end
04f0: 6c 3b 20 63 65 72 72 20 3c 3c 20 22 5c 74 45 78 l; cerr << "\tEx
0500: 70 65 63 74 65 64 3a 20 5c 22 22 20 3c 3c 20 45 pected: \"" << E
0510: 78 70 65 63 74 65 64 20 3c 3c 20 27 5c 22 27 20 xpected << '\"'
0520: 3c 3c 20 65 6e 64 6c 3b 20 63 65 72 72 20 3c 3c << endl; cerr <<
0530: 20 22 5c 74 52 65 63 65 69 76 65 64 3a 20 5c 22 "\tReceived: \"
0540: 22 20 3c 3c 20 52 65 63 65 69 76 65 64 20 3c 3c " << Received <<
0550: 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20 7d '\"' << endl; }
0560: 20 7d 0d 0a 09 76 6f 69 64 20 74 65 73 74 5f 63 }...void test_c
0570: 61 73 65 5f 30 28 29 20 7b 20 73 74 72 69 6e 67 ase_0() { string
0580: 20 41 72 67 30 20 3d 20 22 61 62 22 3b 20 69 6e Arg0 = "ab"; in
0590: 74 20 41 72 67 31 20 3d 20 32 3b 20 76 65 72 69 t Arg1 = 2; veri
05a0: 66 79 5f 63 61 73 65 28 30 2c 20 41 72 67 31 2c fy_case(0, Arg1,
05b0: 20 63 6f 75 6e 74 28 41 72 67 30 29 29 3b 20 7d count(Arg0)); }
05c0: 0d 0a 09 76 6f 69 64 20 74 65 73 74 5f 63 61 73 ...void test_cas
05d0: 65 5f 31 28 29 20 7b 20 73 74 72 69 6e 67 20 41 e_1() { string A
05e0: 72 67 30 20 3d 20 22 61 61 61 62 22 3b 20 69 6e rg0 = "aaab"; in
05f0: 74 20 41 72 67 31 20 3d 20 30 3b 20 76 65 72 69 t Arg1 = 0; veri
0600: 66 79 5f 63 61 73 65 28 31 2c 20 41 72 67 31 2c fy_case(1, Arg1,
0610: 20 63 6f 75 6e 74 28 41 72 67 30 29 29 3b 20 7d count(Arg0)); }
0620: 0d 0a 09 76 6f 69 64 20 74 65 73 74 5f 63 61 73 ...void test_cas
0630: 65 5f 32 28 29 20 7b 20 73 74 72 69 6e 67 20 41 e_2() { string A
0640: 72 67 30 20 3d 20 22 61 61 62 62 62 61 61 22 3b rg0 = "aabbbaa";
0650: 20 69 6e 74 20 41 72 67 31 20 3d 20 31 3b 20 76 int Arg1 = 1; v
0660: 65 72 69 66 79 5f 63 61 73 65 28 32 2c 20 41 72 erify_case(2, Ar
0670: 67 31 2c 20 63 6f 75 6e 74 28 41 72 67 30 29 29 g1, count(Arg0))
0680: 3b 20 7d 0d 0a 09 76 6f 69 64 20 74 65 73 74 5f ; }...void test_
0690: 63 61 73 65 5f 33 28 29 20 7b 20 73 74 72 69 6e case_3() { strin
06a0: 67 20 41 72 67 30 20 3d 20 22 61 62 63 64 65 66 g Arg0 = "abcdef
06b0: 67 68 69 6a 22 3b 20 69 6e 74 20 41 72 67 31 20 ghij"; int Arg1
06c0: 3d 20 33 36 32 38 38 30 30 3b 20 76 65 72 69 66 = 3628800; verif
06d0: 79 5f 63 61 73 65 28 33 2c 20 41 72 67 31 2c 20 y_case(3, Arg1,
06e0: 63 6f 75 6e 74 28 41 72 67 30 29 29 3b 20 7d 0d count(Arg0)); }.
06f0: 0a 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48 45 ...// END CUT HE
0700: 52 45 0d 0a 7d 3b 0d 0a 2f 2f 20 42 45 47 49 4e RE..};..// BEGIN
0710: 20 43 55 54 20 48 45 52 45 20 0d 0a 69 6e 74 20 CUT HERE ..int
0720: 6d 61 69 6e 28 29 20 7b 20 54 68 65 4c 75 63 6b main() { TheLuck
0730: 79 53 74 72 69 6e 67 28 29 2e 72 75 6e 5f 74 65 yString().run_te
0740: 73 74 28 2d 31 29 3b 20 7d 0d 0a 2f 2f 20 45 4e st(-1); }..// EN
0750: 44 20 43 55 54 20 48 45 52 45 0d 0a D CUT HERE..