Hex Artifact Content
Not logged in

Artifact 3c0ef4de970a84c96a3541229b3e8897166c3b86:


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: 75 73 69 6e 67 20 6e 61 6d 65 73 70 61 63 65 20  using namespace 
0130: 73 74 64 3b 0d 0a 74 79 70 65 64 65 66 20 6c 6f  std;..typedef lo
0140: 6e 67 20 6c 6f 6e 67 20 4c 4c 3b 0d 0a 0d 0a 63  ng long LL;....c
0150: 6c 61 73 73 20 4c 69 6b 65 6c 79 57 6f 72 64 0d  lass LikelyWord.
0160: 0a 7b 0d 0a 70 75 62 6c 69 63 3a 0d 0a 09 69 6e  .{..public:...in
0170: 74 20 6c 69 6b 65 6c 79 28 76 65 63 74 6f 72 20  t likely(vector 
0180: 3c 73 74 72 69 6e 67 3e 20 64 69 63 74 69 6f 6e  <string> diction
0190: 61 72 79 2c 20 69 6e 74 20 6b 29 20 0d 0a 09 7b  ary, int k) ...{
01a0: 0d 0a 09 09 76 65 63 74 6f 72 3c 4c 4c 3e 20 64  ....vector<LL> d
01b0: 6c 2c 20 64 72 3b 0d 0a 09 09 64 6c 2e 70 75 73  l, dr;....dl.pus
01c0: 68 5f 62 61 63 6b 28 2d 31 29 3b 0d 0a 09 09 64  h_back(-1);....d
01d0: 72 2e 70 75 73 68 5f 62 61 63 6b 28 2d 31 29 3b  r.push_back(-1);
01e0: 0d 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d 30 3b  ....for(int i=0;
01f0: 20 69 3c 64 69 63 74 69 6f 6e 61 72 79 2e 73 69   i<dictionary.si
0200: 7a 65 28 29 3b 20 2b 2b 69 29 20 7b 0d 0a 09 09  ze(); ++i) {....
0210: 09 64 6c 2e 70 75 73 68 5f 62 61 63 6b 28 20 74  .dl.push_back( t
0220: 6f 4c 4c 6c 28 64 69 63 74 69 6f 6e 61 72 79 5b  oLLl(dictionary[
0230: 69 5d 2c 6b 29 20 29 3b 0d 0a 09 09 09 64 72 2e  i],k) );.....dr.
0240: 70 75 73 68 5f 62 61 63 6b 28 20 74 6f 4c 4c 72  push_back( toLLr
0250: 28 64 69 63 74 69 6f 6e 61 72 79 5b 69 5d 2c 6b  (dictionary[i],k
0260: 29 20 29 3b 0d 0a 09 09 7d 0d 0a 09 09 64 6c 2e  ) );....}....dl.
0270: 70 75 73 68 5f 62 61 63 6b 28 20 69 70 6f 77 28  push_back( ipow(
0280: 32 36 2c 6b 29 20 29 3b 0d 0a 09 09 64 72 2e 70  26,k) );....dr.p
0290: 75 73 68 5f 62 61 63 6b 28 20 69 70 6f 77 28 32  ush_back( ipow(2
02a0: 36 2c 6b 29 20 29 3b 0d 0a 0d 0a 09 09 4c 4c 20  6,k) );......LL 
02b0: 6d 61 78 3d 2d 31 2c 20 6d 61 78 69 3d 2d 31 3b  max=-1, maxi=-1;
02c0: 0d 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d 30 3b  ....for(int i=0;
02d0: 20 69 2b 31 3c 64 6c 2e 73 69 7a 65 28 29 3b 20   i+1<dl.size(); 
02e0: 2b 2b 69 29 20 7b 0d 0a 09 09 09 4c 4c 20 68 6d  ++i) {.....LL hm
02f0: 20 3d 20 64 72 5b 69 2b 31 5d 20 2d 20 64 6c 5b   = dr[i+1] - dl[
0300: 69 5d 20 2d 20 31 3b 0d 0a 09 09 09 69 66 28 20  i] - 1;.....if( 
0310: 68 6d 3e 6d 61 78 20 29 0d 0a 09 09 09 09 6d 61  hm>max )......ma
0320: 78 3d 68 6d 2c 20 6d 61 78 69 3d 69 3b 0d 0a 09  x=hm, maxi=i;...
0330: 09 09 65 6c 73 65 20 69 66 28 68 6d 3d 3d 6d 61  ..else if(hm==ma
0340: 78 29 0d 0a 09 09 09 09 6d 61 78 69 3d 2d 31 3b  x)......maxi=-1;
0350: 0d 0a 09 09 7d 0d 0a 09 09 72 65 74 75 72 6e 20  ....}....return 
0360: 6d 61 78 69 3b 0d 0a 09 7d 0d 0a 0d 0a 09 4c 4c  maxi;...}.....LL
0370: 20 74 6f 4c 4c 6c 28 20 73 74 72 69 6e 67 20 73   toLLl( string s
0380: 2c 20 4c 4c 20 6b 20 29 0d 0a 09 7b 0d 0a 09 09  , LL k )...{....
0390: 69 66 28 20 73 2e 73 69 7a 65 28 29 20 3e 20 6b  if( s.size() > k
03a0: 20 29 0d 0a 09 09 09 73 2e 72 65 73 69 7a 65 28   ).....s.resize(
03b0: 6b 29 3b 0d 0a 09 09 65 6c 73 65 20 69 66 28 20  k);....else if( 
03c0: 73 2e 73 69 7a 65 28 29 20 3c 20 6b 20 29 0d 0a  s.size() < k )..
03d0: 09 09 09 73 2e 72 65 73 69 7a 65 28 6b 2c 20 27  ...s.resize(k, '
03e0: 61 27 29 2c 20 73 5b 73 2e 73 69 7a 65 28 29 2d  a'), s[s.size()-
03f0: 31 5d 2d 3d 31 3b 0d 0a 09 09 72 65 74 75 72 6e  1]-=1;....return
0400: 20 74 6f 4c 4c 28 73 2c 6b 29 3b 0d 0a 09 7d 0d   toLL(s,k);...}.
0410: 0a 0d 0a 09 4c 4c 20 74 6f 4c 4c 72 28 20 73 74  ....LL toLLr( st
0420: 72 69 6e 67 20 73 2c 20 4c 4c 20 6b 20 29 0d 0a  ring s, LL k )..
0430: 09 7b 0d 0a 09 09 69 66 28 20 73 2e 73 69 7a 65  .{....if( s.size
0440: 28 29 20 3e 20 6b 20 29 0d 0a 09 09 09 73 2e 72  () > k ).....s.r
0450: 65 73 69 7a 65 28 6b 29 2c 20 73 5b 73 2e 73 69  esize(k), s[s.si
0460: 7a 65 28 29 2d 31 5d 2b 3d 31 3b 0d 0a 09 09 65  ze()-1]+=1;....e
0470: 6c 73 65 20 69 66 28 20 73 2e 73 69 7a 65 28 29  lse if( s.size()
0480: 20 3c 20 6b 20 29 0d 0a 09 09 09 73 2e 72 65 73   < k ).....s.res
0490: 69 7a 65 28 6b 2c 20 27 61 27 29 3b 0d 0a 09 09  ize(k, 'a');....
04a0: 72 65 74 75 72 6e 20 74 6f 4c 4c 28 73 2c 6b 29  return toLL(s,k)
04b0: 3b 0d 0a 09 7d 0d 0a 0d 0a 09 4c 4c 20 74 6f 4c  ;...}.....LL toL
04c0: 4c 28 20 73 74 72 69 6e 67 20 73 2c 20 4c 4c 20  L( string s, LL 
04d0: 6b 20 29 0d 0a 09 7b 0d 0a 09 09 4c 4c 20 6e 20  k )...{....LL n 
04e0: 3d 20 30 3b 0d 0a 09 09 66 6f 72 28 69 6e 74 20  = 0;....for(int 
04f0: 69 3d 30 3b 20 69 3c 6b 3b 20 2b 2b 69 29 0d 0a  i=0; i<k; ++i)..
0500: 09 09 09 6e 20 3d 20 6e 2a 32 36 20 2b 20 73 5b  ...n = n*26 + s[
0510: 69 5d 2d 27 61 27 3b 0d 0a 09 09 72 65 74 75 72  i]-'a';....retur
0520: 6e 20 6e 3b 0d 0a 09 7d 0d 0a 0d 0a 09 4c 4c 20  n n;...}.....LL 
0530: 69 70 6f 77 28 4c 4c 20 61 2c 20 4c 4c 20 6b 29  ipow(LL a, LL k)
0540: 20 7b 0d 0a 09 09 4c 4c 20 6e 20 3d 20 31 3b 0d   {....LL n = 1;.
0550: 0a 09 09 77 68 69 6c 65 28 6b 2d 2d 29 0d 0a 09  ...while(k--)...
0560: 09 09 6e 20 2a 3d 20 61 3b 0d 0a 09 09 72 65 74  ..n *= a;....ret
0570: 75 72 6e 20 6e 3b 0d 0a 09 7d 0d 0a 0d 0a 2f 2f  urn n;...}....//
0580: 20 42 45 47 49 4e 20 43 55 54 20 48 45 52 45 0d   BEGIN CUT HERE.
0590: 0a 09 70 75 62 6c 69 63 3a 0d 0a 09 76 6f 69 64  ..public:...void
05a0: 20 72 75 6e 5f 74 65 73 74 28 69 6e 74 20 43 61   run_test(int Ca
05b0: 73 65 29 20 7b 20 69 66 20 28 28 43 61 73 65 20  se) { if ((Case 
05c0: 3d 3d 20 2d 31 29 20 7c 7c 20 28 43 61 73 65 20  == -1) || (Case 
05d0: 3d 3d 20 30 29 29 20 74 65 73 74 5f 63 61 73 65  == 0)) test_case
05e0: 5f 30 28 29 3b 20 69 66 20 28 28 43 61 73 65 20  _0(); if ((Case 
05f0: 3d 3d 20 2d 31 29 20 7c 7c 20 28 43 61 73 65 20  == -1) || (Case 
0600: 3d 3d 20 31 29 29 20 74 65 73 74 5f 63 61 73 65  == 1)) test_case
0610: 5f 31 28 29 3b 20 69 66 20 28 28 43 61 73 65 20  _1(); if ((Case 
0620: 3d 3d 20 2d 31 29 20 7c 7c 20 28 43 61 73 65 20  == -1) || (Case 
0630: 3d 3d 20 32 29 29 20 74 65 73 74 5f 63 61 73 65  == 2)) test_case
0640: 5f 32 28 29 3b 20 69 66 20 28 28 43 61 73 65 20  _2(); if ((Case 
0650: 3d 3d 20 2d 31 29 20 7c 7c 20 28 43 61 73 65 20  == -1) || (Case 
0660: 3d 3d 20 33 29 29 20 74 65 73 74 5f 63 61 73 65  == 3)) test_case
0670: 5f 33 28 29 3b 20 69 66 20 28 28 43 61 73 65 20  _3(); if ((Case 
0680: 3d 3d 20 2d 31 29 20 7c 7c 20 28 43 61 73 65 20  == -1) || (Case 
0690: 3d 3d 20 34 29 29 20 74 65 73 74 5f 63 61 73 65  == 4)) test_case
06a0: 5f 34 28 29 3b 20 69 66 20 28 28 43 61 73 65 20  _4(); if ((Case 
06b0: 3d 3d 20 2d 31 29 20 7c 7c 20 28 43 61 73 65 20  == -1) || (Case 
06c0: 3d 3d 20 35 29 29 20 74 65 73 74 5f 63 61 73 65  == 5)) test_case
06d0: 5f 35 28 29 3b 20 7d 0d 0a 09 70 72 69 76 61 74  _5(); }...privat
06e0: 65 3a 0d 0a 09 74 65 6d 70 6c 61 74 65 20 3c 74  e:...template <t
06f0: 79 70 65 6e 61 6d 65 20 54 3e 20 73 74 72 69 6e  ypename T> strin
0700: 67 20 70 72 69 6e 74 5f 61 72 72 61 79 28 63 6f  g print_array(co
0710: 6e 73 74 20 76 65 63 74 6f 72 3c 54 3e 20 26 56  nst vector<T> &V
0720: 29 20 7b 20 6f 73 74 72 69 6e 67 73 74 72 65 61  ) { ostringstrea
0730: 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 7b 20 22  m os; os << "{ "
0740: 3b 20 66 6f 72 20 28 74 79 70 65 6e 61 6d 65 20  ; for (typename 
0750: 76 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 74  vector<T>::const
0760: 5f 69 74 65 72 61 74 6f 72 20 69 74 65 72 20 3d  _iterator iter =
0770: 20 56 2e 62 65 67 69 6e 28 29 3b 20 69 74 65 72   V.begin(); iter
0780: 20 21 3d 20 56 2e 65 6e 64 28 29 3b 20 2b 2b 69   != V.end(); ++i
0790: 74 65 72 29 20 6f 73 20 3c 3c 20 27 5c 22 27 20  ter) os << '\"' 
07a0: 3c 3c 20 2a 69 74 65 72 20 3c 3c 20 22 5c 22 2c  << *iter << "\",
07b0: 22 3b 20 6f 73 20 3c 3c 20 22 20 7d 22 3b 20 72  "; os << " }"; r
07c0: 65 74 75 72 6e 20 6f 73 2e 73 74 72 28 29 3b 20  eturn os.str(); 
07d0: 7d 0d 0a 09 76 6f 69 64 20 76 65 72 69 66 79 5f  }...void verify_
07e0: 63 61 73 65 28 69 6e 74 20 43 61 73 65 2c 20 63  case(int Case, c
07f0: 6f 6e 73 74 20 69 6e 74 20 26 45 78 70 65 63 74  onst int &Expect
0800: 65 64 2c 20 63 6f 6e 73 74 20 69 6e 74 20 26 52  ed, const int &R
0810: 65 63 65 69 76 65 64 29 20 7b 20 63 65 72 72 20  eceived) { cerr 
0820: 3c 3c 20 22 54 65 73 74 20 43 61 73 65 20 23 22  << "Test Case #"
0830: 20 3c 3c 20 43 61 73 65 20 3c 3c 20 22 2e 2e 2e   << Case << "...
0840: 22 3b 20 69 66 20 28 45 78 70 65 63 74 65 64 20  "; if (Expected 
0850: 3d 3d 20 52 65 63 65 69 76 65 64 29 20 63 65 72  == Received) cer
0860: 72 20 3c 3c 20 22 50 41 53 53 45 44 22 20 3c 3c  r << "PASSED" <<
0870: 20 65 6e 64 6c 3b 20 65 6c 73 65 20 7b 20 63 65   endl; else { ce
0880: 72 72 20 3c 3c 20 22 46 41 49 4c 45 44 22 20 3c  rr << "FAILED" <
0890: 3c 20 65 6e 64 6c 3b 20 63 65 72 72 20 3c 3c 20  < endl; cerr << 
08a0: 22 5c 74 45 78 70 65 63 74 65 64 3a 20 5c 22 22  "\tExpected: \""
08b0: 20 3c 3c 20 45 78 70 65 63 74 65 64 20 3c 3c 20   << Expected << 
08c0: 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20 63 65  '\"' << endl; ce
08d0: 72 72 20 3c 3c 20 22 5c 74 52 65 63 65 69 76 65  rr << "\tReceive
08e0: 64 3a 20 5c 22 22 20 3c 3c 20 52 65 63 65 69 76  d: \"" << Receiv
08f0: 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e  ed << '\"' << en
0900: 64 6c 3b 20 7d 20 7d 0d 0a 09 76 6f 69 64 20 74  dl; } }...void t
0910: 65 73 74 5f 63 61 73 65 5f 30 28 29 20 7b 20 73  est_case_0() { s
0920: 74 72 69 6e 67 20 41 72 72 30 5b 5d 20 3d 20 7b  tring Arr0[] = {
0930: 22 74 69 6d 65 22 2c 22 7a 6f 6f 6c 6f 67 79 22  "time","zoology"
0940: 7d 3b 20 76 65 63 74 6f 72 20 3c 73 74 72 69 6e  }; vector <strin
0950: 67 3e 20 41 72 67 30 28 41 72 72 30 2c 20 41 72  g> Arg0(Arr0, Ar
0960: 72 30 20 2b 20 28 73 69 7a 65 6f 66 28 41 72 72  r0 + (sizeof(Arr
0970: 30 29 20 2f 20 73 69 7a 65 6f 66 28 41 72 72 30  0) / sizeof(Arr0
0980: 5b 30 5d 29 29 29 3b 20 69 6e 74 20 41 72 67 31  [0]))); int Arg1
0990: 20 3d 20 31 3b 20 69 6e 74 20 41 72 67 32 20 3d   = 1; int Arg2 =
09a0: 20 30 3b 20 76 65 72 69 66 79 5f 63 61 73 65 28   0; verify_case(
09b0: 30 2c 20 41 72 67 32 2c 20 6c 69 6b 65 6c 79 28  0, Arg2, likely(
09c0: 41 72 67 30 2c 20 41 72 67 31 29 29 3b 20 7d 0d  Arg0, Arg1)); }.
09d0: 0a 09 76 6f 69 64 20 74 65 73 74 5f 63 61 73 65  ..void test_case
09e0: 5f 31 28 29 20 7b 20 73 74 72 69 6e 67 20 41 72  _1() { string Ar
09f0: 72 30 5b 5d 20 3d 20 7b 22 61 7a 22 2c 22 6d 61  r0[] = {"az","ma
0a00: 22 2c 22 78 7a 22 7d 3b 20 76 65 63 74 6f 72 20  ","xz"}; vector 
0a10: 3c 73 74 72 69 6e 67 3e 20 41 72 67 30 28 41 72  <string> Arg0(Ar
0a20: 72 30 2c 20 41 72 72 30 20 2b 20 28 73 69 7a 65  r0, Arr0 + (size
0a30: 6f 66 28 41 72 72 30 29 20 2f 20 73 69 7a 65 6f  of(Arr0) / sizeo
0a40: 66 28 41 72 72 30 5b 30 5d 29 29 29 3b 20 69 6e  f(Arr0[0]))); in
0a50: 74 20 41 72 67 31 20 3d 20 31 3b 20 69 6e 74 20  t Arg1 = 1; int 
0a60: 41 72 67 32 20 3d 20 31 3b 20 76 65 72 69 66 79  Arg2 = 1; verify
0a70: 5f 63 61 73 65 28 31 2c 20 41 72 67 32 2c 20 6c  _case(1, Arg2, l
0a80: 69 6b 65 6c 79 28 41 72 67 30 2c 20 41 72 67 31  ikely(Arg0, Arg1
0a90: 29 29 3b 20 7d 0d 0a 09 76 6f 69 64 20 74 65 73  )); }...void tes
0aa0: 74 5f 63 61 73 65 5f 32 28 29 20 7b 20 73 74 72  t_case_2() { str
0ab0: 69 6e 67 20 41 72 72 30 5b 5d 20 3d 20 7b 22 61  ing Arr0[] = {"a
0ac0: 7a 22 2c 22 6d 61 22 2c 22 78 7a 22 7d 3b 20 76  z","ma","xz"}; v
0ad0: 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 41  ector <string> A
0ae0: 72 67 30 28 41 72 72 30 2c 20 41 72 72 30 20 2b  rg0(Arr0, Arr0 +
0af0: 20 28 73 69 7a 65 6f 66 28 41 72 72 30 29 20 2f   (sizeof(Arr0) /
0b00: 20 73 69 7a 65 6f 66 28 41 72 72 30 5b 30 5d 29   sizeof(Arr0[0])
0b10: 29 29 3b 20 69 6e 74 20 41 72 67 31 20 3d 20 32  )); int Arg1 = 2
0b20: 3b 20 69 6e 74 20 41 72 67 32 20 3d 20 32 3b 20  ; int Arg2 = 2; 
0b30: 76 65 72 69 66 79 5f 63 61 73 65 28 32 2c 20 41  verify_case(2, A
0b40: 72 67 32 2c 20 6c 69 6b 65 6c 79 28 41 72 67 30  rg2, likely(Arg0
0b50: 2c 20 41 72 67 31 29 29 3b 20 7d 0d 0a 09 76 6f  , Arg1)); }...vo
0b60: 69 64 20 74 65 73 74 5f 63 61 73 65 5f 33 28 29  id test_case_3()
0b70: 20 7b 20 73 74 72 69 6e 67 20 41 72 72 30 5b 5d   { string Arr0[]
0b80: 20 3d 20 7b 22 61 22 2c 22 6d 22 2c 22 79 22 7d   = {"a","m","y"}
0b90: 3b 20 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67  ; vector <string
0ba0: 3e 20 41 72 67 30 28 41 72 72 30 2c 20 41 72 72  > Arg0(Arr0, Arr
0bb0: 30 20 2b 20 28 73 69 7a 65 6f 66 28 41 72 72 30  0 + (sizeof(Arr0
0bc0: 29 20 2f 20 73 69 7a 65 6f 66 28 41 72 72 30 5b  ) / sizeof(Arr0[
0bd0: 30 5d 29 29 29 3b 20 69 6e 74 20 41 72 67 31 20  0]))); int Arg1 
0be0: 3d 20 31 3b 20 69 6e 74 20 41 72 67 32 20 3d 20  = 1; int Arg2 = 
0bf0: 2d 31 3b 20 76 65 72 69 66 79 5f 63 61 73 65 28  -1; verify_case(
0c00: 33 2c 20 41 72 67 32 2c 20 6c 69 6b 65 6c 79 28  3, Arg2, likely(
0c10: 41 72 67 30 2c 20 41 72 67 31 29 29 3b 20 7d 0d  Arg0, Arg1)); }.
0c20: 0a 09 76 6f 69 64 20 74 65 73 74 5f 63 61 73 65  ..void test_case
0c30: 5f 34 28 29 20 7b 20 73 74 72 69 6e 67 20 41 72  _4() { string Ar
0c40: 72 30 5b 5d 20 3d 20 7b 22 61 22 2c 20 22 62 22  r0[] = {"a", "b"
0c50: 2c 20 22 63 22 2c 20 22 64 22 2c 20 22 65 22 2c  , "c", "d", "e",
0c60: 20 22 66 22 2c 20 22 67 22 2c 20 22 68 22 2c 20   "f", "g", "h", 
0c70: 22 69 22 2c 20 22 6a 22 2c 20 22 6b 22 2c 20 22  "i", "j", "k", "
0c80: 6c 22 2c 20 22 6d 22 2c 20 22 6e 22 2c 20 22 6f  l", "m", "n", "o
0c90: 22 2c 20 22 70 22 2c 20 22 71 22 2c 20 22 72 22  ", "p", "q", "r"
0ca0: 2c 20 22 73 22 2c 20 22 74 22 2c 20 22 75 22 2c  , "s", "t", "u",
0cb0: 20 22 76 22 2c 20 22 77 22 2c 20 22 78 22 2c 20   "v", "w", "x", 
0cc0: 22 79 22 7d 3b 20 76 65 63 74 6f 72 20 3c 73 74  "y"}; vector <st
0cd0: 72 69 6e 67 3e 20 41 72 67 30 28 41 72 72 30 2c  ring> Arg0(Arr0,
0ce0: 20 41 72 72 30 20 2b 20 28 73 69 7a 65 6f 66 28   Arr0 + (sizeof(
0cf0: 41 72 72 30 29 20 2f 20 73 69 7a 65 6f 66 28 41  Arr0) / sizeof(A
0d00: 72 72 30 5b 30 5d 29 29 29 3b 20 69 6e 74 20 41  rr0[0]))); int A
0d10: 72 67 31 20 3d 20 31 3b 20 69 6e 74 20 41 72 67  rg1 = 1; int Arg
0d20: 32 20 3d 20 32 35 3b 20 76 65 72 69 66 79 5f 63  2 = 25; verify_c
0d30: 61 73 65 28 34 2c 20 41 72 67 32 2c 20 6c 69 6b  ase(4, Arg2, lik
0d40: 65 6c 79 28 41 72 67 30 2c 20 41 72 67 31 29 29  ely(Arg0, Arg1))
0d50: 3b 20 7d 0d 0a 09 76 6f 69 64 20 74 65 73 74 5f  ; }...void test_
0d60: 63 61 73 65 5f 35 28 29 20 7b 20 73 74 72 69 6e  case_5() { strin
0d70: 67 20 41 72 72 30 5b 5d 20 3d 20 7b 22 61 61 22  g Arr0[] = {"aa"
0d80: 2c 20 22 61 62 22 2c 20 22 62 22 2c 20 22 63 22  , "ab", "b", "c"
0d90: 2c 20 22 64 22 2c 20 22 65 22 2c 20 22 66 22 2c  , "d", "e", "f",
0da0: 20 22 67 22 2c 20 22 68 22 2c 20 22 69 22 2c 20   "g", "h", "i", 
0db0: 22 6a 22 2c 20 22 6b 22 2c 20 22 6c 22 2c 20 22  "j", "k", "l", "
0dc0: 6d 22 2c 20 22 6e 22 2c 20 22 6f 22 2c 20 22 70  m", "n", "o", "p
0dd0: 22 2c 20 22 71 22 2c 20 22 72 22 2c 20 22 73 22  ", "q", "r", "s"
0de0: 2c 20 22 74 22 2c 20 22 75 22 2c 20 22 76 22 2c  , "t", "u", "v",
0df0: 20 22 77 22 2c 20 22 78 22 2c 20 22 79 22 2c 20   "w", "x", "y", 
0e00: 22 7a 22 7d 3b 20 76 65 63 74 6f 72 20 3c 73 74  "z"}; vector <st
0e10: 72 69 6e 67 3e 20 41 72 67 30 28 41 72 72 30 2c  ring> Arg0(Arr0,
0e20: 20 41 72 72 30 20 2b 20 28 73 69 7a 65 6f 66 28   Arr0 + (sizeof(
0e30: 41 72 72 30 29 20 2f 20 73 69 7a 65 6f 66 28 41  Arr0) / sizeof(A
0e40: 72 72 30 5b 30 5d 29 29 29 3b 20 69 6e 74 20 41  rr0[0]))); int A
0e50: 72 67 31 20 3d 20 31 3b 20 69 6e 74 20 41 72 67  rg1 = 1; int Arg
0e60: 32 20 3d 20 30 3b 20 76 65 72 69 66 79 5f 63 61  2 = 0; verify_ca
0e70: 73 65 28 35 2c 20 41 72 67 32 2c 20 6c 69 6b 65  se(5, Arg2, like
0e80: 6c 79 28 41 72 67 30 2c 20 41 72 67 31 29 29 3b  ly(Arg0, Arg1));
0e90: 20 7d 0d 0a 0d 0a 2f 2f 20 45 4e 44 20 43 55 54   }....// END CUT
0ea0: 20 48 45 52 45 0d 0a 7d 3b 0d 0a 2f 2f 20 42 45   HERE..};..// BE
0eb0: 47 49 4e 20 43 55 54 20 48 45 52 45 20 0d 0a 69  GIN CUT HERE ..i
0ec0: 6e 74 20 6d 61 69 6e 28 29 20 7b 20 4c 69 6b 65  nt main() { Like
0ed0: 6c 79 57 6f 72 64 28 29 2e 72 75 6e 5f 74 65 73  lyWord().run_tes
0ee0: 74 28 2d 31 29 3b 20 7d 0d 0a 2f 2f 20 45 4e 44  t(-1); }..// END
0ef0: 20 43 55 54 20 48 45 52 45 0d 0a                  CUT HERE..