Artifact 3a5fb18ce90cdda643aece911bff49d917ca34ac:
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 54 72 CMP;....class Tr
01a0: 69 70 6c 65 53 74 72 69 6e 67 73 20 7b 20 70 75 ipleStrings { pu
01b0: 62 6c 69 63 3a 0d 0a 09 69 6e 74 20 67 65 74 4d blic:...int getM
01c0: 69 6e 69 6d 75 6d 4f 70 65 72 61 74 69 6f 6e 73 inimumOperations
01d0: 28 73 74 72 69 6e 67 20 69 6e 69 74 2c 20 73 74 (string init, st
01e0: 72 69 6e 67 20 67 6f 61 6c 29 20 0d 0a 09 7b 0d ring goal) ...{.
01f0: 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d 30 3b 20 ...for(int i=0;
0200: 69 3c 3d 69 6e 69 74 2e 73 69 7a 65 28 29 3b 20 i<=init.size();
0210: 2b 2b 69 29 0d 0a 09 09 09 69 66 28 20 69 6e 69 ++i).....if( ini
0220: 74 2e 73 75 62 73 74 72 28 69 2c 20 69 6e 69 74 t.substr(i, init
0230: 2e 73 69 7a 65 28 29 2d 69 29 20 3d 3d 20 67 6f .size()-i) == go
0240: 61 6c 2e 73 75 62 73 74 72 28 30 2c 20 69 6e 69 al.substr(0, ini
0250: 74 2e 73 69 7a 65 28 29 2d 69 29 20 29 0d 0a 09 t.size()-i) )...
0260: 09 09 09 72 65 74 75 72 6e 20 32 2a 69 3b 0d 0a ...return 2*i;..
0270: 09 09 61 73 73 65 72 74 28 66 61 6c 73 65 29 3b ..assert(false);
0280: 0d 0a 09 09 72 65 74 75 72 6e 20 2d 31 3b 0d 0a ....return -1;..
0290: 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 42 45 47 .}..};....// BEG
02a0: 49 4e 20 43 55 54 20 48 45 52 45 0d 0a 23 69 6e IN CUT HERE..#in
02b0: 63 6c 75 64 65 20 3c 63 74 69 6d 65 3e 0d 0a 64 clude <ctime>..d
02c0: 6f 75 62 6c 65 20 73 74 61 72 74 5f 74 69 6d 65 ouble start_time
02d0: 3b 20 73 74 72 69 6e 67 20 74 69 6d 65 72 28 29 ; string timer()
02e0: 0d 0a 20 7b 20 6f 73 74 72 69 6e 67 73 74 72 65 .. { ostringstre
02f0: 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 20 28 am os; os << " (
0300: 22 20 3c 3c 20 69 6e 74 28 28 63 6c 6f 63 6b 28 " << int((clock(
0310: 29 2d 73 74 61 72 74 5f 74 69 6d 65 29 2f 43 4c )-start_time)/CL
0320: 4f 43 4b 53 5f 50 45 52 5f 53 45 43 2a 31 30 30 OCKS_PER_SEC*100
0330: 30 29 20 3c 3c 20 22 20 6d 73 65 63 29 22 3b 20 0) << " msec)";
0340: 72 65 74 75 72 6e 20 6f 73 2e 73 74 72 28 29 3b return os.str();
0350: 20 7d 0d 0a 74 65 6d 70 6c 61 74 65 3c 74 79 70 }..template<typ
0360: 65 6e 61 6d 65 20 54 3e 20 6f 73 74 72 65 61 6d ename T> ostream
0370: 26 20 6f 70 65 72 61 74 6f 72 3c 3c 28 6f 73 74 & operator<<(ost
0380: 72 65 61 6d 26 20 6f 73 2c 20 63 6f 6e 73 74 20 ream& os, const
0390: 76 65 63 74 6f 72 3c 54 3e 26 20 76 29 0d 0a 20 vector<T>& v)..
03a0: 7b 20 6f 73 20 3c 3c 20 22 7b 20 22 3b 0d 0a 20 { os << "{ ";..
03b0: 20 20 66 6f 72 28 74 79 70 65 6e 61 6d 65 20 76 for(typename v
03c0: 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 74 5f ector<T>::const_
03d0: 69 74 65 72 61 74 6f 72 20 69 74 3d 76 2e 62 65 iterator it=v.be
03e0: 67 69 6e 28 29 3b 20 69 74 21 3d 76 2e 65 6e 64 gin(); it!=v.end
03f0: 28 29 3b 20 2b 2b 69 74 29 0d 0a 20 20 20 6f 73 (); ++it).. os
0400: 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a 69 74 20 << '\"' << *it
0410: 3c 3c 20 27 5c 22 27 20 3c 3c 20 28 69 74 2b 31 << '\"' << (it+1
0420: 3d 3d 76 2e 65 6e 64 28 29 20 3f 20 22 22 20 3a ==v.end() ? "" :
0430: 20 22 2c 20 22 29 3b 20 6f 73 20 3c 3c 20 22 20 ", "); os << "
0440: 7d 22 3b 20 72 65 74 75 72 6e 20 6f 73 3b 20 7d }"; return os; }
0450: 0d 0a 76 6f 69 64 20 76 65 72 69 66 79 5f 63 61 ..void verify_ca
0460: 73 65 28 63 6f 6e 73 74 20 69 6e 74 26 20 45 78 se(const int& Ex
0470: 70 65 63 74 65 64 2c 20 63 6f 6e 73 74 20 69 6e pected, const in
0480: 74 26 20 52 65 63 65 69 76 65 64 29 20 7b 0d 0a t& Received) {..
0490: 20 62 6f 6f 6c 20 6f 6b 20 3d 20 28 45 78 70 65 bool ok = (Expe
04a0: 63 74 65 64 20 3d 3d 20 52 65 63 65 69 76 65 64 cted == Received
04b0: 29 3b 0d 0a 20 69 66 28 6f 6b 29 20 63 65 72 72 );.. if(ok) cerr
04c0: 20 3c 3c 20 22 50 41 53 53 45 44 22 20 3c 3c 20 << "PASSED" <<
04d0: 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b timer() << endl;
04e0: 20 20 65 6c 73 65 20 7b 20 63 65 72 72 20 3c 3c else { cerr <<
04f0: 20 22 46 41 49 4c 45 44 22 20 3c 3c 20 74 69 6d "FAILED" << tim
0500: 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 0d 0a 20 er() << endl;..
0510: 63 65 72 72 20 3c 3c 20 22 5c 74 6f 3a 20 5c 22 cerr << "\to: \"
0520: 22 20 3c 3c 20 45 78 70 65 63 74 65 64 20 3c 3c " << Expected <<
0530: 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 20 3c 3c '\"' << endl <<
0540: 20 22 5c 74 78 3a 20 5c 22 22 20 3c 3c 20 52 65 "\tx: \"" << Re
0550: 63 65 69 76 65 64 20 3c 3c 20 27 5c 22 27 20 3c ceived << '\"' <
0560: 3c 20 65 6e 64 6c 3b 20 7d 20 7d 0d 0a 23 64 65 < endl; } }..#de
0570: 66 69 6e 65 20 43 41 53 45 28 4e 29 20 7b 63 65 fine CASE(N) {ce
0580: 72 72 20 3c 3c 20 22 54 65 73 74 20 43 61 73 65 rr << "Test Case
0590: 20 23 22 20 3c 3c 20 4e 20 3c 3c 20 22 2e 2e 2e #" << N << "...
05a0: 22 20 3c 3c 20 66 6c 75 73 68 3b 20 73 74 61 72 " << flush; star
05b0: 74 5f 74 69 6d 65 3d 63 6c 6f 63 6b 28 29 3b 0d t_time=clock();.
05c0: 0a 23 64 65 66 69 6e 65 20 45 4e 44 09 20 76 65 .#define END. ve
05d0: 72 69 66 79 5f 63 61 73 65 28 5f 2c 20 54 72 69 rify_case(_, Tri
05e0: 70 6c 65 53 74 72 69 6e 67 73 28 29 2e 67 65 74 pleStrings().get
05f0: 4d 69 6e 69 6d 75 6d 4f 70 65 72 61 74 69 6f 6e MinimumOperation
0600: 73 28 69 6e 69 74 2c 20 67 6f 61 6c 29 29 3b 7d s(init, goal));}
0610: 0d 0a 69 6e 74 20 6d 61 69 6e 28 29 7b 0d 0a 0d ..int main(){...
0620: 0a 43 41 53 45 28 30 29 0d 0a 09 73 74 72 69 6e .CASE(0)...strin
0630: 67 20 69 6e 69 74 20 3d 20 22 6f 6f 78 78 6f 78 g init = "ooxxox
0640: 22 3b 20 0d 0a 09 73 74 72 69 6e 67 20 67 6f 61 "; ...string goa
0650: 6c 20 3d 20 22 78 6f 78 6f 78 6f 22 3b 20 0d 0a l = "xoxoxo"; ..
0660: 09 69 6e 74 20 5f 20 3d 20 36 3b 20 0d 0a 45 4e .int _ = 6; ..EN
0670: 44 0d 0a 43 41 53 45 28 31 29 0d 0a 09 73 74 72 D..CASE(1)...str
0680: 69 6e 67 20 69 6e 69 74 20 3d 20 22 6f 6f 6f 78 ing init = "ooox
0690: 78 6f 6f 22 3b 20 0d 0a 09 73 74 72 69 6e 67 20 xoo"; ...string
06a0: 67 6f 61 6c 20 3d 20 22 6f 6f 6f 78 78 6f 6f 22 goal = "oooxxoo"
06b0: 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 30 3b 20 ; ...int _ = 0;
06c0: 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 32 29 0d 0a ..END..CASE(2)..
06d0: 09 73 74 72 69 6e 67 20 69 6e 69 74 20 3d 20 22 .string init = "
06e0: 6f 78 22 3b 20 0d 0a 09 73 74 72 69 6e 67 20 67 ox"; ...string g
06f0: 6f 61 6c 20 3d 20 22 78 6f 22 3b 20 0d 0a 09 69 oal = "xo"; ...i
0700: 6e 74 20 5f 20 3d 20 32 3b 20 0d 0a 45 4e 44 0d nt _ = 2; ..END.
0710: 0a 43 41 53 45 28 33 29 0d 0a 09 73 74 72 69 6e .CASE(3)...strin
0720: 67 20 69 6e 69 74 20 3d 20 22 6f 6f 78 78 6f 6f g init = "ooxxoo
0730: 78 78 22 3b 20 0d 0a 09 73 74 72 69 6e 67 20 67 xx"; ...string g
0740: 6f 61 6c 20 3d 20 22 78 78 6f 78 6f 78 6f 6f 22 oal = "xxoxoxoo"
0750: 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 31 32 3b ; ...int _ = 12;
0760: 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 34 29 0d ..END..CASE(4).
0770: 0a 09 73 74 72 69 6e 67 20 69 6e 69 74 20 3d 20 ..string init =
0780: 22 6f 78 78 6f 78 78 6f 6f 6f 78 6f 6f 6f 6f 78 "oxxoxxoooxoooox
0790: 78 78 6f 6f 22 3b 20 0d 0a 09 73 74 72 69 6e 67 xxoo"; ...string
07a0: 20 67 6f 61 6c 20 3d 20 22 6f 78 6f 6f 6f 6f 78 goal = "oxoooox
07b0: 78 78 6f 6f 6f 6f 78 6f 78 78 78 6f 22 3b 20 0d xxooooxoxxxo"; .
07c0: 0a 09 69 6e 74 20 5f 20 3d 20 31 36 3b 20 0d 0a ..int _ = 16; ..
07d0: 45 4e 44 0d 0a 43 41 53 45 28 35 29 0d 0a 09 73 END..CASE(5)...s
07e0: 74 72 69 6e 67 20 69 6e 69 74 20 3d 20 22 78 78 tring init = "xx
07f0: 78 6f 78 6f 78 78 6f 6f 78 6f 6f 78 6f 78 6f 6f xoxoxxooxooxoxoo
0800: 6f 22 3b 20 0d 0a 09 73 74 72 69 6e 67 20 67 6f o"; ...string go
0810: 61 6c 20 3d 20 22 6f 78 78 6f 6f 78 78 6f 6f 78 al = "oxxooxxoox
0820: 78 6f 78 6f 78 6f 6f 78 6f 22 3b 20 0d 0a 09 69 xoxoxooxo"; ...i
0830: 6e 74 20 5f 20 3d 20 33 36 3b 20 0d 0a 45 4e 44 nt _ = 36; ..END
0840: 0d 0a 43 41 53 45 28 36 29 0d 0a 09 73 74 72 69 ..CASE(6)...stri
0850: 6e 67 20 69 6e 69 74 20 3d 20 22 6f 78 6f 78 6f ng init = "oxoxo
0860: 78 6f 78 6f 78 6f 78 6f 78 6f 78 6f 78 6f 78 6f xoxoxoxoxoxoxoxo
0870: 78 6f 78 6f 78 6f 78 6f 78 6f 78 6f 78 6f 78 6f xoxoxoxoxoxoxoxo
0880: 78 6f 78 6f 78 6f 78 6f 78 6f 78 6f 78 22 3b 20 xoxoxoxoxoxox";
0890: 0d 0a 09 73 74 72 69 6e 67 20 67 6f 61 6c 20 3d ...string goal =
08a0: 20 22 6f 6f 6f 6f 6f 6f 6f 6f 6f 6f 6f 6f 6f 6f "oooooooooooooo
08b0: 6f 6f 6f 6f 6f 6f 6f 6f 6f 6f 6f 78 78 78 78 78 oooooooooooxxxxx
08c0: 78 78 78 78 78 78 78 78 78 78 78 78 78 78 78 78 xxxxxxxxxxxxxxxx
08d0: 78 78 78 78 22 3b 20 0d 0a 09 69 6e 74 20 5f 20 xxxx"; ...int _
08e0: 3d 20 2d 31 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 = -1; ..END..CAS
08f0: 45 28 37 29 0d 0a 09 73 74 72 69 6e 67 20 69 6e E(7)...string in
0900: 69 74 20 3d 20 22 6f 22 3b 20 0d 0a 09 73 74 72 it = "o"; ...str
0910: 69 6e 67 20 67 6f 61 6c 20 3d 20 22 6f 22 3b 20 ing goal = "o";
0920: 0d 0a 09 69 6e 74 20 5f 20 3d 20 30 3b 20 0d 0a ...int _ = 0; ..
0930: 45 4e 44 0d 0a 43 41 53 45 28 38 29 0d 0a 09 73 END..CASE(8)...s
0940: 74 72 69 6e 67 20 69 6e 69 74 20 3d 20 22 6f 78 tring init = "ox
0950: 22 3b 20 0d 0a 09 73 74 72 69 6e 67 20 67 6f 61 "; ...string goa
0960: 6c 20 3d 20 22 78 6f 22 3b 20 0d 0a 09 69 6e 74 l = "xo"; ...int
0970: 20 5f 20 3d 20 32 3b 20 0d 0a 45 4e 44 0d 0a 0d _ = 2; ..END...
0980: 0a 7d 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48 .}..// END CUT H
0990: 45 52 45 0d 0a ERE..