Hex Artifact Content
Not logged in

Artifact de7a6642f3923063bf36a34105e6e3c01c8f780d:


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 54 68 65 4d  P;....class TheM
01a0: 61 74 72 69 78 20 7b 20 70 75 62 6c 69 63 3a 0d  atrix { public:.
01b0: 0a 09 69 6e 74 20 4d 61 78 41 72 65 61 28 76 65  ..int MaxArea(ve
01c0: 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 62 6f  ctor <string> bo
01d0: 61 72 64 29 0d 0a 09 7b 0d 0a 09 09 63 6f 6e 73  ard)...{....cons
01e0: 74 20 69 6e 74 20 48 20 3d 20 62 6f 61 72 64 2e  t int H = board.
01f0: 73 69 7a 65 28 29 2c 20 57 20 3d 20 62 6f 61 72  size(), W = boar
0200: 64 5b 30 5d 2e 73 69 7a 65 28 29 3b 0d 0a 09 09  d[0].size();....
0210: 76 65 63 74 6f 72 3c 76 65 63 74 6f 72 3c 69 6e  vector<vector<in
0220: 74 3e 3e 20 79 4c 28 48 2c 20 76 65 63 74 6f 72  t>> yL(H, vector
0230: 3c 69 6e 74 3e 28 57 29 29 3b 0d 0a 0d 0a 09 09  <int>(W));......
0240: 66 6f 72 28 69 6e 74 20 79 3d 30 3b 20 79 3c 48  for(int y=0; y<H
0250: 3b 20 2b 2b 79 29 0d 0a 09 09 66 6f 72 28 69 6e  ; ++y)....for(in
0260: 74 20 78 3d 30 3b 20 78 3c 57 3b 20 2b 2b 78 29  t x=0; x<W; ++x)
0270: 0d 0a 09 09 09 66 6f 72 28 79 4c 5b 79 5d 5b 78  .....for(yL[y][x
0280: 5d 3d 31 3b 20 79 2b 79 4c 5b 79 5d 5b 78 5d 3c  ]=1; y+yL[y][x]<
0290: 48 3b 20 2b 2b 79 4c 5b 79 5d 5b 78 5d 29 0d 0a  H; ++yL[y][x])..
02a0: 09 09 09 09 69 66 28 62 6f 61 72 64 5b 79 2b 79  ....if(board[y+y
02b0: 4c 5b 79 5d 5b 78 5d 5d 5b 78 5d 20 3d 3d 20 62  L[y][x]][x] == b
02c0: 6f 61 72 64 5b 79 2b 79 4c 5b 79 5d 5b 78 5d 2d  oard[y+yL[y][x]-
02d0: 31 5d 5b 78 5d 29 0d 0a 09 09 09 09 09 62 72 65  1][x]).......bre
02e0: 61 6b 3b 0d 0a 0d 0a 09 09 69 6e 74 20 62 65 73  ak;......int bes
02f0: 74 20 3d 20 30 3b 0d 0a 09 09 66 6f 72 28 69 6e  t = 0;....for(in
0300: 74 20 79 3d 30 3b 20 79 3c 48 3b 20 2b 2b 79 29  t y=0; y<H; ++y)
0310: 0d 0a 09 09 66 6f 72 28 69 6e 74 20 78 3d 30 3b  ....for(int x=0;
0320: 20 78 3c 57 3b 20 2b 2b 78 29 0d 0a 09 09 7b 0d   x<W; ++x)....{.
0330: 0a 09 09 09 69 6e 74 20 68 20 3d 20 79 4c 5b 79  ....int h = yL[y
0340: 5d 5b 78 5d 3b 0d 0a 09 09 09 62 65 73 74 20 3d  ][x];.....best =
0350: 20 6d 61 78 28 62 65 73 74 2c 20 68 2a 31 29 3b   max(best, h*1);
0360: 0d 0a 09 09 09 66 6f 72 28 69 6e 74 20 78 64 3d  .....for(int xd=
0370: 31 3b 20 78 2b 78 64 3c 57 3b 20 2b 2b 78 64 29  1; x+xd<W; ++xd)
0380: 20 69 66 28 62 6f 61 72 64 5b 79 5d 5b 78 2b 78   if(board[y][x+x
0390: 64 5d 20 3d 3d 20 62 6f 61 72 64 5b 79 5d 5b 78  d] == board[y][x
03a0: 2b 78 64 2d 31 5d 29 20 62 72 65 61 6b 3b 20 65  +xd-1]) break; e
03b0: 6c 73 65 20 7b 0d 0a 09 09 09 09 68 20 3d 20 6d  lse {......h = m
03c0: 69 6e 28 68 2c 20 79 4c 5b 79 5d 5b 78 2b 78 64  in(h, yL[y][x+xd
03d0: 5d 29 3b 0d 0a 09 09 09 09 62 65 73 74 20 3d 20  ]);......best = 
03e0: 6d 61 78 28 62 65 73 74 2c 20 68 2a 28 78 64 2b  max(best, h*(xd+
03f0: 31 29 29 3b 0d 0a 09 09 09 7d 0d 0a 09 09 7d 0d  1));.....}....}.
0400: 0a 09 09 72 65 74 75 72 6e 20 62 65 73 74 3b 0d  ...return best;.
0410: 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 42 45  ..}..};....// BE
0420: 47 49 4e 20 43 55 54 20 48 45 52 45 0d 0a 23 69  GIN CUT HERE..#i
0430: 6e 63 6c 75 64 65 20 3c 63 74 69 6d 65 3e 0d 0a  nclude <ctime>..
0440: 64 6f 75 62 6c 65 20 73 74 61 72 74 5f 74 69 6d  double start_tim
0450: 65 3b 20 73 74 72 69 6e 67 20 74 69 6d 65 72 28  e; string timer(
0460: 29 0d 0a 20 7b 20 6f 73 74 72 69 6e 67 73 74 72  ).. { ostringstr
0470: 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 20  eam os; os << " 
0480: 28 22 20 3c 3c 20 69 6e 74 28 28 63 6c 6f 63 6b  (" << int((clock
0490: 28 29 2d 73 74 61 72 74 5f 74 69 6d 65 29 2f 43  ()-start_time)/C
04a0: 4c 4f 43 4b 53 5f 50 45 52 5f 53 45 43 2a 31 30  LOCKS_PER_SEC*10
04b0: 30 30 29 20 3c 3c 20 22 20 6d 73 65 63 29 22 3b  00) << " msec)";
04c0: 20 72 65 74 75 72 6e 20 6f 73 2e 73 74 72 28 29   return os.str()
04d0: 3b 20 7d 0d 0a 74 65 6d 70 6c 61 74 65 3c 74 79  ; }..template<ty
04e0: 70 65 6e 61 6d 65 20 54 3e 20 6f 73 74 72 65 61  pename T> ostrea
04f0: 6d 26 20 6f 70 65 72 61 74 6f 72 3c 3c 28 6f 73  m& operator<<(os
0500: 74 72 65 61 6d 26 20 6f 73 2c 20 63 6f 6e 73 74  tream& os, const
0510: 20 76 65 63 74 6f 72 3c 54 3e 26 20 76 29 0d 0a   vector<T>& v)..
0520: 20 7b 20 6f 73 20 3c 3c 20 22 7b 20 22 3b 0d 0a   { os << "{ ";..
0530: 20 20 20 66 6f 72 28 74 79 70 65 6e 61 6d 65 20     for(typename 
0540: 76 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 74  vector<T>::const
0550: 5f 69 74 65 72 61 74 6f 72 20 69 74 3d 76 2e 62  _iterator it=v.b
0560: 65 67 69 6e 28 29 3b 20 69 74 21 3d 76 2e 65 6e  egin(); it!=v.en
0570: 64 28 29 3b 20 2b 2b 69 74 29 0d 0a 20 20 20 6f  d(); ++it)..   o
0580: 73 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a 69 74  s << '\"' << *it
0590: 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 28 69 74 2b   << '\"' << (it+
05a0: 31 3d 3d 76 2e 65 6e 64 28 29 20 3f 20 22 22 20  1==v.end() ? "" 
05b0: 3a 20 22 2c 20 22 29 3b 20 6f 73 20 3c 3c 20 22  : ", "); os << "
05c0: 20 7d 22 3b 20 72 65 74 75 72 6e 20 6f 73 3b 20   }"; return os; 
05d0: 7d 0d 0a 76 6f 69 64 20 76 65 72 69 66 79 5f 63  }..void verify_c
05e0: 61 73 65 28 63 6f 6e 73 74 20 69 6e 74 26 20 45  ase(const int& E
05f0: 78 70 65 63 74 65 64 2c 20 63 6f 6e 73 74 20 69  xpected, const i
0600: 6e 74 26 20 52 65 63 65 69 76 65 64 29 20 7b 0d  nt& Received) {.
0610: 0a 20 62 6f 6f 6c 20 6f 6b 20 3d 20 28 45 78 70  . bool ok = (Exp
0620: 65 63 74 65 64 20 3d 3d 20 52 65 63 65 69 76 65  ected == Receive
0630: 64 29 3b 0d 0a 20 69 66 28 6f 6b 29 20 63 65 72  d);.. if(ok) cer
0640: 72 20 3c 3c 20 22 50 41 53 53 45 44 22 20 3c 3c  r << "PASSED" <<
0650: 20 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c   timer() << endl
0660: 3b 20 20 65 6c 73 65 20 7b 20 63 65 72 72 20 3c  ;  else { cerr <
0670: 3c 20 22 46 41 49 4c 45 44 22 20 3c 3c 20 74 69  < "FAILED" << ti
0680: 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 0d 0a  mer() << endl;..
0690: 20 63 65 72 72 20 3c 3c 20 22 5c 74 6f 3a 20 5c   cerr << "\to: \
06a0: 22 22 20 3c 3c 20 45 78 70 65 63 74 65 64 20 3c  "" << Expected <
06b0: 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 20 3c  < '\"' << endl <
06c0: 3c 20 22 5c 74 78 3a 20 5c 22 22 20 3c 3c 20 52  < "\tx: \"" << R
06d0: 65 63 65 69 76 65 64 20 3c 3c 20 27 5c 22 27 20  eceived << '\"' 
06e0: 3c 3c 20 65 6e 64 6c 3b 20 7d 20 7d 0d 0a 23 64  << endl; } }..#d
06f0: 65 66 69 6e 65 20 43 41 53 45 28 4e 29 20 7b 63  efine CASE(N) {c
0700: 65 72 72 20 3c 3c 20 22 54 65 73 74 20 43 61 73  err << "Test Cas
0710: 65 20 23 22 20 3c 3c 20 4e 20 3c 3c 20 22 2e 2e  e #" << N << "..
0720: 2e 22 20 3c 3c 20 66 6c 75 73 68 3b 20 73 74 61  ." << flush; sta
0730: 72 74 5f 74 69 6d 65 3d 63 6c 6f 63 6b 28 29 3b  rt_time=clock();
0740: 0d 0a 23 64 65 66 69 6e 65 20 45 4e 44 09 20 76  ..#define END. v
0750: 65 72 69 66 79 5f 63 61 73 65 28 5f 2c 20 54 68  erify_case(_, Th
0760: 65 4d 61 74 72 69 78 28 29 2e 4d 61 78 41 72 65  eMatrix().MaxAre
0770: 61 28 62 6f 61 72 64 29 29 3b 7d 0d 0a 69 6e 74  a(board));}..int
0780: 20 6d 61 69 6e 28 29 7b 0d 0a 43 41 53 45 28 30   main(){..CASE(0
0790: 29 0d 0a 09 73 74 72 69 6e 67 20 62 6f 61 72 64  )...string board
07a0: 5f 5b 5d 20 3d 20 7b 22 31 22 2c 20 0d 0a 20 22  _[] = {"1", .. "
07b0: 30 22 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20  0"};...  vector 
07c0: 3c 73 74 72 69 6e 67 3e 20 62 6f 61 72 64 28 62  <string> board(b
07d0: 6f 61 72 64 5f 2c 20 62 6f 61 72 64 5f 2b 73 69  oard_, board_+si
07e0: 7a 65 6f 66 28 62 6f 61 72 64 5f 29 2f 73 69 7a  zeof(board_)/siz
07f0: 65 6f 66 28 2a 62 6f 61 72 64 5f 29 29 3b 20 0d  eof(*board_)); .
0800: 0a 09 69 6e 74 20 5f 20 3d 20 32 3b 20 0d 0a 45  ..int _ = 2; ..E
0810: 4e 44 0d 0a 43 41 53 45 28 31 29 0d 0a 09 73 74  ND..CASE(1)...st
0820: 72 69 6e 67 20 62 6f 61 72 64 5f 5b 5d 20 3d 20  ring board_[] = 
0830: 7b 22 30 30 30 30 22 7d 3b 0d 0a 09 20 20 76 65  {"0000"};...  ve
0840: 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 62 6f  ctor <string> bo
0850: 61 72 64 28 62 6f 61 72 64 5f 2c 20 62 6f 61 72  ard(board_, boar
0860: 64 5f 2b 73 69 7a 65 6f 66 28 62 6f 61 72 64 5f  d_+sizeof(board_
0870: 29 2f 73 69 7a 65 6f 66 28 2a 62 6f 61 72 64 5f  )/sizeof(*board_
0880: 29 29 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 31  )); ...int _ = 1
0890: 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 32 29  ; ..END..CASE(2)
08a0: 0d 0a 09 73 74 72 69 6e 67 20 62 6f 61 72 64 5f  ...string board_
08b0: 5b 5d 20 3d 20 7b 22 30 31 22 7d 3b 0d 0a 09 20  [] = {"01"};... 
08c0: 20 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e   vector <string>
08d0: 20 62 6f 61 72 64 28 62 6f 61 72 64 5f 2c 20 62   board(board_, b
08e0: 6f 61 72 64 5f 2b 73 69 7a 65 6f 66 28 62 6f 61  oard_+sizeof(boa
08f0: 72 64 5f 29 2f 73 69 7a 65 6f 66 28 2a 62 6f 61  rd_)/sizeof(*boa
0900: 72 64 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 5f 20  rd_)); ...int _ 
0910: 3d 20 32 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45  = 2; ..END..CASE
0920: 28 33 29 0d 0a 09 73 74 72 69 6e 67 20 62 6f 61  (3)...string boa
0930: 72 64 5f 5b 5d 20 3d 20 7b 22 30 30 31 22 2c 0d  rd_[] = {"001",.
0940: 0a 20 22 30 30 30 22 2c 0d 0a 20 22 31 30 30 22  . "000",.. "100"
0950: 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73  };...  vector <s
0960: 74 72 69 6e 67 3e 20 62 6f 61 72 64 28 62 6f 61  tring> board(boa
0970: 72 64 5f 2c 20 62 6f 61 72 64 5f 2b 73 69 7a 65  rd_, board_+size
0980: 6f 66 28 62 6f 61 72 64 5f 29 2f 73 69 7a 65 6f  of(board_)/sizeo
0990: 66 28 2a 62 6f 61 72 64 5f 29 29 3b 20 0d 0a 09  f(*board_)); ...
09a0: 69 6e 74 20 5f 20 3d 20 32 3b 20 0d 0a 45 4e 44  int _ = 2; ..END
09b0: 0d 0a 43 41 53 45 28 34 29 0d 0a 09 73 74 72 69  ..CASE(4)...stri
09c0: 6e 67 20 62 6f 61 72 64 5f 5b 5d 20 3d 20 7b 22  ng board_[] = {"
09d0: 30 22 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20  0"};...  vector 
09e0: 3c 73 74 72 69 6e 67 3e 20 62 6f 61 72 64 28 62  <string> board(b
09f0: 6f 61 72 64 5f 2c 20 62 6f 61 72 64 5f 2b 73 69  oard_, board_+si
0a00: 7a 65 6f 66 28 62 6f 61 72 64 5f 29 2f 73 69 7a  zeof(board_)/siz
0a10: 65 6f 66 28 2a 62 6f 61 72 64 5f 29 29 3b 20 0d  eof(*board_)); .
0a20: 0a 09 69 6e 74 20 5f 20 3d 20 31 3b 20 0d 0a 45  ..int _ = 1; ..E
0a30: 4e 44 0d 0a 43 41 53 45 28 35 29 0d 0a 09 73 74  ND..CASE(5)...st
0a40: 72 69 6e 67 20 62 6f 61 72 64 5f 5b 5d 20 3d 20  ring board_[] = 
0a50: 7b 22 31 30 31 22 2c 20 0d 0a 20 22 30 31 30 22  {"101", .. "010"
0a60: 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73  };...  vector <s
0a70: 74 72 69 6e 67 3e 20 62 6f 61 72 64 28 62 6f 61  tring> board(boa
0a80: 72 64 5f 2c 20 62 6f 61 72 64 5f 2b 73 69 7a 65  rd_, board_+size
0a90: 6f 66 28 62 6f 61 72 64 5f 29 2f 73 69 7a 65 6f  of(board_)/sizeo
0aa0: 66 28 2a 62 6f 61 72 64 5f 29 29 3b 20 0d 0a 09  f(*board_)); ...
0ab0: 69 6e 74 20 5f 20 3d 20 36 3b 20 0d 0a 45 4e 44  int _ = 6; ..END
0ac0: 0d 0a 43 41 53 45 28 36 29 0d 0a 09 73 74 72 69  ..CASE(6)...stri
0ad0: 6e 67 20 62 6f 61 72 64 5f 5b 5d 20 3d 20 7b 22  ng board_[] = {"
0ae0: 31 30 31 22 2c 20 0d 0a 20 22 30 31 31 22 2c 20  101", .. "011", 
0af0: 0d 0a 20 22 31 30 31 22 2c 20 0d 0a 20 22 30 31  .. "101", .. "01
0b00: 30 22 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20  0"};...  vector 
0b10: 3c 73 74 72 69 6e 67 3e 20 62 6f 61 72 64 28 62  <string> board(b
0b20: 6f 61 72 64 5f 2c 20 62 6f 61 72 64 5f 2b 73 69  oard_, board_+si
0b30: 7a 65 6f 66 28 62 6f 61 72 64 5f 29 2f 73 69 7a  zeof(board_)/siz
0b40: 65 6f 66 28 2a 62 6f 61 72 64 5f 29 29 3b 20 0d  eof(*board_)); .
0b50: 0a 09 69 6e 74 20 5f 20 3d 20 38 3b 20 0d 0a 45  ..int _ = 8; ..E
0b60: 4e 44 0d 0a 43 41 53 45 28 37 29 0d 0a 09 73 74  ND..CASE(7)...st
0b70: 72 69 6e 67 20 62 6f 61 72 64 5f 5b 5d 20 3d 20  ring board_[] = 
0b80: 7b 22 31 31 30 30 31 31 31 30 30 31 31 30 30 30  {"11001110011000
0b90: 31 31 30 30 30 31 31 31 31 30 30 31 30 30 31 31  1100011110010011
0ba0: 31 30 31 31 30 30 31 31 30 31 30 31 31 30 30 30  1011001101011000
0bb0: 31 30 31 31 22 2c 20 0d 0a 20 22 31 30 31 30 30  1011", .. "10100
0bc0: 31 30 30 30 31 30 31 31 31 31 31 31 30 31 31 31  1000101111110111
0bd0: 31 31 30 30 31 30 31 31 31 31 30 31 30 31 31 31  1100101111010111
0be0: 31 30 31 30 30 31 31 31 30 30 30 30 31 22 2c 20  1010011100001", 
0bf0: 0d 0a 20 22 31 31 31 30 31 31 31 31 30 30 31 31  .. "111011110011
0c00: 31 30 31 30 30 31 31 30 30 31 30 31 30 31 31 30  1010011001010110
0c10: 31 31 30 30 30 31 31 31 30 30 31 30 31 30 30 30  1100011100101000
0c20: 30 31 30 30 30 31 22 2c 20 0d 0a 20 22 30 31 30  010001", .. "010
0c30: 30 30 30 31 30 30 30 31 30 31 30 31 30 31 31 30  0001000101010110
0c40: 30 30 31 30 30 31 31 31 31 31 30 30 30 31 30 30  0010011111000100
0c50: 31 30 30 31 31 30 31 31 31 31 31 31 30 30 30 22  100110111111000"
0c60: 2c 20 0d 0a 20 22 31 30 31 31 30 31 30 30 30 30  , .. "1011010000
0c70: 30 31 30 31 31 30 30 30 30 30 31 31 31 30 30 30  0101100000111000
0c80: 31 30 30 30 30 31 30 31 31 31 30 31 31 31 31 31  1000010111011111
0c90: 30 31 30 31 30 30 31 30 22 2c 20 0d 0a 20 22 30  01010010", .. "0
0ca0: 30 31 31 31 30 31 30 30 30 30 30 31 31 31 30 30  0111010000011100
0cb0: 30 30 31 31 31 30 31 31 30 30 31 30 30 31 31 30  0011101100100110
0cc0: 31 30 31 31 30 30 31 30 30 31 31 31 30 30 31 30  1011001001110010
0cd0: 30 22 2c 20 0d 0a 20 22 30 31 31 30 30 30 30 31  0", .. "01100001
0ce0: 31 31 31 31 30 31 30 30 31 31 30 31 30 30 31 31  1111010011010011
0cf0: 30 31 31 30 30 30 30 31 31 31 31 30 30 30 31 31  0110000111100011
0d00: 31 30 30 31 31 30 31 30 31 30 22 2c 20 0d 0a 20  1001101010", .. 
0d10: 22 31 31 30 31 30 30 30 30 30 30 30 30 31 31 30  "110100000000110
0d20: 31 31 30 31 30 31 30 30 30 31 30 30 30 30 30 30  1101010001000000
0d30: 30 31 31 31 30 31 31 30 30 31 30 30 31 31 30 30  0111011001001100
0d40: 31 30 31 22 2c 20 0d 0a 20 22 31 30 31 30 30 30  101", .. "101000
0d50: 30 30 30 30 30 31 30 30 30 31 30 31 30 30 31 30  0000010001010010
0d60: 30 30 31 31 30 31 30 31 30 30 31 31 30 31 31 30  0011010100110110
0d70: 31 31 30 30 30 31 30 30 30 30 30 31 22 2c 20 0d  110001000001", .
0d80: 0a 20 22 30 31 31 30 31 30 31 30 31 30 31 31 30  . "0110101010110
0d90: 30 30 30 31 31 30 30 30 30 30 31 31 30 31 30 30  0001100000110100
0da0: 31 31 30 31 30 30 30 30 30 30 31 30 31 30 30 31  1101000000101001
0db0: 30 30 30 31 30 22 2c 20 0d 0a 20 22 31 31 30 31  00010", .. "1101
0dc0: 30 30 30 30 30 30 31 31 31 30 31 31 31 31 31 31  0000001110111111
0dd0: 30 31 31 30 31 30 30 31 31 31 31 30 30 30 31 31  0110100111100011
0de0: 30 31 31 30 30 30 31 31 31 30 30 30 31 30 22 2c  01100011100010",
0df0: 20 0d 0a 20 22 31 31 31 30 31 31 31 31 30 30 30   .. "11101111000
0e00: 30 30 30 30 31 31 30 31 30 30 31 31 31 30 30 31  0000110100111001
0e10: 30 30 30 30 31 31 30 30 30 31 31 31 31 31 31 31  0000110001111111
0e20: 31 31 31 30 31 31 31 22 2c 20 0d 0a 20 22 31 31  1110111", .. "11
0e30: 30 30 30 30 30 31 31 30 31 31 30 30 31 30 30 30  0000011011001000
0e40: 31 31 30 30 30 31 31 30 31 31 31 30 31 30 30 31  1100011011101001
0e50: 31 30 30 31 30 31 30 31 30 30 30 30 30 30 30 31  1001010100000001
0e60: 22 2c 20 0d 0a 20 22 30 30 31 30 30 30 30 31 31  ", .. "001000011
0e70: 31 31 30 30 31 30 31 30 30 30 30 31 30 31 31 30  1100101000010110
0e80: 31 31 30 30 30 31 30 30 30 30 30 30 31 31 30 30  1100010000001100
0e90: 31 30 30 30 30 31 30 30 30 22 2c 20 0d 0a 20 22  100001000", .. "
0ea0: 30 31 30 30 31 31 31 30 31 31 30 31 31 31 31 30  0100111011011110
0eb0: 31 30 31 31 30 31 30 30 30 30 31 31 31 31 31 31  1011010000111111
0ec0: 31 30 31 30 31 31 30 30 30 31 31 30 30 31 30 31  1010110001100101
0ed0: 31 31 22 2c 20 0d 0a 20 22 30 31 30 30 31 30 31  11", .. "0100101
0ee0: 30 30 30 30 31 31 31 31 31 31 30 30 31 31 30 30  0000111111001100
0ef0: 30 30 30 31 30 30 30 31 30 31 30 31 31 30 30 31  0001000101011001
0f00: 30 30 31 30 31 30 31 30 31 30 30 22 2c 20 0d 0a  00101010100", ..
0f10: 20 22 31 31 31 31 31 31 30 31 30 30 31 31 30 31   "11111101001101
0f20: 31 31 30 30 31 31 30 31 31 30 31 31 30 31 31 30  1100110110110110
0f30: 30 30 31 31 31 30 30 31 31 30 31 31 30 30 30 31  0011100110110001
0f40: 31 30 31 31 22 2c 20 0d 0a 20 22 31 30 30 30 30  1011", .. "10000
0f50: 31 30 30 31 31 30 31 31 31 30 30 30 30 30 31 31  1001101110000011
0f60: 31 30 31 31 30 30 31 30 30 30 30 30 30 30 30 30  1011001000000000
0f70: 30 31 31 31 31 30 30 31 30 31 31 30 31 22 2c 20  0111100101101", 
0f80: 0d 0a 20 22 30 31 30 31 30 30 31 31 31 30 31 31  .. "010100111011
0f90: 30 31 31 30 31 31 31 30 30 30 30 30 31 31 30 30  0110111000001100
0fa0: 30 31 31 30 30 31 31 31 31 31 30 30 31 31 31 31  0110011111001111
0fb0: 30 31 31 31 30 30 22 2c 20 0d 0a 20 22 30 31 31  011100", .. "011
0fc0: 30 31 30 31 30 30 31 31 31 31 31 30 31 30 30 30  0101001111101000
0fd0: 30 30 31 31 30 30 31 31 31 31 31 30 31 30 31 31  0011001111101011
0fe0: 30 31 30 30 31 31 31 30 30 30 30 31 31 30 31 22  010011100001101"
0ff0: 2c 20 0d 0a 20 22 31 31 30 31 31 30 30 30 30 31  , .. "1101100001
1000: 31 30 30 30 31 31 30 30 31 30 31 30 31 31 31 31  1000110010101111
1010: 31 30 30 30 30 30 31 30 31 30 31 31 30 31 31 31  1000001010110111
1020: 31 31 31 30 31 31 30 30 22 2c 20 0d 0a 20 22 31  11101100", .. "1
1030: 31 31 30 30 30 30 31 30 30 31 30 30 30 31 31 30  1100001001000110
1040: 30 31 30 31 30 30 30 31 31 30 30 31 30 31 30 31  0101000110010101
1050: 30 31 31 30 31 30 30 31 30 31 30 30 30 31 31 30  0110100101000110
1060: 30 22 2c 20 0d 0a 20 22 31 31 30 31 31 30 31 31  0", .. "11011011
1070: 30 30 31 31 30 30 31 31 31 31 30 31 30 30 31 31  0011001111010011
1080: 30 30 31 31 31 31 30 30 30 30 30 31 30 31 30 31  0011110000010101
1090: 31 31 30 31 31 30 31 30 31 31 22 2c 20 0d 0a 20  1101101011", .. 
10a0: 22 31 31 31 31 30 31 31 31 31 30 30 31 30 30 31  "111101111001001
10b0: 30 31 30 31 31 31 30 30 31 30 31 31 31 31 31 30  0101110010111110
10c0: 31 30 30 30 31 31 31 30 30 31 31 31 31 31 31 30  1000111001111110
10d0: 31 31 31 22 2c 20 0d 0a 20 22 30 30 30 31 31 30  111", .. "000110
10e0: 30 31 31 30 30 31 31 30 31 31 31 31 30 30 31 31  0110011011110011
10f0: 31 31 30 30 30 30 31 31 30 30 31 30 31 30 30 31  1100001100101001
1100: 31 31 31 31 30 30 30 30 31 31 31 31 22 2c 20 0d  111100001111", .
1110: 0a 20 22 31 30 30 30 31 31 31 31 31 30 30 31 30  . "1000111110010
1120: 31 31 31 30 31 31 31 30 30 31 31 31 31 31 30 30  1110111001111100
1130: 30 30 30 30 30 30 30 31 31 31 31 30 30 30 30 31  0000000111100001
1140: 30 30 31 31 31 22 2c 20 0d 0a 20 22 31 30 31 30  00111", .. "1010
1150: 31 30 31 30 31 31 30 31 31 30 31 30 30 31 31 30  1010110110100110
1160: 30 31 30 30 30 31 30 30 31 30 31 30 30 30 30 31  0100010010100001
1170: 31 31 31 30 30 31 31 30 31 30 30 30 31 31 22 2c  11100110100011",
1180: 20 0d 0a 20 22 30 31 31 30 30 31 31 30 31 30 30   .. "01100110100
1190: 30 30 30 30 30 31 31 31 30 31 30 31 30 30 31 31  0000011101010011
11a0: 30 31 30 31 31 30 30 31 30 31 30 30 30 31 31 30  0101100101000110
11b0: 31 31 31 30 31 30 31 22 2c 20 0d 0a 20 22 31 30  1110101", .. "10
11c0: 31 31 30 31 30 31 31 31 30 31 30 30 31 31 30 31  1101011101001101
11d0: 31 30 31 30 31 30 30 31 31 30 30 31 31 31 31 31  1010100110011111
11e0: 30 30 30 30 31 30 31 31 31 31 31 30 30 31 31 30  0000101111100110
11f0: 22 2c 20 0d 0a 20 22 30 31 30 31 31 30 30 30 30  ", .. "010110000
1200: 30 31 30 30 31 31 30 31 31 31 30 31 30 30 30 30  0100110111010000
1210: 31 31 30 31 30 30 31 31 31 30 30 31 31 30 30 31  1101001110011001
1220: 30 30 31 31 31 30 30 30 31 22 2c 20 0d 0a 20 22  001110001", .. "
1230: 30 30 31 30 30 31 30 31 30 31 30 30 30 31 31 30  0010010101000110
1240: 30 31 31 30 31 31 30 31 30 31 30 30 31 30 31 30  0110110101001010
1250: 30 31 30 31 30 30 30 30 31 30 31 31 30 30 30 30  0101000010110000
1260: 31 31 22 2c 20 0d 0a 20 22 30 30 30 31 31 31 30  11", .. "0001110
1270: 31 31 30 30 31 30 30 30 30 31 30 31 30 31 30 30  1100100001010100
1280: 30 30 30 30 30 30 30 31 31 30 30 30 30 31 30 31  0000000110000101
1290: 30 30 31 31 30 30 31 31 31 30 30 22 2c 20 0d 0a  00110011100", ..
12a0: 20 22 31 31 30 30 31 30 30 31 30 31 31 30 30 30   "11001001011000
12b0: 30 30 30 31 30 31 31 31 31 31 31 31 30 30 30 30  0001011111110000
12c0: 30 30 31 31 30 30 31 30 30 30 31 31 30 31 31 30  0011001000110110
12d0: 31 31 31 30 22 2c 20 0d 0a 20 22 31 30 31 30 31  1110", .. "10101
12e0: 30 31 30 31 31 30 31 31 30 30 31 30 30 30 30 30  0101101100100000
12f0: 31 30 30 31 31 30 30 31 31 30 30 31 31 30 31 30  1001100110011010
1300: 31 31 31 30 31 30 30 31 31 31 30 31 31 22 2c 20  1110100111011", 
1310: 0d 0a 20 22 30 31 31 30 31 30 30 31 30 31 30 31  .. "011010010101
1320: 31 31 30 31 30 30 30 31 31 30 31 30 30 30 31 30  1101000110100010
1330: 30 30 31 31 31 30 31 30 30 31 31 31 30 31 30 31  0011101001110101
1340: 30 30 30 31 31 30 22 2c 20 0d 0a 20 22 30 30 31  000110", .. "001
1350: 31 30 31 30 31 31 30 31 31 31 30 31 31 30 30 30  1010110111011000
1360: 31 31 31 30 31 30 31 31 31 30 30 31 30 31 30 30  1110101110010100
1370: 31 30 30 31 31 30 30 30 30 31 30 31 31 30 31 22  100110000101101"
1380: 2c 20 0d 0a 20 22 31 31 30 31 30 31 30 31 30 30  , .. "1101010100
1390: 30 31 31 31 30 31 30 30 31 31 31 31 30 30 31 31  0111010011110011
13a0: 30 30 30 30 30 31 31 30 31 31 31 31 30 31 30 30  0000011011110100
13b0: 31 31 31 31 30 30 31 31 22 2c 20 0d 0a 20 22 31  11110011", .. "1
13c0: 30 30 31 30 30 30 30 30 31 30 30 30 31 31 31 30  0010000010001110
13d0: 30 31 31 30 31 31 31 30 31 30 30 31 31 31 30 31  0110111010011101
13e0: 31 30 30 31 30 30 30 31 31 30 30 30 31 31 31 30  1001000110001110
13f0: 30 22 2c 20 0d 0a 20 22 30 30 31 31 31 31 30 31  0", .. "00111101
1400: 31 31 30 30 30 31 30 30 31 31 30 30 31 30 31 30  1100010011001010
1410: 30 31 31 31 30 31 30 30 31 31 30 30 31 30 31 30  0111010011001010
1420: 30 31 31 30 31 31 30 30 30 30 22 2c 20 0d 0a 20  0110110000", .. 
1430: 22 30 30 30 31 30 30 31 31 30 31 31 30 30 30 31  "000100110110001
1440: 30 31 30 30 30 31 30 30 30 30 31 31 30 31 31 31  0100010000110111
1450: 30 31 31 31 31 30 30 31 30 30 30 30 30 30 31 30  0111100100000010
1460: 31 30 30 22 2c 20 0d 0a 20 22 30 31 31 30 31 31  100", .. "011011
1470: 31 30 30 30 31 31 30 31 30 30 30 30 30 31 30 30  1000110100000100
1480: 31 30 30 30 30 30 31 30 31 31 31 30 31 30 31 30  1000001011101010
1490: 30 31 31 31 30 31 30 31 31 31 31 30 22 2c 20 0d  011101011110", .
14a0: 0a 20 22 30 30 30 30 30 31 30 30 31 31 30 30 31  . "0000010011001
14b0: 31 30 30 31 30 31 31 31 30 31 30 31 31 31 31 30  1001011101011110
14c0: 30 31 31 30 31 31 31 30 31 31 30 30 30 30 31 31  0110111011000011
14d0: 31 30 31 31 31 22 2c 20 0d 0a 20 22 30 30 31 31  10111", .. "0011
14e0: 30 30 31 31 31 31 30 30 30 30 30 31 31 30 30 31  0011110000011001
14f0: 30 31 31 31 30 30 30 30 31 31 31 30 31 30 31 30  0111000011101010
1500: 31 30 31 30 30 31 31 30 30 31 30 31 31 30 22 2c  10100110010110",
1510: 20 0d 0a 20 22 30 30 31 31 31 30 30 31 30 31 30   .. "00111001010
1520: 30 31 31 30 31 31 31 31 31 30 31 30 31 30 30 30  0110111110101000
1530: 30 30 31 30 30 31 30 30 30 30 30 31 30 31 31 30  0010010000010110
1540: 31 31 31 30 30 30 31 22 2c 20 0d 0a 20 22 31 30  1110001", .. "10
1550: 31 30 31 31 30 31 31 30 31 31 31 30 31 31 31 31  1011011011101111
1560: 31 30 30 30 30 30 31 31 31 31 31 30 31 31 30 30  1000001111101100
1570: 31 30 31 31 31 30 30 30 31 31 31 31 30 30 30 31  1011100011110001
1580: 22 2c 20 0d 0a 20 22 30 30 31 30 31 31 31 30 30  ", .. "001011100
1590: 31 30 31 30 31 31 31 31 30 30 30 30 30 31 30 31  1010111100000101
15a0: 30 31 31 30 31 30 30 30 30 31 31 31 30 31 31 31  0110100001110111
15b0: 30 31 31 31 30 30 30 31 31 22 2c 20 0d 0a 20 22  011100011", .. "
15c0: 30 31 31 31 31 31 31 30 30 31 30 31 30 30 31 31  0111111001010011
15d0: 31 30 31 30 31 31 30 30 30 31 31 31 31 30 30 30  1010110001111000
15e0: 31 31 31 31 30 31 31 31 30 31 30 30 31 31 31 30  1111011101001110
15f0: 31 31 22 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72  11"};...  vector
1600: 20 3c 73 74 72 69 6e 67 3e 20 62 6f 61 72 64 28   <string> board(
1610: 62 6f 61 72 64 5f 2c 20 62 6f 61 72 64 5f 2b 73  board_, board_+s
1620: 69 7a 65 6f 66 28 62 6f 61 72 64 5f 29 2f 73 69  izeof(board_)/si
1630: 7a 65 6f 66 28 2a 62 6f 61 72 64 5f 29 29 3b 20  zeof(*board_)); 
1640: 0d 0a 09 69 6e 74 20 5f 20 3d 20 31 32 3b 20 0d  ...int _ = 12; .
1650: 0a 45 4e 44 0d 0a 2f 2a 0d 0a 43 41 53 45 28 38  .END../*..CASE(8
1660: 29 0d 0a 09 73 74 72 69 6e 67 20 62 6f 61 72 64  )...string board
1670: 5f 5b 5d 20 3d 20 3b 0d 0a 09 20 20 76 65 63 74  _[] = ;...  vect
1680: 6f 72 20 3c 73 74 72 69 6e 67 3e 20 62 6f 61 72  or <string> boar
1690: 64 28 62 6f 61 72 64 5f 2c 20 62 6f 61 72 64 5f  d(board_, board_
16a0: 2b 73 69 7a 65 6f 66 28 62 6f 61 72 64 5f 29 2f  +sizeof(board_)/
16b0: 73 69 7a 65 6f 66 28 2a 62 6f 61 72 64 5f 29 29  sizeof(*board_))
16c0: 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 3b 20 0d  ; ...int _ = ; .
16d0: 0a 45 4e 44 0d 0a 43 41 53 45 28 39 29 0d 0a 09  .END..CASE(9)...
16e0: 73 74 72 69 6e 67 20 62 6f 61 72 64 5f 5b 5d 20  string board_[] 
16f0: 3d 20 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c  = ;...  vector <
1700: 73 74 72 69 6e 67 3e 20 62 6f 61 72 64 28 62 6f  string> board(bo
1710: 61 72 64 5f 2c 20 62 6f 61 72 64 5f 2b 73 69 7a  ard_, board_+siz
1720: 65 6f 66 28 62 6f 61 72 64 5f 29 2f 73 69 7a 65  eof(board_)/size
1730: 6f 66 28 2a 62 6f 61 72 64 5f 29 29 3b 20 0d 0a  of(*board_)); ..
1740: 09 69 6e 74 20 5f 20 3d 20 3b 20 0d 0a 45 4e 44  .int _ = ; ..END
1750: 0d 0a 2a 2f 0d 0a 7d 0d 0a 2f 2f 20 45 4e 44 20  ..*/..}..// END 
1760: 43 55 54 20 48 45 52 45 0d 0a                    CUT HERE..