Hex Artifact Content
Not logged in

Artifact 2023aee3feb683a108b3ae88e50fb756d925db92:


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 75 73 69 6e 67 20 6e 61 6d  sert>..using nam
0140: 65 73 70 61 63 65 20 73 74 64 3b 0d 0a 74 79 70  espace std;..typ
0150: 65 64 65 66 20 6c 6f 6e 67 20 6c 6f 6e 67 20 4c  edef long long L
0160: 4c 3b 0d 0a 74 79 70 65 64 65 66 20 6c 6f 6e 67  L;..typedef long
0170: 20 64 6f 75 62 6c 65 20 4c 44 3b 0d 0a 74 79 70   double LD;..typ
0180: 65 64 65 66 20 63 6f 6d 70 6c 65 78 3c 64 6f 75  edef complex<dou
0190: 62 6c 65 3e 20 43 4d 50 3b 0d 0a 0d 0a 63 6c 61  ble> CMP;....cla
01a0: 73 73 20 55 6e 64 6f 48 69 73 74 6f 72 79 20 7b  ss UndoHistory {
01b0: 20 70 75 62 6c 69 63 3a 0d 0a 09 69 6e 74 20 6d   public:...int m
01c0: 69 6e 50 72 65 73 73 65 73 28 76 65 63 74 6f 72  inPresses(vector
01d0: 20 3c 73 74 72 69 6e 67 3e 20 6c 69 6e 65 73 29   <string> lines)
01e0: 0d 0a 09 7b 0d 0a 09 09 69 6e 74 20 73 63 6f 72  ...{....int scor
01f0: 65 20 3d 20 6c 69 6e 65 73 5b 30 5d 2e 73 69 7a  e = lines[0].siz
0200: 65 28 29 20 2b 20 31 3b 0d 0a 09 09 66 6f 72 28  e() + 1;....for(
0210: 69 6e 74 20 69 3d 31 3b 20 69 3c 6c 69 6e 65 73  int i=1; i<lines
0220: 2e 73 69 7a 65 28 29 3b 20 2b 2b 69 29 0d 0a 09  .size(); ++i)...
0230: 09 7b 0d 0a 09 09 09 69 6e 74 20 62 65 73 74 20  .{.....int best 
0240: 3d 20 30 78 37 66 66 66 66 66 66 66 3b 0d 0a 09  = 0x7fffffff;...
0250: 09 09 66 6f 72 28 69 6e 74 20 6b 3d 30 3b 20 6b  ..for(int k=0; k
0260: 3c 69 3b 20 2b 2b 6b 29 20 7b 0d 0a 09 09 09 09  <i; ++k) {......
0270: 69 6e 74 20 70 6d 20 3d 20 70 72 65 66 69 78 5f  int pm = prefix_
0280: 6d 61 74 63 68 28 6c 69 6e 65 73 5b 69 5d 2c 20  match(lines[i], 
0290: 6c 69 6e 65 73 5b 6b 5d 29 3b 0d 0a 09 09 09 09  lines[k]);......
02a0: 69 66 28 6b 3c 69 2d 31 29 20 7b 0d 0a 09 09 09  if(k<i-1) {.....
02b0: 09 09 62 65 73 74 20 3d 20 6d 69 6e 3c 69 6e 74  ..best = min<int
02c0: 3e 28 62 65 73 74 2c 20 32 20 2b 20 6c 69 6e 65  >(best, 2 + line
02d0: 73 5b 69 5d 2e 73 69 7a 65 28 29 2d 70 6d 29 3b  s[i].size()-pm);
02e0: 0d 0a 09 09 09 09 7d 20 65 6c 73 65 20 7b 0d 0a  ......} else {..
02f0: 09 09 09 09 09 69 66 28 70 6d 20 3d 3d 20 6c 69  .....if(pm == li
0300: 6e 65 73 5b 6b 5d 2e 73 69 7a 65 28 29 29 0d 0a  nes[k].size())..
0310: 09 09 09 09 09 09 62 65 73 74 20 3d 20 6d 69 6e  ......best = min
0320: 3c 69 6e 74 3e 28 62 65 73 74 2c 20 6c 69 6e 65  <int>(best, line
0330: 73 5b 69 5d 2e 73 69 7a 65 28 29 20 2d 20 70 6d  s[i].size() - pm
0340: 29 3b 0d 0a 09 09 09 09 09 65 6c 73 65 0d 0a 09  );.......else...
0350: 09 09 09 09 09 62 65 73 74 20 3d 20 6d 69 6e 3c  .....best = min<
0360: 69 6e 74 3e 28 62 65 73 74 2c 20 32 20 2b 20 6c  int>(best, 2 + l
0370: 69 6e 65 73 5b 69 5d 2e 73 69 7a 65 28 29 20 2d  ines[i].size() -
0380: 20 70 6d 29 3b 0d 0a 09 09 09 09 7d 0d 0a 09 09   pm);......}....
0390: 09 7d 0d 0a 09 09 09 73 63 6f 72 65 20 2b 3d 20  .}.....score += 
03a0: 62 65 73 74 2b 31 3b 0d 0a 09 09 7d 0d 0a 09 09  best+1;....}....
03b0: 72 65 74 75 72 6e 20 73 63 6f 72 65 3b 0d 0a 09  return score;...
03c0: 7d 0d 0a 0d 0a 09 69 6e 74 20 70 72 65 66 69 78  }.....int prefix
03d0: 5f 6d 61 74 63 68 28 63 6f 6e 73 74 20 73 74 72  _match(const str
03e0: 69 6e 67 26 20 61 2c 20 63 6f 6e 73 74 20 73 74  ing& a, const st
03f0: 72 69 6e 67 26 20 62 29 0d 0a 09 7b 0d 0a 09 09  ring& b)...{....
0400: 69 6e 74 20 69 20 3d 20 30 3b 0d 0a 09 09 77 68  int i = 0;....wh
0410: 69 6c 65 28 69 3c 61 2e 73 69 7a 65 28 29 20 26  ile(i<a.size() &
0420: 26 20 69 3c 62 2e 73 69 7a 65 28 29 20 26 26 20  & i<b.size() && 
0430: 61 5b 69 5d 3d 3d 62 5b 69 5d 29 0d 0a 09 09 09  a[i]==b[i]).....
0440: 2b 2b 69 3b 0d 0a 09 09 72 65 74 75 72 6e 20 69  ++i;....return i
0450: 3b 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20  ;...}..};....// 
0460: 42 45 47 49 4e 20 43 55 54 20 48 45 52 45 0d 0a  BEGIN CUT HERE..
0470: 23 69 6e 63 6c 75 64 65 20 3c 63 74 69 6d 65 3e  #include <ctime>
0480: 0d 0a 64 6f 75 62 6c 65 20 73 74 61 72 74 5f 74  ..double start_t
0490: 69 6d 65 3b 20 73 74 72 69 6e 67 20 74 69 6d 65  ime; string time
04a0: 72 28 29 0d 0a 20 7b 20 6f 73 74 72 69 6e 67 73  r().. { ostrings
04b0: 74 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20  tream os; os << 
04c0: 22 20 28 22 20 3c 3c 20 69 6e 74 28 28 63 6c 6f  " (" << int((clo
04d0: 63 6b 28 29 2d 73 74 61 72 74 5f 74 69 6d 65 29  ck()-start_time)
04e0: 2f 43 4c 4f 43 4b 53 5f 50 45 52 5f 53 45 43 2a  /CLOCKS_PER_SEC*
04f0: 31 30 30 30 29 20 3c 3c 20 22 20 6d 73 65 63 29  1000) << " msec)
0500: 22 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 74 72  "; return os.str
0510: 28 29 3b 20 7d 0d 0a 74 65 6d 70 6c 61 74 65 3c  (); }..template<
0520: 74 79 70 65 6e 61 6d 65 20 54 3e 20 6f 73 74 72  typename T> ostr
0530: 65 61 6d 26 20 6f 70 65 72 61 74 6f 72 3c 3c 28  eam& operator<<(
0540: 6f 73 74 72 65 61 6d 26 20 6f 73 2c 20 63 6f 6e  ostream& os, con
0550: 73 74 20 76 65 63 74 6f 72 3c 54 3e 26 20 76 29  st vector<T>& v)
0560: 0d 0a 20 7b 20 6f 73 20 3c 3c 20 22 7b 20 22 3b  .. { os << "{ ";
0570: 0d 0a 20 20 20 66 6f 72 28 74 79 70 65 6e 61 6d  ..   for(typenam
0580: 65 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e  e vector<T>::con
0590: 73 74 5f 69 74 65 72 61 74 6f 72 20 69 74 3d 76  st_iterator it=v
05a0: 2e 62 65 67 69 6e 28 29 3b 20 69 74 21 3d 76 2e  .begin(); it!=v.
05b0: 65 6e 64 28 29 3b 20 2b 2b 69 74 29 0d 0a 20 20  end(); ++it)..  
05c0: 20 6f 73 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a   os << '\"' << *
05d0: 69 74 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 28 69  it << '\"' << (i
05e0: 74 2b 31 3d 3d 76 2e 65 6e 64 28 29 20 3f 20 22  t+1==v.end() ? "
05f0: 22 20 3a 20 22 2c 20 22 29 3b 20 6f 73 20 3c 3c  " : ", "); os <<
0600: 20 22 20 7d 22 3b 20 72 65 74 75 72 6e 20 6f 73   " }"; return os
0610: 3b 20 7d 0d 0a 76 6f 69 64 20 76 65 72 69 66 79  ; }..void verify
0620: 5f 63 61 73 65 28 63 6f 6e 73 74 20 69 6e 74 26  _case(const int&
0630: 20 45 78 70 65 63 74 65 64 2c 20 63 6f 6e 73 74   Expected, const
0640: 20 69 6e 74 26 20 52 65 63 65 69 76 65 64 29 20   int& Received) 
0650: 7b 0d 0a 20 62 6f 6f 6c 20 6f 6b 20 3d 20 28 45  {.. bool ok = (E
0660: 78 70 65 63 74 65 64 20 3d 3d 20 52 65 63 65 69  xpected == Recei
0670: 76 65 64 29 3b 0d 0a 20 69 66 28 6f 6b 29 20 63  ved);.. if(ok) c
0680: 65 72 72 20 3c 3c 20 22 50 41 53 53 45 44 22 20  err << "PASSED" 
0690: 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e  << timer() << en
06a0: 64 6c 3b 20 20 65 6c 73 65 20 7b 20 63 65 72 72  dl;  else { cerr
06b0: 20 3c 3c 20 22 46 41 49 4c 45 44 22 20 3c 3c 20   << "FAILED" << 
06c0: 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b  timer() << endl;
06d0: 0d 0a 20 63 65 72 72 20 3c 3c 20 22 5c 74 6f 3a  .. cerr << "\to:
06e0: 20 5c 22 22 20 3c 3c 20 45 78 70 65 63 74 65 64   \"" << Expected
06f0: 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c   << '\"' << endl
0700: 20 3c 3c 20 22 5c 74 78 3a 20 5c 22 22 20 3c 3c   << "\tx: \"" <<
0710: 20 52 65 63 65 69 76 65 64 20 3c 3c 20 27 5c 22   Received << '\"
0720: 27 20 3c 3c 20 65 6e 64 6c 3b 20 7d 20 7d 0d 0a  ' << endl; } }..
0730: 23 64 65 66 69 6e 65 20 43 41 53 45 28 4e 29 20  #define CASE(N) 
0740: 7b 63 65 72 72 20 3c 3c 20 22 54 65 73 74 20 43  {cerr << "Test C
0750: 61 73 65 20 23 22 20 3c 3c 20 4e 20 3c 3c 20 22  ase #" << N << "
0760: 2e 2e 2e 22 20 3c 3c 20 66 6c 75 73 68 3b 20 73  ..." << flush; s
0770: 74 61 72 74 5f 74 69 6d 65 3d 63 6c 6f 63 6b 28  tart_time=clock(
0780: 29 3b 0d 0a 23 64 65 66 69 6e 65 20 45 4e 44 09  );..#define END.
0790: 20 76 65 72 69 66 79 5f 63 61 73 65 28 5f 2c 20   verify_case(_, 
07a0: 55 6e 64 6f 48 69 73 74 6f 72 79 28 29 2e 6d 69  UndoHistory().mi
07b0: 6e 50 72 65 73 73 65 73 28 6c 69 6e 65 73 29 29  nPresses(lines))
07c0: 3b 7d 0d 0a 69 6e 74 20 6d 61 69 6e 28 29 7b 0d  ;}..int main(){.
07d0: 0a 0d 0a 43 41 53 45 28 30 29 0d 0a 09 73 74 72  ...CASE(0)...str
07e0: 69 6e 67 20 6c 69 6e 65 73 5f 5b 5d 20 3d 20 7b  ing lines_[] = {
07f0: 22 74 6f 6d 6f 72 72 6f 77 22 2c 20 22 74 6f 70  "tomorrow", "top
0800: 63 6f 64 65 72 22 7d 3b 0d 0a 09 20 20 76 65 63  coder"};...  vec
0810: 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 6c 69 6e  tor <string> lin
0820: 65 73 28 6c 69 6e 65 73 5f 2c 20 6c 69 6e 65 73  es(lines_, lines
0830: 5f 2b 73 69 7a 65 6f 66 28 6c 69 6e 65 73 5f 29  _+sizeof(lines_)
0840: 2f 73 69 7a 65 6f 66 28 2a 6c 69 6e 65 73 5f 29  /sizeof(*lines_)
0850: 29 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 31 38  ); ...int _ = 18
0860: 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 31 29  ; ..END..CASE(1)
0870: 0d 0a 09 73 74 72 69 6e 67 20 6c 69 6e 65 73 5f  ...string lines_
0880: 5b 5d 20 3d 20 7b 22 61 22 2c 22 62 22 7d 3b 0d  [] = {"a","b"};.
0890: 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74 72 69  ..  vector <stri
08a0: 6e 67 3e 20 6c 69 6e 65 73 28 6c 69 6e 65 73 5f  ng> lines(lines_
08b0: 2c 20 6c 69 6e 65 73 5f 2b 73 69 7a 65 6f 66 28  , lines_+sizeof(
08c0: 6c 69 6e 65 73 5f 29 2f 73 69 7a 65 6f 66 28 2a  lines_)/sizeof(*
08d0: 6c 69 6e 65 73 5f 29 29 3b 20 0d 0a 09 69 6e 74  lines_)); ...int
08e0: 20 5f 20 3d 20 36 3b 20 0d 0a 45 4e 44 0d 0a 43   _ = 6; ..END..C
08f0: 41 53 45 28 32 29 0d 0a 09 73 74 72 69 6e 67 20  ASE(2)...string 
0900: 6c 69 6e 65 73 5f 5b 5d 20 3d 20 7b 22 61 22 2c  lines_[] = {"a",
0910: 20 22 61 62 22 2c 20 22 61 62 61 63 22 2c 20 22   "ab", "abac", "
0920: 61 62 61 63 75 73 22 20 7d 3b 0d 0a 09 20 20 76  abacus" };...  v
0930: 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 6c  ector <string> l
0940: 69 6e 65 73 28 6c 69 6e 65 73 5f 2c 20 6c 69 6e  ines(lines_, lin
0950: 65 73 5f 2b 73 69 7a 65 6f 66 28 6c 69 6e 65 73  es_+sizeof(lines
0960: 5f 29 2f 73 69 7a 65 6f 66 28 2a 6c 69 6e 65 73  _)/sizeof(*lines
0970: 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20  _)); ...int _ = 
0980: 31 30 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28  10; ..END..CASE(
0990: 33 29 0d 0a 09 73 74 72 69 6e 67 20 6c 69 6e 65  3)...string line
09a0: 73 5f 5b 5d 20 3d 20 7b 22 70 79 72 61 6d 69 64  s_[] = {"pyramid
09b0: 22 2c 20 22 73 70 68 69 6e 78 22 2c 20 22 73 70  ", "sphinx", "sp
09c0: 68 65 72 65 22 2c 20 22 70 79 74 68 6f 6e 22 2c  here", "python",
09d0: 20 22 73 65 72 70 65 6e 74 22 7d 3b 0d 0a 09 20   "serpent"};... 
09e0: 20 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e   vector <string>
09f0: 20 6c 69 6e 65 73 28 6c 69 6e 65 73 5f 2c 20 6c   lines(lines_, l
0a00: 69 6e 65 73 5f 2b 73 69 7a 65 6f 66 28 6c 69 6e  ines_+sizeof(lin
0a10: 65 73 5f 29 2f 73 69 7a 65 6f 66 28 2a 6c 69 6e  es_)/sizeof(*lin
0a20: 65 73 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 5f 20  es_)); ...int _ 
0a30: 3d 20 33 39 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53  = 39; ..END..CAS
0a40: 45 28 34 29 0d 0a 09 73 74 72 69 6e 67 20 6c 69  E(4)...string li
0a50: 6e 65 73 5f 5b 5d 20 3d 20 7b 22 62 61 22 2c 22  nes_[] = {"ba","
0a60: 61 22 2c 22 61 22 2c 22 62 22 2c 22 62 61 22 7d  a","a","b","ba"}
0a70: 0d 0a 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c  ..;...  vector <
0a80: 73 74 72 69 6e 67 3e 20 6c 69 6e 65 73 28 6c 69  string> lines(li
0a90: 6e 65 73 5f 2c 20 6c 69 6e 65 73 5f 2b 73 69 7a  nes_, lines_+siz
0aa0: 65 6f 66 28 6c 69 6e 65 73 5f 29 2f 73 69 7a 65  eof(lines_)/size
0ab0: 6f 66 28 2a 6c 69 6e 65 73 5f 29 29 3b 20 0d 0a  of(*lines_)); ..
0ac0: 09 69 6e 74 20 5f 20 3d 20 31 33 3b 20 0d 0a 45  .int _ = 13; ..E
0ad0: 4e 44 0d 0a 2f 2a 0d 0a 43 41 53 45 28 35 29 0d  ND../*..CASE(5).
0ae0: 0a 09 73 74 72 69 6e 67 20 6c 69 6e 65 73 5f 5b  ..string lines_[
0af0: 5d 20 3d 20 3b 0d 0a 09 20 20 76 65 63 74 6f 72  ] = ;...  vector
0b00: 20 3c 73 74 72 69 6e 67 3e 20 6c 69 6e 65 73 28   <string> lines(
0b10: 6c 69 6e 65 73 5f 2c 20 6c 69 6e 65 73 5f 2b 73  lines_, lines_+s
0b20: 69 7a 65 6f 66 28 6c 69 6e 65 73 5f 29 2f 73 69  izeof(lines_)/si
0b30: 7a 65 6f 66 28 2a 6c 69 6e 65 73 5f 29 29 3b 20  zeof(*lines_)); 
0b40: 0d 0a 09 69 6e 74 20 5f 20 3d 20 3b 20 0d 0a 45  ...int _ = ; ..E
0b50: 4e 44 0d 0a 43 41 53 45 28 36 29 0d 0a 09 73 74  ND..CASE(6)...st
0b60: 72 69 6e 67 20 6c 69 6e 65 73 5f 5b 5d 20 3d 20  ring lines_[] = 
0b70: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74  ;...  vector <st
0b80: 72 69 6e 67 3e 20 6c 69 6e 65 73 28 6c 69 6e 65  ring> lines(line
0b90: 73 5f 2c 20 6c 69 6e 65 73 5f 2b 73 69 7a 65 6f  s_, lines_+sizeo
0ba0: 66 28 6c 69 6e 65 73 5f 29 2f 73 69 7a 65 6f 66  f(lines_)/sizeof
0bb0: 28 2a 6c 69 6e 65 73 5f 29 29 3b 20 0d 0a 09 69  (*lines_)); ...i
0bc0: 6e 74 20 5f 20 3d 20 3b 20 0d 0a 45 4e 44 0d 0a  nt _ = ; ..END..
0bd0: 09 2a 2f 0d 0a 7d 0d 0a 2f 2f 20 45 4e 44 20 43  .*/..}..// END C
0be0: 55 54 20 48 45 52 45 0d 0a                       UT HERE..