Hex Artifact Content
Not logged in

Artifact 9a6b2ff88d4819cc5afb72bdf1f02d1f09b0f75f:


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 42 61  CMP;....class Ba
01a0: 74 63 68 53 79 73 74 65 6d 52 6f 75 6c 65 74 74  tchSystemRoulett
01b0: 65 20 7b 20 70 75 62 6c 69 63 3a 0d 0a 09 76 65  e { public:...ve
01c0: 63 74 6f 72 20 3c 64 6f 75 62 6c 65 3e 20 65 78  ctor <double> ex
01d0: 70 65 63 74 65 64 46 69 6e 69 73 68 54 69 6d 65  pectedFinishTime
01e0: 73 28 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 64  s(vector <int> d
01f0: 75 72 61 74 69 6f 6e 2c 20 76 65 63 74 6f 72 20  uration, vector 
0200: 3c 73 74 72 69 6e 67 3e 20 75 73 65 72 29 20 0d  <string> user) .
0210: 0a 09 7b 0d 0a 09 09 76 65 63 74 6f 72 3c 64 6f  ..{....vector<do
0220: 75 62 6c 65 3e 20 61 6e 73 77 65 72 28 64 75 72  uble> answer(dur
0230: 61 74 69 6f 6e 2e 62 65 67 69 6e 28 29 2c 20 64  ation.begin(), d
0240: 75 72 61 74 69 6f 6e 2e 65 6e 64 28 29 29 3b 0d  uration.end());.
0250: 0a 0d 0a 09 09 6d 61 70 3c 73 74 72 69 6e 67 2c  .....map<string,
0260: 20 4c 4c 3e 20 75 73 65 72 53 75 6d 3b 0d 0a 09   LL> userSum;...
0270: 09 66 6f 72 28 69 6e 74 20 69 3d 30 3b 20 69 3c  .for(int i=0; i<
0280: 75 73 65 72 2e 73 69 7a 65 28 29 3b 20 2b 2b 69  user.size(); ++i
0290: 29 0d 0a 09 09 09 75 73 65 72 53 75 6d 5b 75 73  ).....userSum[us
02a0: 65 72 5b 69 5d 5d 20 2b 3d 20 64 75 72 61 74 69  er[i]] += durati
02b0: 6f 6e 5b 69 5d 3b 0d 0a 09 09 6d 61 70 3c 4c 4c  on[i];....map<LL
02c0: 2c 20 76 65 63 74 6f 72 3c 73 74 72 69 6e 67 3e  , vector<string>
02d0: 20 3e 20 75 73 49 6e 76 3b 0d 0a 09 09 66 6f 72   > usInv;....for
02e0: 28 6d 61 70 3c 73 74 72 69 6e 67 2c 4c 4c 3e 3a  (map<string,LL>:
02f0: 3a 69 74 65 72 61 74 6f 72 20 69 74 3d 75 73 65  :iterator it=use
0300: 72 53 75 6d 2e 62 65 67 69 6e 28 29 3b 20 69 74  rSum.begin(); it
0310: 21 3d 75 73 65 72 53 75 6d 2e 65 6e 64 28 29 3b  !=userSum.end();
0320: 20 2b 2b 69 74 29 0d 0a 09 09 09 75 73 49 6e 76   ++it).....usInv
0330: 5b 69 74 2d 3e 73 65 63 6f 6e 64 5d 2e 70 75 73  [it->second].pus
0340: 68 5f 62 61 63 6b 28 69 74 2d 3e 66 69 72 73 74  h_back(it->first
0350: 29 3b 0d 0a 0d 0a 09 09 64 6f 75 62 6c 65 20 62  );......double b
0360: 61 73 65 20 3d 20 30 3b 0d 0a 09 09 66 6f 72 28  ase = 0;....for(
0370: 6d 61 70 3c 4c 4c 2c 20 76 65 63 74 6f 72 3c 73  map<LL, vector<s
0380: 74 72 69 6e 67 3e 20 3e 3a 3a 69 74 65 72 61 74  tring> >::iterat
0390: 6f 72 20 69 74 3d 75 73 49 6e 76 2e 62 65 67 69  or it=usInv.begi
03a0: 6e 28 29 3b 20 69 74 21 3d 75 73 49 6e 76 2e 65  n(); it!=usInv.e
03b0: 6e 64 28 29 3b 20 2b 2b 69 74 29 0d 0a 09 09 7b  nd(); ++it)....{
03c0: 0d 0a 09 09 09 4c 4c 20 74 20 3d 20 69 74 2d 3e  .....LL t = it->
03d0: 66 69 72 73 74 3b 0d 0a 09 09 09 76 65 63 74 6f  first;.....vecto
03e0: 72 3c 73 74 72 69 6e 67 3e 26 20 75 73 20 3d 20  r<string>& us = 
03f0: 69 74 2d 3e 73 65 63 6f 6e 64 3b 0d 0a 09 09 09  it->second;.....
0400: 69 6e 74 20 6e 20 3d 20 75 73 2e 73 69 7a 65 28  int n = us.size(
0410: 29 3b 0d 0a 0d 0a 09 09 09 64 6f 75 62 6c 65 20  );.......double 
0420: 62 61 73 65 41 76 65 20 3d 20 62 61 73 65 20 2b  baseAve = base +
0430: 20 74 2a 28 6e 2d 31 29 2f 32 2e 30 3b 0d 0a 09   t*(n-1)/2.0;...
0440: 09 09 66 6f 72 28 69 6e 74 20 75 3d 30 3b 20 75  ..for(int u=0; u
0450: 3c 6e 3b 20 2b 2b 75 29 0d 0a 09 09 09 7b 0d 0a  <n; ++u).....{..
0460: 09 09 09 09 76 65 63 74 6f 72 3c 69 6e 74 3e 20  ....vector<int> 
0470: 69 64 78 73 3b 0d 0a 09 09 09 09 66 6f 72 28 69  idxs;......for(i
0480: 6e 74 20 69 3d 30 3b 20 69 3c 61 6e 73 77 65 72  nt i=0; i<answer
0490: 2e 73 69 7a 65 28 29 3b 20 2b 2b 69 29 0d 0a 09  .size(); ++i)...
04a0: 09 09 09 09 69 66 28 20 75 73 65 72 5b 69 5d 20  ....if( user[i] 
04b0: 3d 3d 20 75 73 5b 75 5d 20 29 20 7b 0d 0a 09 09  == us[u] ) {....
04c0: 09 09 09 09 61 6e 73 77 65 72 5b 69 5d 20 2b 3d  ....answer[i] +=
04d0: 20 62 61 73 65 41 76 65 3b 0d 0a 09 09 09 09 09   baseAve;.......
04e0: 09 69 64 78 73 2e 70 75 73 68 5f 62 61 63 6b 28  .idxs.push_back(
04f0: 69 29 3b 0d 0a 09 09 09 09 09 7d 0d 0a 09 09 09  i);.......}.....
0500: 09 66 6f 72 28 69 6e 74 20 6b 3d 30 3b 20 6b 3c  .for(int k=0; k<
0510: 69 64 78 73 2e 73 69 7a 65 28 29 3b 20 2b 2b 6b  idxs.size(); ++k
0520: 29 20 7b 0d 0a 09 09 09 09 09 69 6e 74 20 69 20  ) {.......int i 
0530: 3d 20 69 64 78 73 5b 6b 5d 3b 0d 0a 09 09 09 09  = idxs[k];......
0540: 09 66 6f 72 28 69 6e 74 20 6d 3d 30 3b 20 6d 3c  .for(int m=0; m<
0550: 69 64 78 73 2e 73 69 7a 65 28 29 3b 20 2b 2b 6d  idxs.size(); ++m
0560: 29 20 69 66 28 6d 21 3d 6b 29 20 7b 0d 0a 09 09  ) if(m!=k) {....
0570: 09 09 09 09 69 6e 74 20 6a 20 3d 20 69 64 78 73  ....int j = idxs
0580: 5b 6d 5d 3b 0d 0a 09 09 09 09 09 09 61 6e 73 77  [m];........answ
0590: 65 72 5b 69 5d 20 2b 3d 20 64 75 72 61 74 69 6f  er[i] += duratio
05a0: 6e 5b 6a 5d 2f 32 2e 30 3b 0d 0a 09 09 09 09 09  n[j]/2.0;.......
05b0: 7d 0d 0a 09 09 09 09 7d 0d 0a 09 09 09 7d 0d 0a  }......}.....}..
05c0: 0d 0a 09 09 09 62 61 73 65 20 2b 3d 20 74 2a 6e  .....base += t*n
05d0: 3b 0d 0a 09 09 7d 0d 0a 0d 0a 09 09 72 65 74 75  ;....}......retu
05e0: 72 6e 20 61 6e 73 77 65 72 3b 0d 0a 09 7d 0d 0a  rn answer;...}..
05f0: 7d 3b 0d 0a 0d 0a 2f 2f 20 42 45 47 49 4e 20 43  };....// BEGIN C
0600: 55 54 20 48 45 52 45 0d 0a 23 69 6e 63 6c 75 64  UT HERE..#includ
0610: 65 20 3c 63 74 69 6d 65 3e 0d 0a 64 6f 75 62 6c  e <ctime>..doubl
0620: 65 20 73 74 61 72 74 5f 74 69 6d 65 3b 20 73 74  e start_time; st
0630: 72 69 6e 67 20 74 69 6d 65 72 28 29 0d 0a 20 7b  ring timer().. {
0640: 20 6f 73 74 72 69 6e 67 73 74 72 65 61 6d 20 6f   ostringstream o
0650: 73 3b 20 6f 73 20 3c 3c 20 22 20 28 22 20 3c 3c  s; os << " (" <<
0660: 20 69 6e 74 28 28 63 6c 6f 63 6b 28 29 2d 73 74   int((clock()-st
0670: 61 72 74 5f 74 69 6d 65 29 2f 43 4c 4f 43 4b 53  art_time)/CLOCKS
0680: 5f 50 45 52 5f 53 45 43 2a 31 30 30 30 29 20 3c  _PER_SEC*1000) <
0690: 3c 20 22 20 6d 73 65 63 29 22 3b 20 72 65 74 75  < " msec)"; retu
06a0: 72 6e 20 6f 73 2e 73 74 72 28 29 3b 20 7d 0d 0a  rn os.str(); }..
06b0: 74 65 6d 70 6c 61 74 65 3c 74 79 70 65 6e 61 6d  template<typenam
06c0: 65 20 54 3e 20 6f 73 74 72 65 61 6d 26 20 6f 70  e T> ostream& op
06d0: 65 72 61 74 6f 72 3c 3c 28 6f 73 74 72 65 61 6d  erator<<(ostream
06e0: 26 20 6f 73 2c 20 63 6f 6e 73 74 20 76 65 63 74  & os, const vect
06f0: 6f 72 3c 54 3e 26 20 76 29 0d 0a 20 7b 20 6f 73  or<T>& v).. { os
0700: 20 3c 3c 20 22 7b 20 22 3b 0d 0a 20 20 20 66 6f   << "{ ";..   fo
0710: 72 28 74 79 70 65 6e 61 6d 65 20 76 65 63 74 6f  r(typename vecto
0720: 72 3c 54 3e 3a 3a 63 6f 6e 73 74 5f 69 74 65 72  r<T>::const_iter
0730: 61 74 6f 72 20 69 74 3d 76 2e 62 65 67 69 6e 28  ator it=v.begin(
0740: 29 3b 20 69 74 21 3d 76 2e 65 6e 64 28 29 3b 20  ); it!=v.end(); 
0750: 2b 2b 69 74 29 0d 0a 20 20 20 6f 73 20 3c 3c 20  ++it)..   os << 
0760: 27 5c 22 27 20 3c 3c 20 2a 69 74 20 3c 3c 20 27  '\"' << *it << '
0770: 5c 22 27 20 3c 3c 20 28 69 74 2b 31 3d 3d 76 2e  \"' << (it+1==v.
0780: 65 6e 64 28 29 20 3f 20 22 22 20 3a 20 22 2c 20  end() ? "" : ", 
0790: 22 29 3b 20 6f 73 20 3c 3c 20 22 20 7d 22 3b 20  "); os << " }"; 
07a0: 72 65 74 75 72 6e 20 6f 73 3b 20 7d 0d 0a 76 6f  return os; }..vo
07b0: 69 64 20 76 65 72 69 66 79 5f 63 61 73 65 28 63  id verify_case(c
07c0: 6f 6e 73 74 20 76 65 63 74 6f 72 20 3c 64 6f 75  onst vector <dou
07d0: 62 6c 65 3e 26 20 45 78 70 65 63 74 65 64 2c 20  ble>& Expected, 
07e0: 63 6f 6e 73 74 20 76 65 63 74 6f 72 20 3c 64 6f  const vector <do
07f0: 75 62 6c 65 3e 26 20 52 65 63 65 69 76 65 64 29  uble>& Received)
0800: 20 7b 0d 0a 20 62 6f 6f 6c 20 6f 6b 20 3d 20 74   {.. bool ok = t
0810: 72 75 65 3b 0d 0a 20 66 6f 72 28 69 6e 74 20 69  rue;.. for(int i
0820: 3d 30 3b 20 69 3c 45 78 70 65 63 74 65 64 2e 73  =0; i<Expected.s
0830: 69 7a 65 28 29 3b 20 2b 2b 69 29 0d 0a 20 20 20  ize(); ++i)..   
0840: 69 66 28 20 61 62 73 28 45 78 70 65 63 74 65 64  if( abs(Expected
0850: 5b 69 5d 2d 52 65 63 65 69 76 65 64 5b 69 5d 29  [i]-Received[i])
0860: 20 3e 3d 20 31 65 2d 39 20 29 0d 0a 20 20 20 20   >= 1e-9 )..    
0870: 20 6f 6b 20 3d 20 66 61 6c 73 65 3b 0d 0a 20 69   ok = false;.. i
0880: 66 28 6f 6b 29 20 63 65 72 72 20 3c 3c 20 22 50  f(ok) cerr << "P
0890: 41 53 53 45 44 22 20 3c 3c 20 74 69 6d 65 72 28  ASSED" << timer(
08a0: 29 20 3c 3c 20 65 6e 64 6c 3b 20 20 65 6c 73 65  ) << endl;  else
08b0: 20 7b 20 63 65 72 72 20 3c 3c 20 22 46 41 49 4c   { cerr << "FAIL
08c0: 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c  ED" << timer() <
08d0: 3c 20 65 6e 64 6c 3b 0d 0a 20 63 65 72 72 20 3c  < endl;.. cerr <
08e0: 3c 20 22 5c 74 6f 3a 20 22 20 3c 3c 20 45 78 70  < "\to: " << Exp
08f0: 65 63 74 65 64 20 3c 3c 20 65 6e 64 6c 20 3c 3c  ected << endl <<
0900: 20 22 5c 74 78 3a 20 22 20 3c 3c 20 52 65 63 65   "\tx: " << Rece
0910: 69 76 65 64 20 3c 3c 20 65 6e 64 6c 3b 20 7d 20  ived << endl; } 
0920: 7d 0d 0a 23 64 65 66 69 6e 65 20 43 41 53 45 28  }..#define CASE(
0930: 4e 29 20 7b 63 65 72 72 20 3c 3c 20 22 54 65 73  N) {cerr << "Tes
0940: 74 20 43 61 73 65 20 23 22 20 3c 3c 20 4e 20 3c  t Case #" << N <
0950: 3c 20 22 2e 2e 2e 22 20 3c 3c 20 66 6c 75 73 68  < "..." << flush
0960: 3b 20 73 74 61 72 74 5f 74 69 6d 65 3d 63 6c 6f  ; start_time=clo
0970: 63 6b 28 29 3b 0d 0a 23 64 65 66 69 6e 65 20 45  ck();..#define E
0980: 4e 44 09 20 76 65 72 69 66 79 5f 63 61 73 65 28  ND. verify_case(
0990: 5f 2c 20 42 61 74 63 68 53 79 73 74 65 6d 52 6f  _, BatchSystemRo
09a0: 75 6c 65 74 74 65 28 29 2e 65 78 70 65 63 74 65  ulette().expecte
09b0: 64 46 69 6e 69 73 68 54 69 6d 65 73 28 64 75 72  dFinishTimes(dur
09c0: 61 74 69 6f 6e 2c 20 75 73 65 72 29 29 3b 7d 0d  ation, user));}.
09d0: 0a 69 6e 74 20 6d 61 69 6e 28 29 7b 0d 0a 0d 0a  .int main(){....
09e0: 43 41 53 45 28 30 29 0d 0a 09 69 6e 74 20 64 75  CASE(0)...int du
09f0: 72 61 74 69 6f 6e 5f 5b 5d 20 3d 20 7b 33 2c 20  ration_[] = {3, 
0a00: 32 2c 20 34 2c 20 31 7d 3b 0d 0a 09 20 20 76 65  2, 4, 1};...  ve
0a10: 63 74 6f 72 20 3c 69 6e 74 3e 20 64 75 72 61 74  ctor <int> durat
0a20: 69 6f 6e 28 64 75 72 61 74 69 6f 6e 5f 2c 20 64  ion(duration_, d
0a30: 75 72 61 74 69 6f 6e 5f 2b 73 69 7a 65 6f 66 28  uration_+sizeof(
0a40: 64 75 72 61 74 69 6f 6e 5f 29 2f 73 69 7a 65 6f  duration_)/sizeo
0a50: 66 28 2a 64 75 72 61 74 69 6f 6e 5f 29 29 3b 20  f(*duration_)); 
0a60: 0d 0a 09 73 74 72 69 6e 67 20 75 73 65 72 5f 5b  ...string user_[
0a70: 5d 20 3d 20 7b 22 47 69 6c 20 47 72 69 73 73 6f  ] = {"Gil Grisso
0a80: 6d 22 2c 20 22 53 61 72 61 68 20 53 69 64 6c 65  m", "Sarah Sidle
0a90: 22 2c 20 22 57 61 72 72 69 63 6b 20 42 72 6f 77  ", "Warrick Brow
0aa0: 6e 22 2c 20 22 43 61 74 68 65 72 69 6e 65 20 57  n", "Catherine W
0ab0: 69 6c 6c 6f 77 73 22 7d 3b 0d 0a 09 20 20 76 65  illows"};...  ve
0ac0: 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 75 73  ctor <string> us
0ad0: 65 72 28 75 73 65 72 5f 2c 20 75 73 65 72 5f 2b  er(user_, user_+
0ae0: 73 69 7a 65 6f 66 28 75 73 65 72 5f 29 2f 73 69  sizeof(user_)/si
0af0: 7a 65 6f 66 28 2a 75 73 65 72 5f 29 29 3b 20 0d  zeof(*user_)); .
0b00: 0a 09 64 6f 75 62 6c 65 20 5f 5f 5b 5d 20 3d 20  ..double __[] = 
0b10: 7b 36 2e 30 2c 20 33 2e 30 2c 20 31 30 2e 30 2c  {6.0, 3.0, 10.0,
0b20: 20 31 2e 30 20 7d 3b 0d 0a 09 20 20 76 65 63 74   1.0 };...  vect
0b30: 6f 72 20 3c 64 6f 75 62 6c 65 3e 20 5f 28 5f 5f  or <double> _(__
0b40: 2c 20 5f 5f 2b 73 69 7a 65 6f 66 28 5f 5f 29 2f  , __+sizeof(__)/
0b50: 73 69 7a 65 6f 66 28 2a 5f 5f 29 29 3b 20 0d 0a  sizeof(*__)); ..
0b60: 45 4e 44 0d 0a 43 41 53 45 28 31 29 0d 0a 09 69  END..CASE(1)...i
0b70: 6e 74 20 64 75 72 61 74 69 6f 6e 5f 5b 5d 20 3d  nt duration_[] =
0b80: 20 7b 33 2c 20 32 2c 20 34 2c 20 31 7d 3b 0d 0a   {3, 2, 4, 1};..
0b90: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20  .  vector <int> 
0ba0: 64 75 72 61 74 69 6f 6e 28 64 75 72 61 74 69 6f  duration(duratio
0bb0: 6e 5f 2c 20 64 75 72 61 74 69 6f 6e 5f 2b 73 69  n_, duration_+si
0bc0: 7a 65 6f 66 28 64 75 72 61 74 69 6f 6e 5f 29 2f  zeof(duration_)/
0bd0: 73 69 7a 65 6f 66 28 2a 64 75 72 61 74 69 6f 6e  sizeof(*duration
0be0: 5f 29 29 3b 20 0d 0a 09 73 74 72 69 6e 67 20 75  _)); ...string u
0bf0: 73 65 72 5f 5b 5d 20 3d 20 7b 22 6d 61 63 20 74  ser_[] = {"mac t
0c00: 61 79 6c 6f 72 22 2c 20 22 4d 61 63 20 54 61 79  aylor", "Mac Tay
0c10: 6c 6f 72 22 2c 20 22 4d 61 63 20 54 61 79 6c 6f  lor", "Mac Taylo
0c20: 72 22 2c 20 22 50 65 79 74 6f 6e 20 44 72 69 73  r", "Peyton Dris
0c30: 63 6f 6c 6c 22 7d 3b 0d 0a 09 20 20 76 65 63 74  coll"};...  vect
0c40: 6f 72 20 3c 73 74 72 69 6e 67 3e 20 75 73 65 72  or <string> user
0c50: 28 75 73 65 72 5f 2c 20 75 73 65 72 5f 2b 73 69  (user_, user_+si
0c60: 7a 65 6f 66 28 75 73 65 72 5f 29 2f 73 69 7a 65  zeof(user_)/size
0c70: 6f 66 28 2a 75 73 65 72 5f 29 29 3b 20 0d 0a 09  of(*user_)); ...
0c80: 64 6f 75 62 6c 65 20 5f 5f 5b 5d 20 3d 20 7b 34  double __[] = {4
0c90: 2e 30 2c 20 38 2e 30 2c 20 39 2e 30 2c 20 31 2e  .0, 8.0, 9.0, 1.
0ca0: 30 20 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20  0 };...  vector 
0cb0: 3c 64 6f 75 62 6c 65 3e 20 5f 28 5f 5f 2c 20 5f  <double> _(__, _
0cc0: 5f 2b 73 69 7a 65 6f 66 28 5f 5f 29 2f 73 69 7a  _+sizeof(__)/siz
0cd0: 65 6f 66 28 2a 5f 5f 29 29 3b 20 0d 0a 45 4e 44  eof(*__)); ..END
0ce0: 0d 0a 43 41 53 45 28 32 29 0d 0a 09 69 6e 74 20  ..CASE(2)...int 
0cf0: 64 75 72 61 74 69 6f 6e 5f 5b 5d 20 3d 20 7b 31  duration_[] = {1
0d00: 33 2c 20 31 34 2c 20 31 35 2c 20 35 36 2c 20 35  3, 14, 15, 56, 5
0d10: 36 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c  6};...  vector <
0d20: 69 6e 74 3e 20 64 75 72 61 74 69 6f 6e 28 64 75  int> duration(du
0d30: 72 61 74 69 6f 6e 5f 2c 20 64 75 72 61 74 69 6f  ration_, duratio
0d40: 6e 5f 2b 73 69 7a 65 6f 66 28 64 75 72 61 74 69  n_+sizeof(durati
0d50: 6f 6e 5f 29 2f 73 69 7a 65 6f 66 28 2a 64 75 72  on_)/sizeof(*dur
0d60: 61 74 69 6f 6e 5f 29 29 3b 20 0d 0a 09 73 74 72  ation_)); ...str
0d70: 69 6e 67 20 75 73 65 72 5f 5b 5d 20 3d 20 7b 22  ing user_[] = {"
0d80: 54 69 6d 20 53 70 65 65 64 6c 65 22 2c 20 22 54  Tim Speedle", "T
0d90: 69 6d 20 53 70 65 65 64 6c 65 22 2c 20 22 54 69  im Speedle", "Ti
0da0: 6d 20 53 70 65 65 64 6c 65 22 2c 20 22 48 6f 72  m Speedle", "Hor
0db0: 61 74 69 6f 20 43 61 69 6e 65 22 2c 20 22 59 45  atio Caine", "YE
0dc0: 45 45 41 41 41 41 41 41 41 41 41 41 48 22 7d 3b  EEAAAAAAAAAAH"};
0dd0: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74 72  ...  vector <str
0de0: 69 6e 67 3e 20 75 73 65 72 28 75 73 65 72 5f 2c  ing> user(user_,
0df0: 20 75 73 65 72 5f 2b 73 69 7a 65 6f 66 28 75 73   user_+sizeof(us
0e00: 65 72 5f 29 2f 73 69 7a 65 6f 66 28 2a 75 73 65  er_)/sizeof(*use
0e10: 72 5f 29 29 3b 20 0d 0a 09 64 6f 75 62 6c 65 20  r_)); ...double 
0e20: 5f 5f 5b 5d 20 3d 20 7b 32 37 2e 35 2c 20 32 38  __[] = {27.5, 28
0e30: 2e 30 2c 20 32 38 2e 35 2c 20 31 32 36 2e 30 2c  .0, 28.5, 126.0,
0e40: 20 31 32 36 2e 30 20 7d 3b 0d 0a 09 20 20 76 65   126.0 };...  ve
0e50: 63 74 6f 72 20 3c 64 6f 75 62 6c 65 3e 20 5f 28  ctor <double> _(
0e60: 5f 5f 2c 20 5f 5f 2b 73 69 7a 65 6f 66 28 5f 5f  __, __+sizeof(__
0e70: 29 2f 73 69 7a 65 6f 66 28 2a 5f 5f 29 29 3b 20  )/sizeof(*__)); 
0e80: 0d 0a 45 4e 44 0d 0a 2f 2a 0d 0a 43 41 53 45 28  ..END../*..CASE(
0e90: 33 29 0d 0a 09 69 6e 74 20 64 75 72 61 74 69 6f  3)...int duratio
0ea0: 6e 5f 5b 5d 20 3d 20 3b 0d 0a 09 20 20 76 65 63  n_[] = ;...  vec
0eb0: 74 6f 72 20 3c 69 6e 74 3e 20 64 75 72 61 74 69  tor <int> durati
0ec0: 6f 6e 28 64 75 72 61 74 69 6f 6e 5f 2c 20 64 75  on(duration_, du
0ed0: 72 61 74 69 6f 6e 5f 2b 73 69 7a 65 6f 66 28 64  ration_+sizeof(d
0ee0: 75 72 61 74 69 6f 6e 5f 29 2f 73 69 7a 65 6f 66  uration_)/sizeof
0ef0: 28 2a 64 75 72 61 74 69 6f 6e 5f 29 29 3b 20 0d  (*duration_)); .
0f00: 0a 09 73 74 72 69 6e 67 20 75 73 65 72 5f 5b 5d  ..string user_[]
0f10: 20 3d 20 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20   = ;...  vector 
0f20: 3c 73 74 72 69 6e 67 3e 20 75 73 65 72 28 75 73  <string> user(us
0f30: 65 72 5f 2c 20 75 73 65 72 5f 2b 73 69 7a 65 6f  er_, user_+sizeo
0f40: 66 28 75 73 65 72 5f 29 2f 73 69 7a 65 6f 66 28  f(user_)/sizeof(
0f50: 2a 75 73 65 72 5f 29 29 3b 20 0d 0a 09 64 6f 75  *user_)); ...dou
0f60: 62 6c 65 20 5f 5f 5b 5d 20 3d 20 3b 0d 0a 09 20  ble __[] = ;... 
0f70: 20 76 65 63 74 6f 72 20 3c 64 6f 75 62 6c 65 3e   vector <double>
0f80: 20 5f 28 5f 5f 2c 20 5f 5f 2b 73 69 7a 65 6f 66   _(__, __+sizeof
0f90: 28 5f 5f 29 2f 73 69 7a 65 6f 66 28 2a 5f 5f 29  (__)/sizeof(*__)
0fa0: 29 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 34  ); ..END..CASE(4
0fb0: 29 0d 0a 09 69 6e 74 20 64 75 72 61 74 69 6f 6e  )...int duration
0fc0: 5f 5b 5d 20 3d 20 3b 0d 0a 09 20 20 76 65 63 74  _[] = ;...  vect
0fd0: 6f 72 20 3c 69 6e 74 3e 20 64 75 72 61 74 69 6f  or <int> duratio
0fe0: 6e 28 64 75 72 61 74 69 6f 6e 5f 2c 20 64 75 72  n(duration_, dur
0ff0: 61 74 69 6f 6e 5f 2b 73 69 7a 65 6f 66 28 64 75  ation_+sizeof(du
1000: 72 61 74 69 6f 6e 5f 29 2f 73 69 7a 65 6f 66 28  ration_)/sizeof(
1010: 2a 64 75 72 61 74 69 6f 6e 5f 29 29 3b 20 0d 0a  *duration_)); ..
1020: 09 73 74 72 69 6e 67 20 75 73 65 72 5f 5b 5d 20  .string user_[] 
1030: 3d 20 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c  = ;...  vector <
1040: 73 74 72 69 6e 67 3e 20 75 73 65 72 28 75 73 65  string> user(use
1050: 72 5f 2c 20 75 73 65 72 5f 2b 73 69 7a 65 6f 66  r_, user_+sizeof
1060: 28 75 73 65 72 5f 29 2f 73 69 7a 65 6f 66 28 2a  (user_)/sizeof(*
1070: 75 73 65 72 5f 29 29 3b 20 0d 0a 09 64 6f 75 62  user_)); ...doub
1080: 6c 65 20 5f 5f 5b 5d 20 3d 20 3b 0d 0a 09 20 20  le __[] = ;...  
1090: 76 65 63 74 6f 72 20 3c 64 6f 75 62 6c 65 3e 20  vector <double> 
10a0: 5f 28 5f 5f 2c 20 5f 5f 2b 73 69 7a 65 6f 66 28  _(__, __+sizeof(
10b0: 5f 5f 29 2f 73 69 7a 65 6f 66 28 2a 5f 5f 29 29  __)/sizeof(*__))
10c0: 3b 20 0d 0a 45 4e 44 0d 0a 2a 2f 0d 0a 7d 0d 0a  ; ..END..*/..}..
10d0: 2f 2f 20 45 4e 44 20 43 55 54 20 48 45 52 45 0d  // END CUT HERE.
10e0: 0a                                               .