Hex Artifact Content
Not logged in

Artifact f3f43873cef11bb1f0b4537dee4e6d15ab01e60c:


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 54 65 73 74 42 65 74 74 69 6e 67 53 74 72 61   TestBettingStra
0150: 74 65 67 79 0d 0a 7b 0d 0a 70 75 62 6c 69 63 3a  tegy..{..public:
0160: 0d 0a 09 6d 61 70 3c 69 6e 74 2c 20 64 6f 75 62  ...map<int, doub
0170: 6c 65 3e 20 6d 65 6d 6f 3b 0d 0a 09 64 6f 75 62  le> memo;...doub
0180: 6c 65 20 77 69 6e 50 72 6f 62 61 62 69 6c 69 74  le winProbabilit
0190: 79 28 69 6e 74 20 69 6e 69 74 53 75 6d 2c 20 69  y(int initSum, i
01a0: 6e 74 20 67 6f 61 6c 53 75 6d 2c 20 69 6e 74 20  nt goalSum, int 
01b0: 72 6f 75 6e 64 73 2c 20 69 6e 74 20 70 72 6f 62  rounds, int prob
01c0: 29 20 0d 0a 09 7b 0d 0a 09 09 6d 65 6d 6f 2e 63  ) ...{....memo.c
01d0: 6c 65 61 72 28 29 3b 0d 0a 09 09 72 65 74 75 72  lear();....retur
01e0: 6e 20 72 65 63 28 69 6e 69 74 53 75 6d 2c 20 31  n rec(initSum, 1
01f0: 2c 20 72 6f 75 6e 64 73 2c 20 67 6f 61 6c 53 75  , rounds, goalSu
0200: 6d 2c 20 70 72 6f 62 2f 31 30 30 2e 30 29 3b 0d  m, prob/100.0);.
0210: 0a 09 7d 0d 0a 0d 0a 09 64 6f 75 62 6c 65 20 72  ..}.....double r
0220: 65 63 28 69 6e 74 20 63 75 72 2c 20 69 6e 74 20  ec(int cur, int 
0230: 62 65 74 2c 20 69 6e 74 20 72 65 73 74 2c 20 69  bet, int rest, i
0240: 6e 74 20 67 6f 61 6c 2c 20 64 6f 75 62 6c 65 20  nt goal, double 
0250: 70 57 69 6e 29 0d 0a 09 7b 0d 0a 09 09 69 66 28  pWin)...{....if(
0260: 20 63 75 72 20 3e 3d 20 67 6f 61 6c 20 29 20 72   cur >= goal ) r
0270: 65 74 75 72 6e 20 31 2e 30 3b 0d 0a 09 09 69 66  eturn 1.0;....if
0280: 28 20 63 75 72 20 3c 20 62 65 74 20 29 20 20 20  ( cur < bet )   
0290: 72 65 74 75 72 6e 20 30 2e 30 3b 0d 0a 09 09 69  return 0.0;....i
02a0: 66 28 20 72 65 73 74 20 3d 3d 20 30 20 29 20 20  f( rest == 0 )  
02b0: 20 72 65 74 75 72 6e 20 30 2e 30 3b 0d 0a 0d 0a   return 0.0;....
02c0: 09 09 69 6e 74 20 6b 65 79 20 3d 20 72 65 73 74  ..int key = rest
02d0: 2a 32 30 30 30 2a 32 30 30 30 20 2b 20 63 75 72  *2000*2000 + cur
02e0: 2a 32 30 30 30 20 2b 20 62 65 74 3b 0d 0a 09 09  *2000 + bet;....
02f0: 69 66 28 20 6d 65 6d 6f 2e 63 6f 75 6e 74 28 6b  if( memo.count(k
0300: 65 79 29 20 29 0d 0a 09 09 09 72 65 74 75 72 6e  ey) ).....return
0310: 20 6d 65 6d 6f 5b 6b 65 79 5d 3b 0d 0a 09 09 72   memo[key];....r
0320: 65 74 75 72 6e 20 6d 65 6d 6f 5b 6b 65 79 5d 0d  eturn memo[key].
0330: 0a 09 09 09 3d 20 20 20 20 70 57 69 6e 20 2a 72  ....=    pWin *r
0340: 65 63 28 63 75 72 2b 62 65 74 2c 20 31 2c 20 72  ec(cur+bet, 1, r
0350: 65 73 74 2d 31 2c 20 67 6f 61 6c 2c 20 70 57 69  est-1, goal, pWi
0360: 6e 29 0d 0a 09 09 09 2b 20 28 31 2d 70 57 69 6e  n).....+ (1-pWin
0370: 29 2a 72 65 63 28 63 75 72 2d 62 65 74 2c 20 62  )*rec(cur-bet, b
0380: 65 74 2a 32 2c 20 72 65 73 74 2d 31 2c 20 67 6f  et*2, rest-1, go
0390: 61 6c 2c 20 70 57 69 6e 29 3b 0d 0a 09 7d 0d 0a  al, pWin);...}..
03a0: 0d 0a 2f 2f 20 42 45 47 49 4e 20 43 55 54 20 48  ..// BEGIN CUT H
03b0: 45 52 45 0d 0a 09 70 75 62 6c 69 63 3a 0d 0a 09  ERE...public:...
03c0: 76 6f 69 64 20 72 75 6e 5f 74 65 73 74 28 69 6e  void run_test(in
03d0: 74 20 43 61 73 65 29 20 7b 20 69 66 20 28 28 43  t Case) { if ((C
03e0: 61 73 65 20 3d 3d 20 2d 31 29 20 7c 7c 20 28 43  ase == -1) || (C
03f0: 61 73 65 20 3d 3d 20 30 29 29 20 74 65 73 74 5f  ase == 0)) test_
0400: 63 61 73 65 5f 30 28 29 3b 20 69 66 20 28 28 43  case_0(); if ((C
0410: 61 73 65 20 3d 3d 20 2d 31 29 20 7c 7c 20 28 43  ase == -1) || (C
0420: 61 73 65 20 3d 3d 20 31 29 29 20 74 65 73 74 5f  ase == 1)) test_
0430: 63 61 73 65 5f 31 28 29 3b 20 69 66 20 28 28 43  case_1(); if ((C
0440: 61 73 65 20 3d 3d 20 2d 31 29 20 7c 7c 20 28 43  ase == -1) || (C
0450: 61 73 65 20 3d 3d 20 32 29 29 20 74 65 73 74 5f  ase == 2)) test_
0460: 63 61 73 65 5f 32 28 29 3b 20 69 66 20 28 28 43  case_2(); if ((C
0470: 61 73 65 20 3d 3d 20 2d 31 29 20 7c 7c 20 28 43  ase == -1) || (C
0480: 61 73 65 20 3d 3d 20 33 29 29 20 74 65 73 74 5f  ase == 3)) test_
0490: 63 61 73 65 5f 33 28 29 3b 20 7d 0d 0a 09 70 72  case_3(); }...pr
04a0: 69 76 61 74 65 3a 0d 0a 09 74 65 6d 70 6c 61 74  ivate:...templat
04b0: 65 20 3c 74 79 70 65 6e 61 6d 65 20 54 3e 20 73  e <typename T> s
04c0: 74 72 69 6e 67 20 70 72 69 6e 74 5f 61 72 72 61  tring print_arra
04d0: 79 28 63 6f 6e 73 74 20 76 65 63 74 6f 72 3c 54  y(const vector<T
04e0: 3e 20 26 56 29 20 7b 20 6f 73 74 72 69 6e 67 73  > &V) { ostrings
04f0: 74 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20  tream os; os << 
0500: 22 7b 20 22 3b 20 66 6f 72 20 28 74 79 70 65 6e  "{ "; for (typen
0510: 61 6d 65 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63  ame vector<T>::c
0520: 6f 6e 73 74 5f 69 74 65 72 61 74 6f 72 20 69 74  onst_iterator it
0530: 65 72 20 3d 20 56 2e 62 65 67 69 6e 28 29 3b 20  er = V.begin(); 
0540: 69 74 65 72 20 21 3d 20 56 2e 65 6e 64 28 29 3b  iter != V.end();
0550: 20 2b 2b 69 74 65 72 29 20 6f 73 20 3c 3c 20 27   ++iter) os << '
0560: 5c 22 27 20 3c 3c 20 2a 69 74 65 72 20 3c 3c 20  \"' << *iter << 
0570: 22 5c 22 2c 22 3b 20 6f 73 20 3c 3c 20 22 20 7d  "\","; os << " }
0580: 22 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 74 72  "; return os.str
0590: 28 29 3b 20 7d 0d 0a 09 76 6f 69 64 20 76 65 72  (); }...void ver
05a0: 69 66 79 5f 63 61 73 65 28 69 6e 74 20 43 61 73  ify_case(int Cas
05b0: 65 2c 20 63 6f 6e 73 74 20 64 6f 75 62 6c 65 20  e, const double 
05c0: 26 45 78 70 65 63 74 65 64 2c 20 63 6f 6e 73 74  &Expected, const
05d0: 20 64 6f 75 62 6c 65 20 26 52 65 63 65 69 76 65   double &Receive
05e0: 64 29 20 7b 20 63 65 72 72 20 3c 3c 20 22 54 65  d) { cerr << "Te
05f0: 73 74 20 43 61 73 65 20 23 22 20 3c 3c 20 43 61  st Case #" << Ca
0600: 73 65 20 3c 3c 20 22 2e 2e 2e 22 3b 20 69 66 20  se << "..."; if 
0610: 28 45 78 70 65 63 74 65 64 20 3d 3d 20 52 65 63  (Expected == Rec
0620: 65 69 76 65 64 29 20 63 65 72 72 20 3c 3c 20 22  eived) cerr << "
0630: 50 41 53 53 45 44 22 20 3c 3c 20 65 6e 64 6c 3b  PASSED" << endl;
0640: 20 65 6c 73 65 20 7b 20 63 65 72 72 20 3c 3c 20   else { cerr << 
0650: 22 46 41 49 4c 45 44 22 20 3c 3c 20 65 6e 64 6c  "FAILED" << endl
0660: 3b 20 63 65 72 72 20 3c 3c 20 22 5c 74 45 78 70  ; cerr << "\tExp
0670: 65 63 74 65 64 3a 20 5c 22 22 20 3c 3c 20 45 78  ected: \"" << Ex
0680: 70 65 63 74 65 64 20 3c 3c 20 27 5c 22 27 20 3c  pected << '\"' <
0690: 3c 20 65 6e 64 6c 3b 20 63 65 72 72 20 3c 3c 20  < endl; cerr << 
06a0: 22 5c 74 52 65 63 65 69 76 65 64 3a 20 5c 22 22  "\tReceived: \""
06b0: 20 3c 3c 20 52 65 63 65 69 76 65 64 20 3c 3c 20   << Received << 
06c0: 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20 7d 20  '\"' << endl; } 
06d0: 7d 0d 0a 09 76 6f 69 64 20 74 65 73 74 5f 63 61  }...void test_ca
06e0: 73 65 5f 30 28 29 20 7b 20 69 6e 74 20 41 72 67  se_0() { int Arg
06f0: 30 20 3d 20 31 30 3b 20 69 6e 74 20 41 72 67 31  0 = 10; int Arg1
0700: 20 3d 20 31 31 3b 20 69 6e 74 20 41 72 67 32 20   = 11; int Arg2 
0710: 3d 20 34 3b 20 69 6e 74 20 41 72 67 33 20 3d 20  = 4; int Arg3 = 
0720: 35 30 3b 20 64 6f 75 62 6c 65 20 41 72 67 34 20  50; double Arg4 
0730: 3d 20 30 2e 38 37 35 3b 20 76 65 72 69 66 79 5f  = 0.875; verify_
0740: 63 61 73 65 28 30 2c 20 41 72 67 34 2c 20 77 69  case(0, Arg4, wi
0750: 6e 50 72 6f 62 61 62 69 6c 69 74 79 28 41 72 67  nProbability(Arg
0760: 30 2c 20 41 72 67 31 2c 20 41 72 67 32 2c 20 41  0, Arg1, Arg2, A
0770: 72 67 33 29 29 3b 20 7d 0d 0a 09 76 6f 69 64 20  rg3)); }...void 
0780: 74 65 73 74 5f 63 61 73 65 5f 31 28 29 20 7b 20  test_case_1() { 
0790: 69 6e 74 20 41 72 67 30 20 3d 20 31 30 3b 20 69  int Arg0 = 10; i
07a0: 6e 74 20 41 72 67 31 20 3d 20 32 30 3b 20 69 6e  nt Arg1 = 20; in
07b0: 74 20 41 72 67 32 20 3d 20 32 30 3b 20 69 6e 74  t Arg2 = 20; int
07c0: 20 41 72 67 33 20 3d 20 35 30 3b 20 64 6f 75 62   Arg3 = 50; doub
07d0: 6c 65 20 41 72 67 34 20 3d 20 30 2e 33 34 34 31  le Arg4 = 0.3441
07e0: 33 34 33 33 30 37 34 39 35 31 31 37 3b 20 76 65  343307495117; ve
07f0: 72 69 66 79 5f 63 61 73 65 28 31 2c 20 41 72 67  rify_case(1, Arg
0800: 34 2c 20 77 69 6e 50 72 6f 62 61 62 69 6c 69 74  4, winProbabilit
0810: 79 28 41 72 67 30 2c 20 41 72 67 31 2c 20 41 72  y(Arg0, Arg1, Ar
0820: 67 32 2c 20 41 72 67 33 29 29 3b 20 7d 0d 0a 09  g2, Arg3)); }...
0830: 76 6f 69 64 20 74 65 73 74 5f 63 61 73 65 5f 32  void test_case_2
0840: 28 29 20 7b 20 69 6e 74 20 41 72 67 30 20 3d 20  () { int Arg0 = 
0850: 31 30 3b 20 69 6e 74 20 41 72 67 31 20 3d 20 32  10; int Arg1 = 2
0860: 30 3b 20 69 6e 74 20 41 72 67 32 20 3d 20 31 30  0; int Arg2 = 10
0870: 3b 20 69 6e 74 20 41 72 67 33 20 3d 20 39 30 3b  ; int Arg3 = 90;
0880: 20 64 6f 75 62 6c 65 20 41 72 67 34 20 3d 20 30   double Arg4 = 0
0890: 2e 33 34 38 36 37 38 34 34 30 31 30 30 30 30 30  .348678440100000
08a0: 31 35 3b 20 76 65 72 69 66 79 5f 63 61 73 65 28  15; verify_case(
08b0: 32 2c 20 41 72 67 34 2c 20 77 69 6e 50 72 6f 62  2, Arg4, winProb
08c0: 61 62 69 6c 69 74 79 28 41 72 67 30 2c 20 41 72  ability(Arg0, Ar
08d0: 67 31 2c 20 41 72 67 32 2c 20 41 72 67 33 29 29  g1, Arg2, Arg3))
08e0: 3b 20 7d 0d 0a 09 76 6f 69 64 20 74 65 73 74 5f  ; }...void test_
08f0: 63 61 73 65 5f 33 28 29 20 7b 20 69 6e 74 20 41  case_3() { int A
0900: 72 67 30 20 3d 20 32 34 3b 20 69 6e 74 20 41 72  rg0 = 24; int Ar
0910: 67 31 20 3d 20 33 38 3b 20 69 6e 74 20 41 72 67  g1 = 38; int Arg
0920: 32 20 3d 20 32 34 3b 20 69 6e 74 20 41 72 67 33  2 = 24; int Arg3
0930: 20 3d 20 36 30 3b 20 64 6f 75 62 6c 65 20 41 72   = 60; double Ar
0940: 67 34 20 3d 20 30 2e 35 39 34 30 37 38 34 36 33  g4 = 0.594078463
0950: 35 36 34 36 39 34 37 3b 20 76 65 72 69 66 79 5f  5646947; verify_
0960: 63 61 73 65 28 33 2c 20 41 72 67 34 2c 20 77 69  case(3, Arg4, wi
0970: 6e 50 72 6f 62 61 62 69 6c 69 74 79 28 41 72 67  nProbability(Arg
0980: 30 2c 20 41 72 67 31 2c 20 41 72 67 32 2c 20 41  0, Arg1, Arg2, A
0990: 72 67 33 29 29 3b 20 7d 0d 0a 0d 0a 2f 2f 20 45  rg3)); }....// E
09a0: 4e 44 20 43 55 54 20 48 45 52 45 0d 0a 7d 3b 0d  ND CUT HERE..};.
09b0: 0a 2f 2f 20 42 45 47 49 4e 20 43 55 54 20 48 45  .// BEGIN CUT HE
09c0: 52 45 20 0d 0a 69 6e 74 20 6d 61 69 6e 28 29 20  RE ..int main() 
09d0: 7b 20 54 65 73 74 42 65 74 74 69 6e 67 53 74 72  { TestBettingStr
09e0: 61 74 65 67 79 28 29 2e 72 75 6e 5f 74 65 73 74  ategy().run_test
09f0: 28 2d 31 29 3b 20 7d 0d 0a 2f 2f 20 45 4e 44 20  (-1); }..// END 
0a00: 43 55 54 20 48 45 52 45 0d 0a                    CUT HERE..