Artifact a209bed380584b53415f9111b546a31303f9e7ba:
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 74 75 70 6c 65 3e 0d 0a 75 73 69 6e 67 20 6e <tuple>..using n
0150: 61 6d 65 73 70 61 63 65 20 73 74 64 3b 0d 0a 74 amespace std;..t
0160: 79 70 65 64 65 66 20 6c 6f 6e 67 20 6c 6f 6e 67 ypedef long long
0170: 20 4c 4c 3b 0d 0a 74 79 70 65 64 65 66 20 63 6f LL;..typedef co
0180: 6d 70 6c 65 78 3c 64 6f 75 62 6c 65 3e 20 43 4d mplex<double> CM
0190: 50 3b 0d 0a 0d 0a 63 6c 61 73 73 20 46 6f 78 41 P;....class FoxA
01a0: 6e 64 43 68 65 73 73 20 7b 20 70 75 62 6c 69 63 ndChess { public
01b0: 3a 0d 0a 09 73 74 72 69 6e 67 20 61 62 6c 65 54 :...string ableT
01c0: 6f 4d 6f 76 65 28 73 74 72 69 6e 67 20 62 65 67 oMove(string beg
01d0: 69 6e 2c 20 73 74 72 69 6e 67 20 74 61 72 67 65 in, string targe
01e0: 74 29 0d 0a 09 7b 0d 0a 09 09 72 65 74 75 72 6e t)...{....return
01f0: 20 73 6f 6c 76 65 28 63 62 28 62 65 67 69 6e 29 solve(cb(begin)
0200: 2c 20 63 62 28 74 61 72 67 65 74 29 29 20 3f 20 , cb(target)) ?
0210: 22 50 6f 73 73 69 62 6c 65 22 20 3a 20 22 49 6d "Possible" : "Im
0220: 70 6f 73 73 69 62 6c 65 22 3b 0d 0a 09 7d 0d 0a possible";...}..
0230: 0d 0a 09 76 65 63 74 6f 72 3c 70 61 69 72 3c 63 ...vector<pair<c
0240: 68 61 72 2c 69 6e 74 3e 3e 20 63 62 28 73 74 72 har,int>> cb(str
0250: 69 6e 67 20 73 29 0d 0a 09 7b 0d 0a 09 09 76 65 ing s)...{....ve
0260: 63 74 6f 72 3c 70 61 69 72 3c 63 68 61 72 2c 69 ctor<pair<char,i
0270: 6e 74 3e 3e 20 76 3b 0d 0a 09 09 66 6f 72 28 69 nt>> v;....for(i
0280: 6e 74 20 69 3d 30 3b 20 69 3c 73 2e 73 69 7a 65 nt i=0; i<s.size
0290: 28 29 3b 20 2b 2b 69 29 0d 0a 09 09 09 69 66 28 (); ++i).....if(
02a0: 73 5b 69 5d 21 3d 27 2e 27 29 0d 0a 09 09 09 09 s[i]!='.')......
02b0: 76 2e 65 6d 70 6c 61 63 65 5f 62 61 63 6b 28 73 v.emplace_back(s
02c0: 5b 69 5d 2c 20 69 29 3b 0d 0a 09 09 72 65 74 75 [i], i);....retu
02d0: 72 6e 20 76 3b 0d 0a 09 7d 0d 0a 0d 0a 09 62 6f rn v;...}.....bo
02e0: 6f 6c 20 73 6f 6c 76 65 28 63 6f 6e 73 74 20 76 ol solve(const v
02f0: 65 63 74 6f 72 3c 70 61 69 72 3c 63 68 61 72 2c ector<pair<char,
0300: 69 6e 74 3e 3e 26 20 62 2c 20 63 6f 6e 73 74 20 int>>& b, const
0310: 76 65 63 74 6f 72 3c 70 61 69 72 3c 63 68 61 72 vector<pair<char
0320: 2c 69 6e 74 3e 3e 26 20 65 29 0d 0a 09 7b 0d 0a ,int>>& e)...{..
0330: 09 09 69 66 28 62 2e 73 69 7a 65 28 29 20 21 3d ..if(b.size() !=
0340: 20 65 2e 73 69 7a 65 28 29 29 0d 0a 09 09 09 72 e.size()).....r
0350: 65 74 75 72 6e 20 66 61 6c 73 65 3b 0d 0a 09 09 eturn false;....
0360: 66 6f 72 28 69 6e 74 20 69 3d 30 3b 20 69 3c 62 for(int i=0; i<b
0370: 2e 73 69 7a 65 28 29 3b 20 2b 2b 69 29 20 7b 0d .size(); ++i) {.
0380: 0a 09 09 09 69 66 28 62 5b 69 5d 2e 66 69 72 73 ....if(b[i].firs
0390: 74 20 21 3d 20 65 5b 69 5d 2e 66 69 72 73 74 29 t != e[i].first)
03a0: 0d 0a 09 09 09 09 72 65 74 75 72 6e 20 66 61 6c ......return fal
03b0: 73 65 3b 0d 0a 09 09 09 69 66 28 62 5b 69 5d 2e se;.....if(b[i].
03c0: 66 69 72 73 74 20 3d 3d 20 27 4c 27 20 26 26 20 first == 'L' &&
03d0: 62 5b 69 5d 2e 73 65 63 6f 6e 64 3c 65 5b 69 5d b[i].second<e[i]
03e0: 2e 73 65 63 6f 6e 64 29 0d 0a 09 09 09 09 72 65 .second)......re
03f0: 74 75 72 6e 20 66 61 6c 73 65 3b 0d 0a 09 09 09 turn false;.....
0400: 69 66 28 62 5b 69 5d 2e 66 69 72 73 74 20 3d 3d if(b[i].first ==
0410: 20 27 52 27 20 26 26 20 62 5b 69 5d 2e 73 65 63 'R' && b[i].sec
0420: 6f 6e 64 3e 65 5b 69 5d 2e 73 65 63 6f 6e 64 29 ond>e[i].second)
0430: 0d 0a 09 09 09 09 72 65 74 75 72 6e 20 66 61 6c ......return fal
0440: 73 65 3b 0d 0a 09 09 7d 0d 0a 09 09 72 65 74 75 se;....}....retu
0450: 72 6e 20 74 72 75 65 3b 0d 0a 09 7d 0d 0a 7d 3b rn true;...}..};
0460: 0d 0a 0d 0a 2f 2f 20 42 45 47 49 4e 20 43 55 54 ....// BEGIN CUT
0470: 20 48 45 52 45 0d 0a 23 69 6e 63 6c 75 64 65 20 HERE..#include
0480: 3c 63 74 69 6d 65 3e 0d 0a 64 6f 75 62 6c 65 20 <ctime>..double
0490: 73 74 61 72 74 5f 74 69 6d 65 3b 20 73 74 72 69 start_time; stri
04a0: 6e 67 20 74 69 6d 65 72 28 29 0d 0a 20 7b 20 6f ng timer().. { o
04b0: 73 74 72 69 6e 67 73 74 72 65 61 6d 20 6f 73 3b stringstream os;
04c0: 20 6f 73 20 3c 3c 20 22 20 28 22 20 3c 3c 20 69 os << " (" << i
04d0: 6e 74 28 28 63 6c 6f 63 6b 28 29 2d 73 74 61 72 nt((clock()-star
04e0: 74 5f 74 69 6d 65 29 2f 43 4c 4f 43 4b 53 5f 50 t_time)/CLOCKS_P
04f0: 45 52 5f 53 45 43 2a 31 30 30 30 29 20 3c 3c 20 ER_SEC*1000) <<
0500: 22 20 6d 73 65 63 29 22 3b 20 72 65 74 75 72 6e " msec)"; return
0510: 20 6f 73 2e 73 74 72 28 29 3b 20 7d 0d 0a 74 65 os.str(); }..te
0520: 6d 70 6c 61 74 65 3c 74 79 70 65 6e 61 6d 65 20 mplate<typename
0530: 54 3e 20 6f 73 74 72 65 61 6d 26 20 6f 70 65 72 T> ostream& oper
0540: 61 74 6f 72 3c 3c 28 6f 73 74 72 65 61 6d 26 20 ator<<(ostream&
0550: 6f 73 2c 20 63 6f 6e 73 74 20 76 65 63 74 6f 72 os, const vector
0560: 3c 54 3e 26 20 76 29 0d 0a 20 7b 20 6f 73 20 3c <T>& v).. { os <
0570: 3c 20 22 7b 20 22 3b 0d 0a 20 20 20 66 6f 72 28 < "{ ";.. for(
0580: 74 79 70 65 6e 61 6d 65 20 76 65 63 74 6f 72 3c typename vector<
0590: 54 3e 3a 3a 63 6f 6e 73 74 5f 69 74 65 72 61 74 T>::const_iterat
05a0: 6f 72 20 69 74 3d 76 2e 62 65 67 69 6e 28 29 3b or it=v.begin();
05b0: 20 69 74 21 3d 76 2e 65 6e 64 28 29 3b 20 2b 2b it!=v.end(); ++
05c0: 69 74 29 0d 0a 20 20 20 6f 73 20 3c 3c 20 27 5c it).. os << '\
05d0: 22 27 20 3c 3c 20 2a 69 74 20 3c 3c 20 27 5c 22 "' << *it << '\"
05e0: 27 20 3c 3c 20 28 69 74 2b 31 3d 3d 76 2e 65 6e ' << (it+1==v.en
05f0: 64 28 29 20 3f 20 22 22 20 3a 20 22 2c 20 22 29 d() ? "" : ", ")
0600: 3b 20 6f 73 20 3c 3c 20 22 20 7d 22 3b 20 72 65 ; os << " }"; re
0610: 74 75 72 6e 20 6f 73 3b 20 7d 0d 0a 76 6f 69 64 turn os; }..void
0620: 20 76 65 72 69 66 79 5f 63 61 73 65 28 63 6f 6e verify_case(con
0630: 73 74 20 73 74 72 69 6e 67 26 20 45 78 70 65 63 st string& Expec
0640: 74 65 64 2c 20 63 6f 6e 73 74 20 73 74 72 69 6e ted, const strin
0650: 67 26 20 52 65 63 65 69 76 65 64 29 20 7b 0d 0a g& Received) {..
0660: 20 62 6f 6f 6c 20 6f 6b 20 3d 20 28 45 78 70 65 bool ok = (Expe
0670: 63 74 65 64 20 3d 3d 20 52 65 63 65 69 76 65 64 cted == Received
0680: 29 3b 0d 0a 20 69 66 28 6f 6b 29 20 63 65 72 72 );.. if(ok) cerr
0690: 20 3c 3c 20 22 50 41 53 53 45 44 22 20 3c 3c 20 << "PASSED" <<
06a0: 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b timer() << endl;
06b0: 20 20 65 6c 73 65 20 7b 20 63 65 72 72 20 3c 3c else { cerr <<
06c0: 20 22 46 41 49 4c 45 44 22 20 3c 3c 20 74 69 6d "FAILED" << tim
06d0: 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 0d 0a 20 er() << endl;..
06e0: 63 65 72 72 20 3c 3c 20 22 5c 74 6f 3a 20 5c 22 cerr << "\to: \"
06f0: 22 20 3c 3c 20 45 78 70 65 63 74 65 64 20 3c 3c " << Expected <<
0700: 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 20 3c 3c '\"' << endl <<
0710: 20 22 5c 74 78 3a 20 5c 22 22 20 3c 3c 20 52 65 "\tx: \"" << Re
0720: 63 65 69 76 65 64 20 3c 3c 20 27 5c 22 27 20 3c ceived << '\"' <
0730: 3c 20 65 6e 64 6c 3b 20 7d 20 7d 0d 0a 23 64 65 < endl; } }..#de
0740: 66 69 6e 65 20 43 41 53 45 28 4e 29 20 7b 63 65 fine CASE(N) {ce
0750: 72 72 20 3c 3c 20 22 54 65 73 74 20 43 61 73 65 rr << "Test Case
0760: 20 23 22 20 3c 3c 20 4e 20 3c 3c 20 22 2e 2e 2e #" << N << "...
0770: 22 20 3c 3c 20 66 6c 75 73 68 3b 20 73 74 61 72 " << flush; star
0780: 74 5f 74 69 6d 65 3d 63 6c 6f 63 6b 28 29 3b 0d t_time=clock();.
0790: 0a 23 64 65 66 69 6e 65 20 45 4e 44 09 20 76 65 .#define END. ve
07a0: 72 69 66 79 5f 63 61 73 65 28 5f 2c 20 46 6f 78 rify_case(_, Fox
07b0: 41 6e 64 43 68 65 73 73 28 29 2e 61 62 6c 65 54 AndChess().ableT
07c0: 6f 4d 6f 76 65 28 62 65 67 69 6e 2c 20 74 61 72 oMove(begin, tar
07d0: 67 65 74 29 29 3b 7d 0d 0a 69 6e 74 20 6d 61 69 get));}..int mai
07e0: 6e 28 29 7b 0d 0a 0d 0a 43 41 53 45 28 30 29 0d n(){....CASE(0).
07f0: 0a 09 73 74 72 69 6e 67 20 62 65 67 69 6e 20 3d ..string begin =
0800: 20 22 52 2e 2e 2e 22 3b 20 0d 0a 09 73 74 72 69 "R..."; ...stri
0810: 6e 67 20 74 61 72 67 65 74 20 3d 20 22 2e 2e 52 ng target = "..R
0820: 2e 22 3b 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 ."; ...string _
0830: 3d 20 22 50 6f 73 73 69 62 6c 65 22 3b 20 0d 0a = "Possible"; ..
0840: 45 4e 44 0d 0a 43 41 53 45 28 31 29 0d 0a 09 73 END..CASE(1)...s
0850: 74 72 69 6e 67 20 62 65 67 69 6e 20 3d 20 22 2e tring begin = ".
0860: 2e 52 2e 22 3b 20 0d 0a 09 73 74 72 69 6e 67 20 .R."; ...string
0870: 74 61 72 67 65 74 20 3d 20 22 52 2e 2e 2e 22 3b target = "R...";
0880: 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 ...string _ = "
0890: 49 6d 70 6f 73 73 69 62 6c 65 22 3b 20 0d 0a 45 Impossible"; ..E
08a0: 4e 44 0d 0a 43 41 53 45 28 32 29 0d 0a 09 73 74 ND..CASE(2)...st
08b0: 72 69 6e 67 20 62 65 67 69 6e 20 3d 20 22 2e 4c ring begin = ".L
08c0: 2e 52 2e 52 2e 22 3b 20 0d 0a 09 73 74 72 69 6e .R.R."; ...strin
08d0: 67 20 74 61 72 67 65 74 20 3d 20 22 4c 2e 2e 2e g target = "L...
08e0: 52 2e 52 22 3b 20 0d 0a 09 73 74 72 69 6e 67 20 R.R"; ...string
08f0: 5f 20 3d 20 22 50 6f 73 73 69 62 6c 65 22 3b 20 _ = "Possible";
0900: 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 33 29 0d 0a ..END..CASE(3)..
0910: 09 73 74 72 69 6e 67 20 62 65 67 69 6e 20 3d 20 .string begin =
0920: 22 2e 4c 2e 52 2e 22 3b 20 0d 0a 09 73 74 72 69 ".L.R."; ...stri
0930: 6e 67 20 74 61 72 67 65 74 20 3d 20 22 2e 52 2e ng target = ".R.
0940: 4c 2e 22 3b 20 0d 0a 09 73 74 72 69 6e 67 20 5f L."; ...string _
0950: 20 3d 20 22 49 6d 70 6f 73 73 69 62 6c 65 22 3b = "Impossible";
0960: 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 34 29 0d ..END..CASE(4).
0970: 0a 09 73 74 72 69 6e 67 20 62 65 67 69 6e 20 3d ..string begin =
0980: 20 22 4c 52 4c 4c 52 4c 52 4c 4c 52 4c 4c 52 4c "LRLLRLRLLRLLRL
0990: 52 4c 52 4c 22 3b 20 0d 0a 09 73 74 72 69 6e 67 RLRL"; ...string
09a0: 20 74 61 72 67 65 74 20 3d 20 22 4c 52 4c 4c 52 target = "LRLLR
09b0: 4c 52 4c 4c 52 4c 4c 52 4c 52 4c 52 4c 22 3b 20 LRLLRLLRLRLRL";
09c0: 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 50 ...string _ = "P
09d0: 6f 73 73 69 62 6c 65 22 3b 20 0d 0a 45 4e 44 0d ossible"; ..END.
09e0: 0a 43 41 53 45 28 35 29 0d 0a 09 73 74 72 69 6e .CASE(5)...strin
09f0: 67 20 62 65 67 69 6e 20 3d 20 22 4c 22 3b 20 0d g begin = "L"; .
0a00: 0a 09 73 74 72 69 6e 67 20 74 61 72 67 65 74 20 ..string target
0a10: 3d 20 22 2e 22 3b 20 0d 0a 09 73 74 72 69 6e 67 = "."; ...string
0a20: 20 5f 20 3d 20 22 49 6d 70 6f 73 73 69 62 6c 65 _ = "Impossible
0a30: 22 3b 20 0d 0a 45 4e 44 0d 0a 2f 2a 0d 0a 43 41 "; ..END../*..CA
0a40: 53 45 28 36 29 0d 0a 09 73 74 72 69 6e 67 20 62 SE(6)...string b
0a50: 65 67 69 6e 20 3d 20 3b 20 0d 0a 09 73 74 72 69 egin = ; ...stri
0a60: 6e 67 20 74 61 72 67 65 74 20 3d 20 3b 20 0d 0a ng target = ; ..
0a70: 09 73 74 72 69 6e 67 20 5f 20 3d 20 3b 20 0d 0a .string _ = ; ..
0a80: 45 4e 44 0d 0a 43 41 53 45 28 37 29 0d 0a 09 73 END..CASE(7)...s
0a90: 74 72 69 6e 67 20 62 65 67 69 6e 20 3d 20 3b 20 tring begin = ;
0aa0: 0d 0a 09 73 74 72 69 6e 67 20 74 61 72 67 65 74 ...string target
0ab0: 20 3d 20 3b 20 0d 0a 09 73 74 72 69 6e 67 20 5f = ; ...string _
0ac0: 20 3d 20 3b 20 0d 0a 45 4e 44 0d 0a 2a 2f 0d 0a = ; ..END..*/..
0ad0: 7d 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48 45 }..// END CUT HE
0ae0: 52 45 0d 0a RE..