Hex Artifact Content
Not logged in

Artifact 55345db3fdf9a0470499cc71c4c8de23a3ccd70a:


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 53 6f 72 74 69 6e 67 47 61 6d 65 0d 0a 7b 0d   SortingGame..{.
0150: 0a 70 75 62 6c 69 63 3a 0d 0a 09 69 6e 74 20 66  .public:...int f
0160: 65 77 65 73 74 4d 6f 76 65 73 28 76 65 63 74 6f  ewestMoves(vecto
0170: 72 3c 69 6e 74 3e 20 62 6f 61 72 64 2c 20 69 6e  r<int> board, in
0180: 74 20 6b 29 20 0d 0a 09 7b 0d 0a 09 09 76 65 63  t k) ...{....vec
0190: 74 6f 72 3c 69 6e 74 3e 20 73 6f 72 74 65 64 28  tor<int> sorted(
01a0: 62 6f 61 72 64 29 3b 0d 0a 09 09 73 6f 72 74 28  board);....sort(
01b0: 73 6f 72 74 65 64 2e 62 65 67 69 6e 28 29 2c 20  sorted.begin(), 
01c0: 73 6f 72 74 65 64 2e 65 6e 64 28 29 29 3b 0d 0a  sorted.end());..
01d0: 0d 0a 09 09 76 65 63 74 6f 72 3c 20 76 65 63 74  ....vector< vect
01e0: 6f 72 3c 69 6e 74 3e 20 3e 20 51 3b 0d 0a 09 09  or<int> > Q;....
01f0: 73 65 74 3c 20 76 65 63 74 6f 72 3c 69 6e 74 3e  set< vector<int>
0200: 20 3e 20 20 20 20 56 3b 0d 0a 09 09 51 2e 70 75   >    V;....Q.pu
0210: 73 68 5f 62 61 63 6b 28 62 6f 61 72 64 29 2c 20  sh_back(board), 
0220: 56 2e 69 6e 73 65 72 74 28 62 6f 61 72 64 29 3b  V.insert(board);
0230: 0d 0a 09 09 66 6f 72 28 69 6e 74 20 4e 3d 30 3b  ....for(int N=0;
0240: 20 21 51 2e 65 6d 70 74 79 28 29 3b 20 2b 2b 4e   !Q.empty(); ++N
0250: 29 0d 0a 09 09 7b 0d 0a 09 09 09 76 65 63 74 6f  )....{.....vecto
0260: 72 3c 20 76 65 63 74 6f 72 3c 69 6e 74 3e 20 3e  r< vector<int> >
0270: 20 51 32 3b 0d 0a 09 09 09 66 6f 72 28 69 6e 74   Q2;.....for(int
0280: 20 69 3d 30 3b 20 69 3c 51 2e 73 69 7a 65 28 29   i=0; i<Q.size()
0290: 3b 20 2b 2b 69 29 0d 0a 09 09 09 7b 0d 0a 09 09  ; ++i).....{....
02a0: 09 09 76 65 63 74 6f 72 3c 69 6e 74 3e 26 20 62  ..vector<int>& b
02b0: 20 3d 20 51 5b 69 5d 3b 0d 0a 09 09 09 09 69 66   = Q[i];......if
02c0: 28 20 62 20 3d 3d 20 73 6f 72 74 65 64 20 29 0d  ( b == sorted ).
02d0: 0a 09 09 09 09 09 72 65 74 75 72 6e 20 4e 3b 0d  ......return N;.
02e0: 0a 09 09 09 09 66 6f 72 28 69 6e 74 20 69 3d 30  .....for(int i=0
02f0: 3b 20 69 2b 6b 3c 3d 62 2e 73 69 7a 65 28 29 3b  ; i+k<=b.size();
0300: 20 2b 2b 69 29 0d 0a 09 09 09 09 7b 0d 0a 09 09   ++i)......{....
0310: 09 09 09 72 65 76 65 72 73 65 28 62 2e 62 65 67  ...reverse(b.beg
0320: 69 6e 28 29 2b 69 2c 20 62 2e 62 65 67 69 6e 28  in()+i, b.begin(
0330: 29 2b 69 2b 6b 29 3b 0d 0a 09 09 09 09 09 69 66  )+i+k);.......if
0340: 28 20 21 56 2e 63 6f 75 6e 74 28 62 29 20 29 0d  ( !V.count(b) ).
0350: 0a 09 09 09 09 09 09 51 32 2e 70 75 73 68 5f 62  .......Q2.push_b
0360: 61 63 6b 28 62 29 2c 20 56 2e 69 6e 73 65 72 74  ack(b), V.insert
0370: 28 62 29 3b 0d 0a 09 09 09 09 09 72 65 76 65 72  (b);.......rever
0380: 73 65 28 62 2e 62 65 67 69 6e 28 29 2b 69 2c 20  se(b.begin()+i, 
0390: 62 2e 62 65 67 69 6e 28 29 2b 69 2b 6b 29 3b 0d  b.begin()+i+k);.
03a0: 0a 09 09 09 09 7d 0d 0a 09 09 09 7d 0d 0a 09 09  .....}.....}....
03b0: 09 51 2e 73 77 61 70 28 51 32 29 3b 0d 0a 09 09  .Q.swap(Q2);....
03c0: 7d 0d 0a 09 09 72 65 74 75 72 6e 20 2d 31 3b 0d  }....return -1;.
03d0: 0a 09 7d 0d 0a 0d 0a 2f 2f 20 42 45 47 49 4e 20  ..}....// BEGIN 
03e0: 43 55 54 20 48 45 52 45 0d 0a 09 70 75 62 6c 69  CUT HERE...publi
03f0: 63 3a 0d 0a 09 76 6f 69 64 20 72 75 6e 5f 74 65  c:...void run_te
0400: 73 74 28 69 6e 74 20 43 61 73 65 29 20 7b 20 69  st(int Case) { i
0410: 66 20 28 28 43 61 73 65 20 3d 3d 20 2d 31 29 20  f ((Case == -1) 
0420: 7c 7c 20 28 43 61 73 65 20 3d 3d 20 30 29 29 20  || (Case == 0)) 
0430: 74 65 73 74 5f 63 61 73 65 5f 30 28 29 3b 20 69  test_case_0(); i
0440: 66 20 28 28 43 61 73 65 20 3d 3d 20 2d 31 29 20  f ((Case == -1) 
0450: 7c 7c 20 28 43 61 73 65 20 3d 3d 20 31 29 29 20  || (Case == 1)) 
0460: 74 65 73 74 5f 63 61 73 65 5f 31 28 29 3b 20 69  test_case_1(); i
0470: 66 20 28 28 43 61 73 65 20 3d 3d 20 2d 31 29 20  f ((Case == -1) 
0480: 7c 7c 20 28 43 61 73 65 20 3d 3d 20 32 29 29 20  || (Case == 2)) 
0490: 74 65 73 74 5f 63 61 73 65 5f 32 28 29 3b 20 69  test_case_2(); i
04a0: 66 20 28 28 43 61 73 65 20 3d 3d 20 2d 31 29 20  f ((Case == -1) 
04b0: 7c 7c 20 28 43 61 73 65 20 3d 3d 20 33 29 29 20  || (Case == 3)) 
04c0: 74 65 73 74 5f 63 61 73 65 5f 33 28 29 3b 20 69  test_case_3(); i
04d0: 66 20 28 28 43 61 73 65 20 3d 3d 20 2d 31 29 20  f ((Case == -1) 
04e0: 7c 7c 20 28 43 61 73 65 20 3d 3d 20 34 29 29 20  || (Case == 4)) 
04f0: 74 65 73 74 5f 63 61 73 65 5f 34 28 29 3b 20 7d  test_case_4(); }
0500: 0d 0a 09 70 72 69 76 61 74 65 3a 0d 0a 09 74 65  ...private:...te
0510: 6d 70 6c 61 74 65 20 3c 74 79 70 65 6e 61 6d 65  mplate <typename
0520: 20 54 3e 20 73 74 72 69 6e 67 20 70 72 69 6e 74   T> string print
0530: 5f 61 72 72 61 79 28 63 6f 6e 73 74 20 76 65 63  _array(const vec
0540: 74 6f 72 3c 54 3e 20 26 56 29 20 7b 20 6f 73 74  tor<T> &V) { ost
0550: 72 69 6e 67 73 74 72 65 61 6d 20 6f 73 3b 20 6f  ringstream os; o
0560: 73 20 3c 3c 20 22 7b 20 22 3b 20 66 6f 72 20 28  s << "{ "; for (
0570: 74 79 70 65 6e 61 6d 65 20 76 65 63 74 6f 72 3c  typename vector<
0580: 54 3e 3a 3a 63 6f 6e 73 74 5f 69 74 65 72 61 74  T>::const_iterat
0590: 6f 72 20 69 74 65 72 20 3d 20 56 2e 62 65 67 69  or iter = V.begi
05a0: 6e 28 29 3b 20 69 74 65 72 20 21 3d 20 56 2e 65  n(); iter != V.e
05b0: 6e 64 28 29 3b 20 2b 2b 69 74 65 72 29 20 6f 73  nd(); ++iter) os
05c0: 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a 69 74 65   << '\"' << *ite
05d0: 72 20 3c 3c 20 22 5c 22 2c 22 3b 20 6f 73 20 3c  r << "\","; os <
05e0: 3c 20 22 20 7d 22 3b 20 72 65 74 75 72 6e 20 6f  < " }"; return o
05f0: 73 2e 73 74 72 28 29 3b 20 7d 0d 0a 09 76 6f 69  s.str(); }...voi
0600: 64 20 76 65 72 69 66 79 5f 63 61 73 65 28 69 6e  d verify_case(in
0610: 74 20 43 61 73 65 2c 20 63 6f 6e 73 74 20 69 6e  t Case, const in
0620: 74 20 26 45 78 70 65 63 74 65 64 2c 20 63 6f 6e  t &Expected, con
0630: 73 74 20 69 6e 74 20 26 52 65 63 65 69 76 65 64  st int &Received
0640: 29 20 7b 20 63 65 72 72 20 3c 3c 20 22 54 65 73  ) { cerr << "Tes
0650: 74 20 43 61 73 65 20 23 22 20 3c 3c 20 43 61 73  t Case #" << Cas
0660: 65 20 3c 3c 20 22 2e 2e 2e 22 3b 20 69 66 20 28  e << "..."; if (
0670: 45 78 70 65 63 74 65 64 20 3d 3d 20 52 65 63 65  Expected == Rece
0680: 69 76 65 64 29 20 63 65 72 72 20 3c 3c 20 22 50  ived) cerr << "P
0690: 41 53 53 45 44 22 20 3c 3c 20 65 6e 64 6c 3b 20  ASSED" << endl; 
06a0: 65 6c 73 65 20 7b 20 63 65 72 72 20 3c 3c 20 22  else { cerr << "
06b0: 46 41 49 4c 45 44 22 20 3c 3c 20 65 6e 64 6c 3b  FAILED" << endl;
06c0: 20 63 65 72 72 20 3c 3c 20 22 5c 74 45 78 70 65   cerr << "\tExpe
06d0: 63 74 65 64 3a 20 5c 22 22 20 3c 3c 20 45 78 70  cted: \"" << Exp
06e0: 65 63 74 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c  ected << '\"' <<
06f0: 20 65 6e 64 6c 3b 20 63 65 72 72 20 3c 3c 20 22   endl; cerr << "
0700: 5c 74 52 65 63 65 69 76 65 64 3a 20 5c 22 22 20  \tReceived: \"" 
0710: 3c 3c 20 52 65 63 65 69 76 65 64 20 3c 3c 20 27  << Received << '
0720: 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20 7d 20 7d  \"' << endl; } }
0730: 0d 0a 09 76 6f 69 64 20 74 65 73 74 5f 63 61 73  ...void test_cas
0740: 65 5f 30 28 29 20 7b 20 69 6e 74 20 41 72 72 30  e_0() { int Arr0
0750: 5b 5d 20 3d 20 7b 31 2c 32 2c 33 7d 3b 20 76 65  [] = {1,2,3}; ve
0760: 63 74 6f 72 20 3c 69 6e 74 3e 20 41 72 67 30 28  ctor <int> Arg0(
0770: 41 72 72 30 2c 20 41 72 72 30 20 2b 20 28 73 69  Arr0, Arr0 + (si
0780: 7a 65 6f 66 28 41 72 72 30 29 20 2f 20 73 69 7a  zeof(Arr0) / siz
0790: 65 6f 66 28 41 72 72 30 5b 30 5d 29 29 29 3b 20  eof(Arr0[0]))); 
07a0: 69 6e 74 20 41 72 67 31 20 3d 20 33 3b 20 69 6e  int Arg1 = 3; in
07b0: 74 20 41 72 67 32 20 3d 20 30 3b 20 76 65 72 69  t Arg2 = 0; veri
07c0: 66 79 5f 63 61 73 65 28 30 2c 20 41 72 67 32 2c  fy_case(0, Arg2,
07d0: 20 66 65 77 65 73 74 4d 6f 76 65 73 28 41 72 67   fewestMoves(Arg
07e0: 30 2c 20 41 72 67 31 29 29 3b 20 7d 0d 0a 09 76  0, Arg1)); }...v
07f0: 6f 69 64 20 74 65 73 74 5f 63 61 73 65 5f 31 28  oid test_case_1(
0800: 29 20 7b 20 69 6e 74 20 41 72 72 30 5b 5d 20 3d  ) { int Arr0[] =
0810: 20 7b 33 2c 32 2c 31 7d 3b 20 76 65 63 74 6f 72   {3,2,1}; vector
0820: 20 3c 69 6e 74 3e 20 41 72 67 30 28 41 72 72 30   <int> Arg0(Arr0
0830: 2c 20 41 72 72 30 20 2b 20 28 73 69 7a 65 6f 66  , Arr0 + (sizeof
0840: 28 41 72 72 30 29 20 2f 20 73 69 7a 65 6f 66 28  (Arr0) / sizeof(
0850: 41 72 72 30 5b 30 5d 29 29 29 3b 20 69 6e 74 20  Arr0[0]))); int 
0860: 41 72 67 31 20 3d 20 33 3b 20 69 6e 74 20 41 72  Arg1 = 3; int Ar
0870: 67 32 20 3d 20 31 3b 20 76 65 72 69 66 79 5f 63  g2 = 1; verify_c
0880: 61 73 65 28 31 2c 20 41 72 67 32 2c 20 66 65 77  ase(1, Arg2, few
0890: 65 73 74 4d 6f 76 65 73 28 41 72 67 30 2c 20 41  estMoves(Arg0, A
08a0: 72 67 31 29 29 3b 20 7d 0d 0a 09 76 6f 69 64 20  rg1)); }...void 
08b0: 74 65 73 74 5f 63 61 73 65 5f 32 28 29 20 7b 20  test_case_2() { 
08c0: 69 6e 74 20 41 72 72 30 5b 5d 20 3d 20 7b 35 2c  int Arr0[] = {5,
08d0: 34 2c 33 2c 32 2c 31 7d 3b 20 76 65 63 74 6f 72  4,3,2,1}; vector
08e0: 20 3c 69 6e 74 3e 20 41 72 67 30 28 41 72 72 30   <int> Arg0(Arr0
08f0: 2c 20 41 72 72 30 20 2b 20 28 73 69 7a 65 6f 66  , Arr0 + (sizeof
0900: 28 41 72 72 30 29 20 2f 20 73 69 7a 65 6f 66 28  (Arr0) / sizeof(
0910: 41 72 72 30 5b 30 5d 29 29 29 3b 20 69 6e 74 20  Arr0[0]))); int 
0920: 41 72 67 31 20 3d 20 32 3b 20 69 6e 74 20 41 72  Arg1 = 2; int Ar
0930: 67 32 20 3d 20 31 30 3b 20 76 65 72 69 66 79 5f  g2 = 10; verify_
0940: 63 61 73 65 28 32 2c 20 41 72 67 32 2c 20 66 65  case(2, Arg2, fe
0950: 77 65 73 74 4d 6f 76 65 73 28 41 72 67 30 2c 20  westMoves(Arg0, 
0960: 41 72 67 31 29 29 3b 20 7d 0d 0a 09 76 6f 69 64  Arg1)); }...void
0970: 20 74 65 73 74 5f 63 61 73 65 5f 33 28 29 20 7b   test_case_3() {
0980: 20 69 6e 74 20 41 72 72 30 5b 5d 20 3d 20 7b 33   int Arr0[] = {3
0990: 2c 32 2c 34 2c 31 2c 35 7d 3b 20 76 65 63 74 6f  ,2,4,1,5}; vecto
09a0: 72 20 3c 69 6e 74 3e 20 41 72 67 30 28 41 72 72  r <int> Arg0(Arr
09b0: 30 2c 20 41 72 72 30 20 2b 20 28 73 69 7a 65 6f  0, Arr0 + (sizeo
09c0: 66 28 41 72 72 30 29 20 2f 20 73 69 7a 65 6f 66  f(Arr0) / sizeof
09d0: 28 41 72 72 30 5b 30 5d 29 29 29 3b 20 69 6e 74  (Arr0[0]))); int
09e0: 20 41 72 67 31 20 3d 20 34 3b 20 69 6e 74 20 41   Arg1 = 4; int A
09f0: 72 67 32 20 3d 20 2d 31 3b 20 76 65 72 69 66 79  rg2 = -1; verify
0a00: 5f 63 61 73 65 28 33 2c 20 41 72 67 32 2c 20 66  _case(3, Arg2, f
0a10: 65 77 65 73 74 4d 6f 76 65 73 28 41 72 67 30 2c  ewestMoves(Arg0,
0a20: 20 41 72 67 31 29 29 3b 20 7d 0d 0a 09 76 6f 69   Arg1)); }...voi
0a30: 64 20 74 65 73 74 5f 63 61 73 65 5f 34 28 29 20  d test_case_4() 
0a40: 7b 20 69 6e 74 20 41 72 72 30 5b 5d 20 3d 20 7b  { int Arr0[] = {
0a50: 37 2c 32 2c 31 2c 36 2c 38 2c 34 2c 33 2c 35 7d  7,2,1,6,8,4,3,5}
0a60: 3b 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 41  ; vector <int> A
0a70: 72 67 30 28 41 72 72 30 2c 20 41 72 72 30 20 2b  rg0(Arr0, Arr0 +
0a80: 20 28 73 69 7a 65 6f 66 28 41 72 72 30 29 20 2f   (sizeof(Arr0) /
0a90: 20 73 69 7a 65 6f 66 28 41 72 72 30 5b 30 5d 29   sizeof(Arr0[0])
0aa0: 29 29 3b 20 69 6e 74 20 41 72 67 31 20 3d 20 34  )); int Arg1 = 4
0ab0: 3b 20 69 6e 74 20 41 72 67 32 20 3d 20 37 3b 20  ; int Arg2 = 7; 
0ac0: 76 65 72 69 66 79 5f 63 61 73 65 28 34 2c 20 41  verify_case(4, A
0ad0: 72 67 32 2c 20 66 65 77 65 73 74 4d 6f 76 65 73  rg2, fewestMoves
0ae0: 28 41 72 67 30 2c 20 41 72 67 31 29 29 3b 20 7d  (Arg0, Arg1)); }
0af0: 0d 0a 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48  ....// END CUT H
0b00: 45 52 45 0d 0a 7d 3b 0d 0a 2f 2f 20 42 45 47 49  ERE..};..// BEGI
0b10: 4e 20 43 55 54 20 48 45 52 45 20 0d 0a 69 6e 74  N CUT HERE ..int
0b20: 20 6d 61 69 6e 28 29 20 7b 0d 0a 09 53 6f 72 74   main() {...Sort
0b30: 69 6e 67 47 61 6d 65 28 29 2e 72 75 6e 5f 74 65  ingGame().run_te
0b40: 73 74 28 2d 31 29 3b 0d 0a 7d 0d 0a 2f 2f 20 45  st(-1);..}..// E
0b50: 4e 44 20 43 55 54 20 48 45 52 45 0d 0a           ND CUT HERE..