Hex Artifact Content
Not logged in

Artifact 35838fc5989717b0394bef72fb78caf4c02e240f:


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 49 6d 70 72 6f 76 69 6e 67 53 74 61 74 69 73   ImprovingStatis
0150: 74 69 63 73 0d 0a 7b 0d 0a 70 75 62 6c 69 63 3a  tics..{..public:
0160: 0d 0a 09 69 6e 74 20 68 6f 77 4d 61 6e 79 47 61  ...int howManyGa
0170: 6d 65 73 28 69 6e 74 20 70 6c 61 79 65 64 2c 20  mes(int played, 
0180: 69 6e 74 20 77 6f 6e 29 20 0d 0a 09 7b 0d 0a 09  int won) ...{...
0190: 09 4c 4c 20 70 20 3d 20 70 6c 61 79 65 64 2c 20  .LL p = played, 
01a0: 77 20 3d 20 77 6f 6e 3b 0d 0a 09 09 4c 4c 20 7a  w = won;....LL z
01b0: 20 3d 20 77 2a 31 30 30 20 2f 20 70 3b 0d 0a 0d   = w*100 / p;...
01c0: 0a 09 09 2f 2f 20 7a 2b 31 20 3c 3d 20 28 77 2b  ...// z+1 <= (w+
01d0: 58 29 2a 31 30 30 20 2f 20 28 70 2b 58 29 0d 0a  X)*100 / (p+X)..
01e0: 09 09 2f 2f 20 28 7a 2b 31 29 28 70 2b 58 29 20  ..// (z+1)(p+X) 
01f0: 3c 3d 20 28 77 2b 58 29 2a 31 30 30 0d 0a 09 09  <= (w+X)*100....
0200: 2f 2f 20 28 7a 2b 31 29 2a 70 2d 77 2a 31 30 30  // (z+1)*p-w*100
0210: 20 3c 3d 20 28 39 39 2d 7a 29 58 0d 0a 09 09 69   <= (99-z)X....i
0220: 66 28 20 7a 20 3e 3d 20 39 39 20 29 0d 0a 09 09  f( z >= 99 )....
0230: 09 72 65 74 75 72 6e 20 2d 31 3b 0d 0a 09 09 4c  .return -1;....L
0240: 4c 20 61 20 3d 20 28 7a 2b 31 29 2a 70 2d 77 2a  L a = (z+1)*p-w*
0250: 31 30 30 2c 20 62 20 3d 20 39 39 2d 7a 3b 0d 0a  100, b = 99-z;..
0260: 09 09 2f 2f 20 61 20 3c 3d 20 62 2a 58 0d 0a 09  ..// a <= b*X...
0270: 09 72 65 74 75 72 6e 20 69 6e 74 28 61 25 62 3d  .return int(a%b=
0280: 3d 30 20 3f 20 61 2f 62 20 3a 20 61 2f 62 2b 31  =0 ? a/b : a/b+1
0290: 29 3b 0d 0a 09 7d 0d 0a 0d 0a 2f 2f 20 42 45 47  );...}....// BEG
02a0: 49 4e 20 43 55 54 20 48 45 52 45 0d 0a 09 70 75  IN CUT HERE...pu
02b0: 62 6c 69 63 3a 0d 0a 09 76 6f 69 64 20 72 75 6e  blic:...void run
02c0: 5f 74 65 73 74 28 69 6e 74 20 43 61 73 65 29 20  _test(int Case) 
02d0: 7b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d  { if ((Case == -
02e0: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 30  1) || (Case == 0
02f0: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 30 28 29  )) test_case_0()
0300: 3b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d  ; if ((Case == -
0310: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 31  1) || (Case == 1
0320: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 31 28 29  )) test_case_1()
0330: 3b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d  ; if ((Case == -
0340: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 32  1) || (Case == 2
0350: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 32 28 29  )) test_case_2()
0360: 3b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d  ; if ((Case == -
0370: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 33  1) || (Case == 3
0380: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 33 28 29  )) test_case_3()
0390: 3b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d  ; if ((Case == -
03a0: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 34  1) || (Case == 4
03b0: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 34 28 29  )) test_case_4()
03c0: 3b 20 7d 0d 0a 09 70 72 69 76 61 74 65 3a 0d 0a  ; }...private:..
03d0: 09 74 65 6d 70 6c 61 74 65 20 3c 74 79 70 65 6e  .template <typen
03e0: 61 6d 65 20 54 3e 20 73 74 72 69 6e 67 20 70 72  ame T> string pr
03f0: 69 6e 74 5f 61 72 72 61 79 28 63 6f 6e 73 74 20  int_array(const 
0400: 76 65 63 74 6f 72 3c 54 3e 20 26 56 29 20 7b 20  vector<T> &V) { 
0410: 6f 73 74 72 69 6e 67 73 74 72 65 61 6d 20 6f 73  ostringstream os
0420: 3b 20 6f 73 20 3c 3c 20 22 7b 20 22 3b 20 66 6f  ; os << "{ "; fo
0430: 72 20 28 74 79 70 65 6e 61 6d 65 20 76 65 63 74  r (typename vect
0440: 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 74 5f 69 74 65  or<T>::const_ite
0450: 72 61 74 6f 72 20 69 74 65 72 20 3d 20 56 2e 62  rator iter = V.b
0460: 65 67 69 6e 28 29 3b 20 69 74 65 72 20 21 3d 20  egin(); iter != 
0470: 56 2e 65 6e 64 28 29 3b 20 2b 2b 69 74 65 72 29  V.end(); ++iter)
0480: 20 6f 73 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a   os << '\"' << *
0490: 69 74 65 72 20 3c 3c 20 22 5c 22 2c 22 3b 20 6f  iter << "\","; o
04a0: 73 20 3c 3c 20 22 20 7d 22 3b 20 72 65 74 75 72  s << " }"; retur
04b0: 6e 20 6f 73 2e 73 74 72 28 29 3b 20 7d 0d 0a 09  n os.str(); }...
04c0: 76 6f 69 64 20 76 65 72 69 66 79 5f 63 61 73 65  void verify_case
04d0: 28 69 6e 74 20 43 61 73 65 2c 20 63 6f 6e 73 74  (int Case, const
04e0: 20 69 6e 74 20 26 45 78 70 65 63 74 65 64 2c 20   int &Expected, 
04f0: 63 6f 6e 73 74 20 69 6e 74 20 26 52 65 63 65 69  const int &Recei
0500: 76 65 64 29 20 7b 20 63 65 72 72 20 3c 3c 20 22  ved) { cerr << "
0510: 54 65 73 74 20 43 61 73 65 20 23 22 20 3c 3c 20  Test Case #" << 
0520: 43 61 73 65 20 3c 3c 20 22 2e 2e 2e 22 3b 20 69  Case << "..."; i
0530: 66 20 28 45 78 70 65 63 74 65 64 20 3d 3d 20 52  f (Expected == R
0540: 65 63 65 69 76 65 64 29 20 63 65 72 72 20 3c 3c  eceived) cerr <<
0550: 20 22 50 41 53 53 45 44 22 20 3c 3c 20 65 6e 64   "PASSED" << end
0560: 6c 3b 20 65 6c 73 65 20 7b 20 63 65 72 72 20 3c  l; else { cerr <
0570: 3c 20 22 46 41 49 4c 45 44 22 20 3c 3c 20 65 6e  < "FAILED" << en
0580: 64 6c 3b 20 63 65 72 72 20 3c 3c 20 22 5c 74 45  dl; cerr << "\tE
0590: 78 70 65 63 74 65 64 3a 20 5c 22 22 20 3c 3c 20  xpected: \"" << 
05a0: 45 78 70 65 63 74 65 64 20 3c 3c 20 27 5c 22 27  Expected << '\"'
05b0: 20 3c 3c 20 65 6e 64 6c 3b 20 63 65 72 72 20 3c   << endl; cerr <
05c0: 3c 20 22 5c 74 52 65 63 65 69 76 65 64 3a 20 5c  < "\tReceived: \
05d0: 22 22 20 3c 3c 20 52 65 63 65 69 76 65 64 20 3c  "" << Received <
05e0: 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20  < '\"' << endl; 
05f0: 7d 20 7d 0d 0a 09 76 6f 69 64 20 74 65 73 74 5f  } }...void test_
0600: 63 61 73 65 5f 30 28 29 20 7b 20 69 6e 74 20 41  case_0() { int A
0610: 72 67 30 20 3d 20 31 30 3b 20 69 6e 74 20 41 72  rg0 = 10; int Ar
0620: 67 31 20 3d 20 38 3b 20 69 6e 74 20 41 72 67 32  g1 = 8; int Arg2
0630: 20 3d 20 31 3b 20 76 65 72 69 66 79 5f 63 61 73   = 1; verify_cas
0640: 65 28 30 2c 20 41 72 67 32 2c 20 68 6f 77 4d 61  e(0, Arg2, howMa
0650: 6e 79 47 61 6d 65 73 28 41 72 67 30 2c 20 41 72  nyGames(Arg0, Ar
0660: 67 31 29 29 3b 20 7d 0d 0a 09 76 6f 69 64 20 74  g1)); }...void t
0670: 65 73 74 5f 63 61 73 65 5f 31 28 29 20 7b 20 69  est_case_1() { i
0680: 6e 74 20 41 72 67 30 20 3d 20 31 30 30 3b 20 69  nt Arg0 = 100; i
0690: 6e 74 20 41 72 67 31 20 3d 20 38 30 3b 20 69 6e  nt Arg1 = 80; in
06a0: 74 20 41 72 67 32 20 3d 20 36 3b 20 76 65 72 69  t Arg2 = 6; veri
06b0: 66 79 5f 63 61 73 65 28 31 2c 20 41 72 67 32 2c  fy_case(1, Arg2,
06c0: 20 68 6f 77 4d 61 6e 79 47 61 6d 65 73 28 41 72   howManyGames(Ar
06d0: 67 30 2c 20 41 72 67 31 29 29 3b 20 7d 0d 0a 09  g0, Arg1)); }...
06e0: 76 6f 69 64 20 74 65 73 74 5f 63 61 73 65 5f 32  void test_case_2
06f0: 28 29 20 7b 20 69 6e 74 20 41 72 67 30 20 3d 20  () { int Arg0 = 
0700: 34 37 3b 20 69 6e 74 20 41 72 67 31 20 3d 20 34  47; int Arg1 = 4
0710: 37 3b 20 69 6e 74 20 41 72 67 32 20 3d 20 2d 31  7; int Arg2 = -1
0720: 3b 20 76 65 72 69 66 79 5f 63 61 73 65 28 32 2c  ; verify_case(2,
0730: 20 41 72 67 32 2c 20 68 6f 77 4d 61 6e 79 47 61   Arg2, howManyGa
0740: 6d 65 73 28 41 72 67 30 2c 20 41 72 67 31 29 29  mes(Arg0, Arg1))
0750: 3b 20 7d 0d 0a 09 76 6f 69 64 20 74 65 73 74 5f  ; }...void test_
0760: 63 61 73 65 5f 33 28 29 20 7b 20 69 6e 74 20 41  case_3() { int A
0770: 72 67 30 20 3d 20 39 39 30 30 30 3b 20 69 6e 74  rg0 = 99000; int
0780: 20 41 72 67 31 20 3d 20 30 3b 20 69 6e 74 20 41   Arg1 = 0; int A
0790: 72 67 32 20 3d 20 31 30 30 30 3b 20 76 65 72 69  rg2 = 1000; veri
07a0: 66 79 5f 63 61 73 65 28 33 2c 20 41 72 67 32 2c  fy_case(3, Arg2,
07b0: 20 68 6f 77 4d 61 6e 79 47 61 6d 65 73 28 41 72   howManyGames(Ar
07c0: 67 30 2c 20 41 72 67 31 29 29 3b 20 7d 0d 0a 09  g0, Arg1)); }...
07d0: 76 6f 69 64 20 74 65 73 74 5f 63 61 73 65 5f 34  void test_case_4
07e0: 28 29 20 7b 20 69 6e 74 20 41 72 67 30 20 3d 20  () { int Arg0 = 
07f0: 31 30 30 30 30 30 30 30 30 30 3b 20 69 6e 74 20  1000000000; int 
0800: 41 72 67 31 20 3d 20 34 37 30 30 30 30 30 30 30  Arg1 = 470000000
0810: 3b 20 69 6e 74 20 41 72 67 32 20 3d 20 31 39 32  ; int Arg2 = 192
0820: 33 30 37 37 30 3b 20 76 65 72 69 66 79 5f 63 61  30770; verify_ca
0830: 73 65 28 34 2c 20 41 72 67 32 2c 20 68 6f 77 4d  se(4, Arg2, howM
0840: 61 6e 79 47 61 6d 65 73 28 41 72 67 30 2c 20 41  anyGames(Arg0, A
0850: 72 67 31 29 29 3b 20 7d 0d 0a 0d 0a 2f 2f 20 45  rg1)); }....// E
0860: 4e 44 20 43 55 54 20 48 45 52 45 0d 0a 7d 3b 0d  ND CUT HERE..};.
0870: 0a 2f 2f 20 42 45 47 49 4e 20 43 55 54 20 48 45  .// BEGIN CUT HE
0880: 52 45 20 0d 0a 69 6e 74 20 6d 61 69 6e 28 29 20  RE ..int main() 
0890: 7b 20 49 6d 70 72 6f 76 69 6e 67 53 74 61 74 69  { ImprovingStati
08a0: 73 74 69 63 73 28 29 2e 72 75 6e 5f 74 65 73 74  stics().run_test
08b0: 28 2d 31 29 3b 20 7d 0d 0a 2f 2f 20 45 4e 44 20  (-1); }..// END 
08c0: 43 55 54 20 48 45 52 45 0d 0a                    CUT HERE..