Hex Artifact Content
Not logged in

Artifact 5cb364fac0d3a48feec08e6019c65b2258d093d1:


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 46 69  CMP;....class Fi
01a0: 76 65 48 75 6e 64 72 65 64 45 6c 65 76 65 6e 20  veHundredEleven 
01b0: 7b 20 70 75 62 6c 69 63 3a 0d 0a 09 73 74 72 69  { public:...stri
01c0: 6e 67 20 74 68 65 57 69 6e 6e 65 72 28 76 65 63  ng theWinner(vec
01d0: 74 6f 72 20 3c 69 6e 74 3e 20 63 61 72 64 73 29  tor <int> cards)
01e0: 20 0d 0a 09 7b 0d 0a 09 09 72 65 74 75 72 6e 20   ...{....return 
01f0: 72 65 63 28 63 61 72 64 73 2c 20 35 31 31 29 20  rec(cards, 511) 
0200: 3f 20 22 46 6f 78 20 43 69 65 6c 22 20 3a 20 22  ? "Fox Ciel" : "
0210: 54 6f 61 73 74 6d 61 6e 22 3b 0d 0a 09 7d 0d 0a  Toastman";...}..
0220: 0d 0a 09 62 6f 6f 6c 20 72 65 63 28 63 6f 6e 73  ...bool rec(cons
0230: 74 20 76 65 63 74 6f 72 3c 69 6e 74 3e 26 20 63  t vector<int>& c
0240: 61 72 64 73 5f 2c 20 69 6e 74 20 67 6f 61 6c 29  ards_, int goal)
0250: 0d 0a 09 7b 0d 0a 09 09 69 66 28 20 67 6f 61 6c  ...{....if( goal
0260: 20 3d 3d 20 30 20 29 0d 0a 09 09 09 72 65 74 75   == 0 ).....retu
0270: 72 6e 20 74 72 75 65 3b 0d 0a 0d 0a 09 09 62 6f  rn true;......bo
0280: 6f 6c 20 69 6e 76 20 3d 20 66 61 6c 73 65 3b 0d  ol inv = false;.
0290: 0a 09 09 76 65 63 74 6f 72 3c 69 6e 74 3e 20 63  ...vector<int> c
02a0: 61 72 64 73 3b 0d 0a 09 09 66 6f 72 28 69 6e 74  ards;....for(int
02b0: 20 69 3d 30 3b 20 69 3c 63 61 72 64 73 5f 2e 73   i=0; i<cards_.s
02c0: 69 7a 65 28 29 3b 20 2b 2b 69 29 0d 0a 09 09 09  ize(); ++i).....
02d0: 69 66 28 20 63 61 72 64 73 5f 5b 69 5d 26 67 6f  if( cards_[i]&go
02e0: 61 6c 20 29 0d 0a 09 09 09 09 63 61 72 64 73 2e  al )......cards.
02f0: 70 75 73 68 5f 62 61 63 6b 28 20 63 61 72 64 73  push_back( cards
0300: 5f 5b 69 5d 26 67 6f 61 6c 20 29 3b 0d 0a 09 09  _[i]&goal );....
0310: 09 65 6c 73 65 0d 0a 09 09 09 09 69 6e 76 20 3d  .else......inv =
0320: 20 21 69 6e 76 3b 0d 0a 0d 0a 09 09 66 6f 72 28   !inv;......for(
0330: 69 6e 74 20 69 3d 30 3b 20 69 3c 63 61 72 64 73  int i=0; i<cards
0340: 2e 73 69 7a 65 28 29 3b 20 2b 2b 69 29 0d 0a 09  .size(); ++i)...
0350: 09 7b 0d 0a 09 09 09 63 6f 6e 73 74 20 69 6e 74  .{.....const int
0360: 20 63 20 3d 20 63 61 72 64 73 5b 69 5d 3b 0d 0a   c = cards[i];..
0370: 09 09 09 63 61 72 64 73 5b 69 5d 20 3d 20 63 61  ...cards[i] = ca
0380: 72 64 73 2e 62 61 63 6b 28 29 3b 0d 0a 09 09 09  rds.back();.....
0390: 63 61 72 64 73 2e 70 6f 70 5f 62 61 63 6b 28 29  cards.pop_back()
03a0: 3b 0d 0a 0d 0a 09 09 09 69 66 28 20 21 72 65 63  ;.......if( !rec
03b0: 28 63 61 72 64 73 2c 20 67 6f 61 6c 20 26 7e 20  (cards, goal &~ 
03c0: 63 29 20 29 0d 0a 09 09 09 09 72 65 74 75 72 6e  c) )......return
03d0: 20 74 72 75 65 20 5e 20 69 6e 76 3b 0d 0a 0d 0a   true ^ inv;....
03e0: 09 09 09 69 66 28 20 69 20 3c 20 63 61 72 64 73  ...if( i < cards
03f0: 2e 73 69 7a 65 28 29 20 29 20 7b 0d 0a 09 09 09  .size() ) {.....
0400: 09 63 61 72 64 73 2e 70 75 73 68 5f 62 61 63 6b  .cards.push_back
0410: 28 63 61 72 64 73 5b 69 5d 29 3b 0d 0a 09 09 09  (cards[i]);.....
0420: 09 63 61 72 64 73 5b 69 5d 20 3d 20 63 3b 0d 0a  .cards[i] = c;..
0430: 09 09 09 7d 0d 0a 09 09 7d 0d 0a 09 09 72 65 74  ...}....}....ret
0440: 75 72 6e 20 66 61 6c 73 65 20 5e 20 69 6e 76 3b  urn false ^ inv;
0450: 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 42  ...}..};....// B
0460: 45 47 49 4e 20 43 55 54 20 48 45 52 45 0d 0a 23  EGIN CUT HERE..#
0470: 69 6e 63 6c 75 64 65 20 3c 63 74 69 6d 65 3e 0d  include <ctime>.
0480: 0a 64 6f 75 62 6c 65 20 73 74 61 72 74 5f 74 69  .double start_ti
0490: 6d 65 3b 20 73 74 72 69 6e 67 20 74 69 6d 65 72  me; string timer
04a0: 28 29 0d 0a 20 7b 20 6f 73 74 72 69 6e 67 73 74  ().. { ostringst
04b0: 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22  ream os; os << "
04c0: 20 28 22 20 3c 3c 20 69 6e 74 28 28 63 6c 6f 63   (" << int((cloc
04d0: 6b 28 29 2d 73 74 61 72 74 5f 74 69 6d 65 29 2f  k()-start_time)/
04e0: 43 4c 4f 43 4b 53 5f 50 45 52 5f 53 45 43 2a 31  CLOCKS_PER_SEC*1
04f0: 30 30 30 29 20 3c 3c 20 22 20 6d 73 65 63 29 22  000) << " msec)"
0500: 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 74 72 28  ; return os.str(
0510: 29 3b 20 7d 0d 0a 74 65 6d 70 6c 61 74 65 3c 74  ); }..template<t
0520: 79 70 65 6e 61 6d 65 20 54 3e 20 6f 73 74 72 65  ypename T> ostre
0530: 61 6d 26 20 6f 70 65 72 61 74 6f 72 3c 3c 28 6f  am& operator<<(o
0540: 73 74 72 65 61 6d 26 20 6f 73 2c 20 63 6f 6e 73  stream& os, cons
0550: 74 20 76 65 63 74 6f 72 3c 54 3e 26 20 76 29 0d  t vector<T>& v).
0560: 0a 20 7b 20 6f 73 20 3c 3c 20 22 7b 20 22 3b 0d  . { os << "{ ";.
0570: 0a 20 20 20 66 6f 72 28 74 79 70 65 6e 61 6d 65  .   for(typename
0580: 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e 73   vector<T>::cons
0590: 74 5f 69 74 65 72 61 74 6f 72 20 69 74 3d 76 2e  t_iterator it=v.
05a0: 62 65 67 69 6e 28 29 3b 20 69 74 21 3d 76 2e 65  begin(); it!=v.e
05b0: 6e 64 28 29 3b 20 2b 2b 69 74 29 0d 0a 20 20 20  nd(); ++it)..   
05c0: 6f 73 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a 69  os << '\"' << *i
05d0: 74 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 28 69 74  t << '\"' << (it
05e0: 2b 31 3d 3d 76 2e 65 6e 64 28 29 20 3f 20 22 22  +1==v.end() ? ""
05f0: 20 3a 20 22 2c 20 22 29 3b 20 6f 73 20 3c 3c 20   : ", "); os << 
0600: 22 20 7d 22 3b 20 72 65 74 75 72 6e 20 6f 73 3b  " }"; return os;
0610: 20 7d 0d 0a 76 6f 69 64 20 76 65 72 69 66 79 5f   }..void verify_
0620: 63 61 73 65 28 63 6f 6e 73 74 20 73 74 72 69 6e  case(const strin
0630: 67 26 20 45 78 70 65 63 74 65 64 2c 20 63 6f 6e  g& Expected, con
0640: 73 74 20 73 74 72 69 6e 67 26 20 52 65 63 65 69  st string& Recei
0650: 76 65 64 29 20 7b 0d 0a 20 62 6f 6f 6c 20 6f 6b  ved) {.. bool ok
0660: 20 3d 20 28 45 78 70 65 63 74 65 64 20 3d 3d 20   = (Expected == 
0670: 52 65 63 65 69 76 65 64 29 3b 0d 0a 20 69 66 28  Received);.. if(
0680: 6f 6b 29 20 63 65 72 72 20 3c 3c 20 22 50 41 53  ok) cerr << "PAS
0690: 53 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20  SED" << timer() 
06a0: 3c 3c 20 65 6e 64 6c 3b 20 20 65 6c 73 65 20 7b  << endl;  else {
06b0: 20 63 65 72 72 20 3c 3c 20 22 46 41 49 4c 45 44   cerr << "FAILED
06c0: 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20  " << timer() << 
06d0: 65 6e 64 6c 3b 0d 0a 20 63 65 72 72 20 3c 3c 20  endl;.. cerr << 
06e0: 22 5c 74 6f 3a 20 5c 22 22 20 3c 3c 20 45 78 70  "\to: \"" << Exp
06f0: 65 63 74 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c  ected << '\"' <<
0700: 20 65 6e 64 6c 20 3c 3c 20 22 5c 74 78 3a 20 5c   endl << "\tx: \
0710: 22 22 20 3c 3c 20 52 65 63 65 69 76 65 64 20 3c  "" << Received <
0720: 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20  < '\"' << endl; 
0730: 7d 20 7d 0d 0a 23 64 65 66 69 6e 65 20 43 41 53  } }..#define CAS
0740: 45 28 4e 29 20 7b 63 65 72 72 20 3c 3c 20 22 54  E(N) {cerr << "T
0750: 65 73 74 20 43 61 73 65 20 23 22 20 3c 3c 20 4e  est Case #" << N
0760: 20 3c 3c 20 22 2e 2e 2e 22 20 3c 3c 20 66 6c 75   << "..." << flu
0770: 73 68 3b 20 73 74 61 72 74 5f 74 69 6d 65 3d 63  sh; start_time=c
0780: 6c 6f 63 6b 28 29 3b 0d 0a 23 64 65 66 69 6e 65  lock();..#define
0790: 20 45 4e 44 09 20 76 65 72 69 66 79 5f 63 61 73   END. verify_cas
07a0: 65 28 5f 2c 20 46 69 76 65 48 75 6e 64 72 65 64  e(_, FiveHundred
07b0: 45 6c 65 76 65 6e 28 29 2e 74 68 65 57 69 6e 6e  Eleven().theWinn
07c0: 65 72 28 63 61 72 64 73 29 29 3b 7d 0d 0a 69 6e  er(cards));}..in
07d0: 74 20 6d 61 69 6e 28 29 7b 0d 0a 0d 0a 43 41 53  t main(){....CAS
07e0: 45 28 30 29 0d 0a 09 69 6e 74 20 63 61 72 64 73  E(0)...int cards
07f0: 5f 5b 5d 20 3d 20 7b 33 2c 20 35 2c 20 37 2c 20  _[] = {3, 5, 7, 
0800: 39 2c 20 35 31 30 7d 3b 0d 0a 09 20 20 76 65 63  9, 510};...  vec
0810: 74 6f 72 20 3c 69 6e 74 3e 20 63 61 72 64 73 28  tor <int> cards(
0820: 63 61 72 64 73 5f 2c 20 63 61 72 64 73 5f 2b 73  cards_, cards_+s
0830: 69 7a 65 6f 66 28 63 61 72 64 73 5f 29 2f 73 69  izeof(cards_)/si
0840: 7a 65 6f 66 28 2a 63 61 72 64 73 5f 29 29 3b 20  zeof(*cards_)); 
0850: 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 46  ...string _ = "F
0860: 6f 78 20 43 69 65 6c 22 3b 20 0d 0a 45 4e 44 0d  ox Ciel"; ..END.
0870: 0a 43 41 53 45 28 31 29 0d 0a 09 69 6e 74 20 63  .CASE(1)...int c
0880: 61 72 64 73 5f 5b 5d 20 3d 20 7b 30 2c 20 30 2c  ards_[] = {0, 0,
0890: 20 30 2c 20 30 7d 3b 0d 0a 09 20 20 76 65 63 74   0, 0};...  vect
08a0: 6f 72 20 3c 69 6e 74 3e 20 63 61 72 64 73 28 63  or <int> cards(c
08b0: 61 72 64 73 5f 2c 20 63 61 72 64 73 5f 2b 73 69  ards_, cards_+si
08c0: 7a 65 6f 66 28 63 61 72 64 73 5f 29 2f 73 69 7a  zeof(cards_)/siz
08d0: 65 6f 66 28 2a 63 61 72 64 73 5f 29 29 3b 20 0d  eof(*cards_)); .
08e0: 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 54 6f  ..string _ = "To
08f0: 61 73 74 6d 61 6e 22 3b 20 0d 0a 45 4e 44 0d 0a  astman"; ..END..
0900: 43 41 53 45 28 32 29 0d 0a 09 69 6e 74 20 63 61  CASE(2)...int ca
0910: 72 64 73 5f 5b 5d 20 3d 20 7b 35 31 31 7d 3b 0d  rds_[] = {511};.
0920: 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e  ..  vector <int>
0930: 20 63 61 72 64 73 28 63 61 72 64 73 5f 2c 20 63   cards(cards_, c
0940: 61 72 64 73 5f 2b 73 69 7a 65 6f 66 28 63 61 72  ards_+sizeof(car
0950: 64 73 5f 29 2f 73 69 7a 65 6f 66 28 2a 63 61 72  ds_)/sizeof(*car
0960: 64 73 5f 29 29 3b 20 0d 0a 09 73 74 72 69 6e 67  ds_)); ...string
0970: 20 5f 20 3d 20 22 54 6f 61 73 74 6d 61 6e 22 3b   _ = "Toastman";
0980: 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 33 29 0d   ..END..CASE(3).
0990: 0a 09 69 6e 74 20 63 61 72 64 73 5f 5b 5d 20 3d  ..int cards_[] =
09a0: 20 7b 35 2c 20 35 38 2c 20 31 39 32 2c 20 32 35   {5, 58, 192, 25
09b0: 36 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c  6};...  vector <
09c0: 69 6e 74 3e 20 63 61 72 64 73 28 63 61 72 64 73  int> cards(cards
09d0: 5f 2c 20 63 61 72 64 73 5f 2b 73 69 7a 65 6f 66  _, cards_+sizeof
09e0: 28 63 61 72 64 73 5f 29 2f 73 69 7a 65 6f 66 28  (cards_)/sizeof(
09f0: 2a 63 61 72 64 73 5f 29 29 3b 20 0d 0a 09 73 74  *cards_)); ...st
0a00: 72 69 6e 67 20 5f 20 3d 20 22 46 6f 78 20 43 69  ring _ = "Fox Ci
0a10: 65 6c 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45  el"; ..END..CASE
0a20: 28 34 29 0d 0a 09 69 6e 74 20 63 61 72 64 73 5f  (4)...int cards_
0a30: 5b 5d 20 3d 20 7b 31 7d 3b 0d 0a 09 20 20 76 65  [] = {1};...  ve
0a40: 63 74 6f 72 20 3c 69 6e 74 3e 20 63 61 72 64 73  ctor <int> cards
0a50: 28 63 61 72 64 73 5f 2c 20 63 61 72 64 73 5f 2b  (cards_, cards_+
0a60: 73 69 7a 65 6f 66 28 63 61 72 64 73 5f 29 2f 73  sizeof(cards_)/s
0a70: 69 7a 65 6f 66 28 2a 63 61 72 64 73 5f 29 29 3b  izeof(*cards_));
0a80: 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22   ...string _ = "
0a90: 46 6f 78 20 43 69 65 6c 22 3b 20 0d 0a 45 4e 44  Fox Ciel"; ..END
0aa0: 0d 0a 43 41 53 45 28 35 29 0d 0a 09 69 6e 74 20  ..CASE(5)...int 
0ab0: 63 61 72 64 73 5f 5b 5d 20 3d 20 7b 31 2c 32 2c  cards_[] = {1,2,
0ac0: 34 2c 38 2c 31 36 2c 33 32 2c 36 34 2c 31 32 38  4,8,16,32,64,128
0ad0: 2c 32 35 36 7d 3b 0d 0a 09 20 20 76 65 63 74 6f  ,256};...  vecto
0ae0: 72 20 3c 69 6e 74 3e 20 63 61 72 64 73 28 63 61  r <int> cards(ca
0af0: 72 64 73 5f 2c 20 63 61 72 64 73 5f 2b 73 69 7a  rds_, cards_+siz
0b00: 65 6f 66 28 63 61 72 64 73 5f 29 2f 73 69 7a 65  eof(cards_)/size
0b10: 6f 66 28 2a 63 61 72 64 73 5f 29 29 3b 20 0d 0a  of(*cards_)); ..
0b20: 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 54 6f 61  .string _ = "Toa
0b30: 73 74 6d 61 6e 22 3b 20 0d 0a 45 4e 44 0d 0a 2f  stman"; ..END../
0b40: 2a 0d 0a 43 41 53 45 28 36 29 0d 0a 09 69 6e 74  *..CASE(6)...int
0b50: 20 63 61 72 64 73 5f 5b 5d 20 3d 20 7b 31 2c 32   cards_[] = {1,2
0b60: 2c 33 2c 34 2c 35 2c 36 2c 37 2c 38 2c 39 2c 31  ,3,4,5,6,7,8,9,1
0b70: 30 2c 31 31 2c 31 32 2c 31 33 2c 31 34 2c 31 35  0,11,12,13,14,15
0b80: 2c 31 36 2c 31 37 2c 31 38 2c 31 39 2c 32 30 2c  ,16,17,18,19,20,
0b90: 32 31 2c 32 32 2c 32 33 2c 32 34 2c 32 35 2c 32  21,22,23,24,25,2
0ba0: 36 2c 32 37 2c 32 38 2c 32 39 2c 33 30 2c 33 31  6,27,28,29,30,31
0bb0: 2c 33 32 2c 33 33 2c 33 34 2c 33 35 2c 33 36 2c  ,32,33,34,35,36,
0bc0: 33 37 2c 33 38 2c 33 39 2c 34 30 2c 36 34 2c 31  37,38,39,40,64,1
0bd0: 32 38 2c 32 35 36 7d 3b 0d 0a 09 20 20 76 65 63  28,256};...  vec
0be0: 74 6f 72 20 3c 69 6e 74 3e 20 63 61 72 64 73 28  tor <int> cards(
0bf0: 63 61 72 64 73 5f 2c 20 63 61 72 64 73 5f 2b 73  cards_, cards_+s
0c00: 69 7a 65 6f 66 28 63 61 72 64 73 5f 29 2f 73 69  izeof(cards_)/si
0c10: 7a 65 6f 66 28 2a 63 61 72 64 73 5f 29 29 3b 20  zeof(*cards_)); 
0c20: 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 3f  ...string _ = "?
0c30: 3f 3f 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45  ??"; ..END..CASE
0c40: 28 37 29 0d 0a 09 69 6e 74 20 63 61 72 64 73 5f  (7)...int cards_
0c50: 5b 5d 20 3d 20 7b 32 2c 20 30 2c 20 30 2c 20 30  [] = {2, 0, 0, 0
0c60: 2c 20 33 32 2c 20 30 2c 20 30 2c 20 30 2c 20 30  , 32, 0, 0, 0, 0
0c70: 2c 20 36 34 2c 20 30 2c 20 33 32 2c 20 30 2c 20  , 64, 0, 32, 0, 
0c80: 30 2c 20 31 32 38 2c 20 38 2c 20 31 32 38 2c 20  0, 128, 8, 128, 
0c90: 30 2c 20 34 2c 20 30 2c 20 30 2c 20 31 2c 20 30  0, 4, 0, 0, 1, 0
0ca0: 2c 20 30 2c 20 36 34 2c 20 30 2c 20 30 2c 20 31  , 0, 64, 0, 0, 1
0cb0: 32 38 2c 20 30 2c 20 31 36 2c 20 30 2c 20 38 2c  28, 0, 16, 0, 8,
0cc0: 20 30 2c 20 31 38 2c 20 32 36 30 2c 20 32 35 37   0, 18, 260, 257
0cd0: 2c 20 32 2c 20 30 2c 20 36 34 2c 20 30 2c 20 30  , 2, 0, 64, 0, 0
0ce0: 2c 20 30 2c 20 34 30 2c 20 30 2c 20 30 2c 20 31  , 0, 40, 0, 0, 1
0cf0: 2c 20 30 2c 20 30 2c 20 31 2c 20 30 7d 3b 0d 0a  , 0, 0, 1, 0};..
0d00: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20  .  vector <int> 
0d10: 63 61 72 64 73 28 63 61 72 64 73 5f 2c 20 63 61  cards(cards_, ca
0d20: 72 64 73 5f 2b 73 69 7a 65 6f 66 28 63 61 72 64  rds_+sizeof(card
0d30: 73 5f 29 2f 73 69 7a 65 6f 66 28 2a 63 61 72 64  s_)/sizeof(*card
0d40: 73 5f 29 29 3b 20 0d 0a 09 73 74 72 69 6e 67 20  s_)); ...string 
0d50: 5f 20 3d 20 22 46 6f 78 20 43 69 65 6c 22 3b 20  _ = "Fox Ciel"; 
0d60: 0d 0a 45 4e 44 0d 0a 2a 2f 0d 0a 43 41 53 45 28  ..END..*/..CASE(
0d70: 38 29 0d 0a 09 69 6e 74 20 63 61 72 64 73 5f 5b  8)...int cards_[
0d80: 5d 20 3d 20 7b 34 36 31 2c 20 34 34 33 2c 20 31  ] = {461, 443, 1
0d90: 37 37 2c 20 33 36 36 2c 20 34 39 39 2c 20 33 38  77, 366, 499, 38
0da0: 34 2c 20 31 32 35 2c 20 34 39 39 2c 20 33 37 32  4, 125, 499, 372
0db0: 2c 20 33 37 34 2c 20 33 39 2c 20 32 38 35 2c 20  , 374, 39, 285, 
0dc0: 32 30 33 2c 20 33 33 2c 20 34 32 39 2c 20 34 36  203, 33, 429, 46
0dd0: 39 2c 20 34 35 38 2c 20 31 36 33 2c 20 31 35 34  9, 458, 163, 154
0de0: 2c 20 34 33 38 2c 20 35 30 38 7d 3b 0d 0a 09 20  , 438, 508};... 
0df0: 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 63 61   vector <int> ca
0e00: 72 64 73 28 63 61 72 64 73 5f 2c 20 63 61 72 64  rds(cards_, card
0e10: 73 5f 2b 73 69 7a 65 6f 66 28 63 61 72 64 73 5f  s_+sizeof(cards_
0e20: 29 2f 73 69 7a 65 6f 66 28 2a 63 61 72 64 73 5f  )/sizeof(*cards_
0e30: 29 29 3b 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20  )); ...string _ 
0e40: 3d 20 22 54 6f 61 73 74 6d 61 6e 22 3b 20 0d 0a  = "Toastman"; ..
0e50: 45 4e 44 0d 0a 43 41 53 45 28 39 29 0d 0a 09 69  END..CASE(9)...i
0e60: 6e 74 20 63 61 72 64 73 5f 5b 5d 20 3d 20 7b 35  nt cards_[] = {5
0e70: 31 31 2c 20 30 7d 3b 0d 0a 09 20 20 76 65 63 74  11, 0};...  vect
0e80: 6f 72 20 3c 69 6e 74 3e 20 63 61 72 64 73 28 63  or <int> cards(c
0e90: 61 72 64 73 5f 2c 20 63 61 72 64 73 5f 2b 73 69  ards_, cards_+si
0ea0: 7a 65 6f 66 28 63 61 72 64 73 5f 29 2f 73 69 7a  zeof(cards_)/siz
0eb0: 65 6f 66 28 2a 63 61 72 64 73 5f 29 29 3b 20 0d  eof(*cards_)); .
0ec0: 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 46 6f  ..string _ = "Fo
0ed0: 78 20 43 69 65 6c 22 3b 20 0d 0a 45 4e 44 0d 0a  x Ciel"; ..END..
0ee0: 43 41 53 45 28 31 30 29 0d 0a 09 69 6e 74 20 63  CASE(10)...int c
0ef0: 61 72 64 73 5f 5b 5d 20 3d 20 7b 32 2c 20 30 2c  ards_[] = {2, 0,
0f00: 20 30 2c 20 30 2c 20 33 32 2c 20 30 2c 20 30 2c   0, 0, 32, 0, 0,
0f10: 20 30 2c 20 30 2c 20 36 34 2c 20 30 2c 20 33 32   0, 0, 64, 0, 32
0f20: 2c 20 30 2c 20 30 2c 20 31 32 38 2c 20 38 2c 20  , 0, 0, 128, 8, 
0f30: 31 32 38 2c 20 30 2c 20 34 2c 20 30 2c 20 30 2c  128, 0, 4, 0, 0,
0f40: 20 31 2c 20 30 2c 20 30 2c 20 36 34 2c 20 30 2c   1, 0, 0, 64, 0,
0f50: 20 30 2c 20 31 32 38 2c 20 30 2c 20 31 36 2c 20   0, 128, 0, 16, 
0f60: 30 2c 20 38 2c 20 30 2c 20 31 38 2c 20 32 36 30  0, 8, 0, 18, 260
0f70: 2c 20 32 35 37 2c 20 32 2c 20 30 2c 20 36 34 2c  , 257, 2, 0, 64,
0f80: 20 30 2c 20 30 2c 20 30 2c 20 34 30 2c 20 30 2c   0, 0, 0, 40, 0,
0f90: 20 30 2c 20 31 2c 20 30 2c 20 30 2c 20 31 2c 20   0, 1, 0, 0, 1, 
0fa0: 30 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c  0};...  vector <
0fb0: 69 6e 74 3e 20 63 61 72 64 73 28 63 61 72 64 73  int> cards(cards
0fc0: 5f 2c 20 63 61 72 64 73 5f 2b 73 69 7a 65 6f 66  _, cards_+sizeof
0fd0: 28 63 61 72 64 73 5f 29 2f 73 69 7a 65 6f 66 28  (cards_)/sizeof(
0fe0: 2a 63 61 72 64 73 5f 29 29 3b 20 0d 0a 09 73 74  *cards_)); ...st
0ff0: 72 69 6e 67 20 5f 20 3d 20 22 46 6f 78 20 43 69  ring _ = "Fox Ci
1000: 65 6c 22 3b 20 0d 0a 45 4e 44 0d 0a 7d 0d 0a 2f  el"; ..END..}../
1010: 2f 20 45 4e 44 20 43 55 54 20 48 45 52 45 0d 0a  / END CUT HERE..