Hex Artifact Content
Not logged in

Artifact 0d8ab1eb2aa0ceeb07c44f6cc3583ffbe5ade778:


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 23 69 6e 63  de <cmath>..#inc
0110: 6c 75 64 65 20 3c 66 75 6e 63 74 69 6f 6e 61 6c  lude <functional
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 75 73 69 6e 67 20 6e 61 6d  sert>..using nam
0140: 65 73 70 61 63 65 20 73 74 64 3b 0d 0a 74 79 70  espace std;..typ
0150: 65 64 65 66 20 6c 6f 6e 67 20 6c 6f 6e 67 20 4c  edef long long L
0160: 4c 3b 0d 0a 74 79 70 65 64 65 66 20 4c 4c 20 42  L;..typedef LL B
0170: 49 54 53 3b 0d 0a 0d 0a 63 6c 61 73 73 20 50 69  ITS;....class Pi
0180: 63 6b 69 6e 67 55 70 0d 0a 7b 0d 0a 70 75 62 6c  ckingUp..{..publ
0190: 69 63 3a 0d 0a 09 76 65 63 74 6f 72 3c 69 6e 74  ic:...vector<int
01a0: 3e 20 66 61 69 72 50 69 63 6b 69 6e 67 55 70 28  > fairPickingUp(
01b0: 76 65 63 74 6f 72 3c 6c 6f 6e 67 20 6c 6f 6e 67  vector<long long
01c0: 3e 20 73 63 6f 72 65 31 2c 20 76 65 63 74 6f 72  > score1, vector
01d0: 3c 6c 6f 6e 67 20 6c 6f 6e 67 3e 20 73 63 6f 72  <long long> scor
01e0: 65 32 29 20 0d 0a 09 7b 0d 0a 09 09 4c 4c 20 74  e2) ...{....LL t
01f0: 20 3d 20 61 63 63 75 6d 75 6c 61 74 65 28 73 63   = accumulate(sc
0200: 6f 72 65 32 2e 62 65 67 69 6e 28 29 2c 20 73 63  ore2.begin(), sc
0210: 6f 72 65 32 2e 65 6e 64 28 29 2c 20 30 4c 4c 29  ore2.end(), 0LL)
0220: 3b 0d 0a 09 09 76 65 63 74 6f 72 3c 4c 4c 3e 20  ;....vector<LL> 
0230: 73 3b 0d 0a 09 09 74 72 61 6e 73 66 6f 72 6d 28  s;....transform(
0240: 73 63 6f 72 65 31 2e 62 65 67 69 6e 28 29 2c 20  score1.begin(), 
0250: 73 63 6f 72 65 31 2e 65 6e 64 28 29 2c 20 73 63  score1.end(), sc
0260: 6f 72 65 32 2e 62 65 67 69 6e 28 29 2c 20 62 61  ore2.begin(), ba
0270: 63 6b 5f 69 6e 73 65 72 74 65 72 28 73 29 2c 20  ck_inserter(s), 
0280: 70 6c 75 73 3c 4c 4c 3e 28 29 29 3b 0d 0a 0d 0a  plus<LL>());....
0290: 09 09 69 6e 74 20 4e 20 3d 20 73 2e 73 69 7a 65  ..int N = s.size
02a0: 28 29 20 2f 20 32 3b 0d 0a 0d 0a 09 09 76 65 63  () / 2;......vec
02b0: 74 6f 72 3c 20 6d 61 70 3c 4c 4c 2c 42 49 54 53  tor< map<LL,BITS
02c0: 3e 20 3e 20 4c 20 3d 20 74 72 79 5f 61 6c 6c 28  > > L = try_all(
02d0: 20 73 2e 62 65 67 69 6e 28 29 2c 20 4e 20 29 3b   s.begin(), N );
02e0: 0d 0a 09 09 76 65 63 74 6f 72 3c 20 6d 61 70 3c  ....vector< map<
02f0: 4c 4c 2c 42 49 54 53 3e 20 3e 20 52 20 3d 20 74  LL,BITS> > R = t
0300: 72 79 5f 61 6c 6c 28 20 73 2e 62 65 67 69 6e 28  ry_all( s.begin(
0310: 29 2b 4e 2c 20 4e 20 29 3b 0d 0a 0d 0a 09 09 70  )+N, N );......p
0320: 61 69 72 3c 4c 4c 2c 20 42 49 54 53 3e 20 62 65  air<LL, BITS> be
0330: 73 74 28 30 78 37 66 66 66 66 66 66 66 66 66 66  st(0x7ffffffffff
0340: 66 66 66 66 66 4c 4c 2c 20 30 29 3b 0d 0a 09 09  fffffLL, 0);....
0350: 66 6f 72 28 69 6e 74 20 69 3d 30 3b 20 69 3c 3d  for(int i=0; i<=
0360: 4e 3b 20 2b 2b 69 29 0d 0a 09 09 09 62 65 73 74  N; ++i).....best
0370: 20 3d 20 6d 69 6e 28 62 65 73 74 2c 20 62 65 73   = min(best, bes
0380: 74 5f 70 6f 73 73 69 62 6c 65 28 20 4c 5b 69 5d  t_possible( L[i]
0390: 2c 20 52 5b 4e 2d 69 5d 2c 20 74 2c 20 4e 20 29  , R[N-i], t, N )
03a0: 29 3b 0d 0a 0d 0a 09 09 76 65 63 74 6f 72 3c 69  );......vector<i
03b0: 6e 74 3e 20 61 6e 73 3b 0d 0a 09 09 66 6f 72 28  nt> ans;....for(
03c0: 69 6e 74 20 69 3d 30 3b 20 69 21 3d 73 2e 73 69  int i=0; i!=s.si
03d0: 7a 65 28 29 3b 20 2b 2b 69 29 0d 0a 09 09 09 61  ze(); ++i).....a
03e0: 6e 73 2e 70 75 73 68 5f 62 61 63 6b 28 20 28 2d  ns.push_back( (-
03f0: 62 65 73 74 2e 73 65 63 6f 6e 64 20 26 20 28 31  best.second & (1
0400: 4c 4c 3c 3c 73 2e 73 69 7a 65 28 29 2d 31 2d 69  LL<<s.size()-1-i
0410: 29 29 20 3f 20 31 20 3a 20 32 20 29 3b 0d 0a 09  )) ? 1 : 2 );...
0420: 09 72 65 74 75 72 6e 20 61 6e 73 3b 0d 0a 09 7d  .return ans;...}
0430: 0d 0a 0d 0a 09 70 61 69 72 3c 4c 4c 2c 20 42 49  .....pair<LL, BI
0440: 54 53 3e 20 62 65 73 74 5f 70 6f 73 73 69 62 6c  TS> best_possibl
0450: 65 28 20 6d 61 70 3c 4c 4c 2c 42 49 54 53 3e 26  e( map<LL,BITS>&
0460: 20 4c 2c 20 6d 61 70 3c 4c 4c 2c 42 49 54 53 3e   L, map<LL,BITS>
0470: 26 20 52 2c 20 4c 4c 20 74 2c 20 69 6e 74 20 4e  & R, LL t, int N
0480: 20 29 0d 0a 09 7b 0d 0a 09 09 74 79 70 65 64 65   )...{....typede
0490: 66 20 6d 61 70 3c 4c 4c 2c 42 49 54 53 3e 3a 3a  f map<LL,BITS>::
04a0: 69 74 65 72 61 74 6f 72 20 6d 69 74 3b 0d 0a 0d  iterator mit;...
04b0: 0a 09 09 70 61 69 72 3c 4c 4c 2c 20 42 49 54 53  ...pair<LL, BITS
04c0: 3e 20 62 65 73 74 28 30 78 37 66 66 66 66 66 66  > best(0x7ffffff
04d0: 66 66 66 66 66 66 66 66 66 4c 4c 2c 20 30 29 3b  fffffffffLL, 0);
04e0: 0d 0a 09 09 66 6f 72 28 6d 69 74 20 69 3d 4c 2e  ....for(mit i=L.
04f0: 62 65 67 69 6e 28 29 3b 20 69 21 3d 4c 2e 65 6e  begin(); i!=L.en
0500: 64 28 29 3b 20 2b 2b 69 29 0d 0a 09 09 7b 0d 0a  d(); ++i)....{..
0510: 09 09 09 4c 4c 20 61 73 20 3d 20 69 2d 3e 66 69  ...LL as = i->fi
0520: 72 73 74 3b 0d 0a 09 09 09 4c 4c 20 61 6d 20 3d  rst;.....LL am =
0530: 20 69 2d 3e 73 65 63 6f 6e 64 3b 0d 0a 09 09 09   i->second;.....
0540: 6d 69 74 20 6a 20 3d 20 52 2e 6c 6f 77 65 72 5f  mit j = R.lower_
0550: 62 6f 75 6e 64 28 74 2d 61 73 29 3b 0d 0a 09 09  bound(t-as);....
0560: 09 69 66 28 20 6a 21 3d 52 2e 65 6e 64 28 29 20  .if( j!=R.end() 
0570: 29 20 7b 0d 0a 09 09 09 09 4c 4c 20 62 73 20 3d  ) {......LL bs =
0580: 20 6a 2d 3e 66 69 72 73 74 3b 0d 0a 09 09 09 09   j->first;......
0590: 4c 4c 20 62 6d 20 3d 20 6a 2d 3e 73 65 63 6f 6e  LL bm = j->secon
05a0: 64 3b 0d 0a 09 09 09 09 62 65 73 74 20 3d 20 6d  d;......best = m
05b0: 69 6e 28 62 65 73 74 2c 20 6d 61 6b 65 5f 70 61  in(best, make_pa
05c0: 69 72 28 61 62 73 28 61 73 2b 62 73 2d 74 29 2c  ir(abs(as+bs-t),
05d0: 20 2d 28 28 61 6d 3c 3c 4e 29 7c 62 6d 29 29 29   -((am<<N)|bm)))
05e0: 3b 0d 0a 09 09 09 7d 0d 0a 09 09 09 69 66 28 20  ;.....}.....if( 
05f0: 6a 21 3d 52 2e 62 65 67 69 6e 28 29 20 29 20 7b  j!=R.begin() ) {
0600: 0d 0a 09 09 09 09 2d 2d 6a 3b 0d 0a 09 09 09 09  ......--j;......
0610: 4c 4c 20 62 73 20 3d 20 6a 2d 3e 66 69 72 73 74  LL bs = j->first
0620: 3b 0d 0a 09 09 09 09 4c 4c 20 62 6d 20 3d 20 6a  ;......LL bm = j
0630: 2d 3e 73 65 63 6f 6e 64 3b 0d 0a 09 09 09 09 62  ->second;......b
0640: 65 73 74 20 3d 20 6d 69 6e 28 62 65 73 74 2c 20  est = min(best, 
0650: 6d 61 6b 65 5f 70 61 69 72 28 61 62 73 28 61 73  make_pair(abs(as
0660: 2b 62 73 2d 74 29 2c 20 2d 28 28 61 6d 3c 3c 4e  +bs-t), -((am<<N
0670: 29 7c 62 6d 29 29 29 3b 0d 0a 09 09 09 7d 0d 0a  )|bm)));.....}..
0680: 09 09 7d 0d 0a 0d 0a 09 09 72 65 74 75 72 6e 20  ..}......return 
0690: 62 65 73 74 3b 0d 0a 09 7d 0d 0a 0d 0a 09 74 65  best;...}.....te
06a0: 6d 70 6c 61 74 65 3c 74 79 70 65 6e 61 6d 65 20  mplate<typename 
06b0: 49 74 65 3e 0d 0a 09 76 65 63 74 6f 72 3c 20 6d  Ite>...vector< m
06c0: 61 70 3c 4c 4c 2c 42 49 54 53 3e 20 3e 20 74 72  ap<LL,BITS> > tr
06d0: 79 5f 61 6c 6c 28 20 49 74 65 20 73 2c 20 69 6e  y_all( Ite s, in
06e0: 74 20 4e 20 29 0d 0a 09 7b 0d 0a 09 09 76 65 63  t N )...{....vec
06f0: 74 6f 72 3c 20 6d 61 70 3c 4c 4c 2c 42 49 54 53  tor< map<LL,BITS
0700: 3e 20 3e 20 61 28 4e 2b 31 29 3b 0d 0a 09 09 66  > > a(N+1);....f
0710: 6f 72 28 42 49 54 53 20 6d 3d 28 31 3c 3c 4e 29  or(BITS m=(1<<N)
0720: 2d 31 3b 20 6d 3e 3d 30 3b 20 2d 2d 6d 29 0d 0a  -1; m>=0; --m)..
0730: 09 09 7b 0d 0a 09 09 09 69 6e 74 20 6e 62 20 3d  ..{.....int nb =
0740: 20 30 3b 0d 0a 09 09 09 4c 4c 20 20 73 6d 20 3d   0;.....LL  sm =
0750: 20 30 3b 0d 0a 09 09 09 66 6f 72 28 69 6e 74 20   0;.....for(int 
0760: 69 3d 30 3b 20 69 3c 4e 3b 20 2b 2b 69 29 0d 0a  i=0; i<N; ++i)..
0770: 09 09 09 09 69 66 28 20 6d 20 26 20 28 31 4c 4c  ....if( m & (1LL
0780: 3c 3c 4e 2d 31 2d 69 29 20 29 0d 0a 09 09 09 09  <<N-1-i) )......
0790: 09 2b 2b 6e 62 2c 20 73 6d 2b 3d 2a 28 73 2b 69  .++nb, sm+=*(s+i
07a0: 29 3b 0d 0a 09 09 09 69 66 28 20 21 61 5b 6e 62  );.....if( !a[nb
07b0: 5d 2e 63 6f 75 6e 74 28 73 6d 29 20 29 0d 0a 09  ].count(sm) )...
07c0: 09 09 09 61 5b 6e 62 5d 5b 73 6d 5d 20 3d 20 6d  ...a[nb][sm] = m
07d0: 3b 0d 0a 09 09 7d 0d 0a 09 09 72 65 74 75 72 6e  ;....}....return
07e0: 20 61 3b 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f   a;...}..};..../
07f0: 2f 20 42 45 47 49 4e 20 43 55 54 20 48 45 52 45  / BEGIN CUT HERE
0800: 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 63 74 69 6d  ..#include <ctim
0810: 65 3e 0d 0a 64 6f 75 62 6c 65 20 73 74 61 72 74  e>..double start
0820: 5f 74 69 6d 65 3b 73 74 72 69 6e 67 20 74 69 6d  _time;string tim
0830: 65 72 28 29 20 7b 20 6f 73 74 72 69 6e 67 73 74  er() { ostringst
0840: 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22  ream os; os << "
0850: 20 28 22 20 3c 3c 20 69 6e 74 28 28 63 6c 6f 63   (" << int((cloc
0860: 6b 28 29 2d 73 74 61 72 74 5f 74 69 6d 65 29 2f  k()-start_time)/
0870: 43 4c 4f 43 4b 53 5f 50 45 52 5f 53 45 43 2a 31  CLOCKS_PER_SEC*1
0880: 30 30 30 29 20 3c 3c 20 22 20 6d 73 65 63 29 22  000) << " msec)"
0890: 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 74 72 28  ; return os.str(
08a0: 29 3b 20 7d 0d 0a 0d 0a 74 65 6d 70 6c 61 74 65  ); }....template
08b0: 20 3c 74 79 70 65 6e 61 6d 65 20 54 3e 20 73 74   <typename T> st
08c0: 72 69 6e 67 20 70 72 69 6e 74 5f 61 72 72 61 79  ring print_array
08d0: 28 63 6f 6e 73 74 20 76 65 63 74 6f 72 3c 54 3e  (const vector<T>
08e0: 20 26 56 29 20 7b 20 6f 73 74 72 69 6e 67 73 74   &V) { ostringst
08f0: 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22  ream os; os << "
0900: 7b 20 22 3b 20 66 6f 72 20 28 74 79 70 65 6e 61  { "; for (typena
0910: 6d 65 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f  me vector<T>::co
0920: 6e 73 74 5f 69 74 65 72 61 74 6f 72 20 69 74 65  nst_iterator ite
0930: 72 20 3d 20 56 2e 62 65 67 69 6e 28 29 3b 20 69  r = V.begin(); i
0940: 74 65 72 20 21 3d 20 56 2e 65 6e 64 28 29 3b 20  ter != V.end(); 
0950: 2b 2b 69 74 65 72 29 20 6f 73 20 3c 3c 20 27 5c  ++iter) os << '\
0960: 22 27 20 3c 3c 20 2a 69 74 65 72 20 3c 3c 20 22  "' << *iter << "
0970: 5c 22 2c 22 3b 20 6f 73 20 3c 3c 20 22 20 7d 22  \","; os << " }"
0980: 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 74 72 28  ; return os.str(
0990: 29 3b 20 7d 0d 0a 69 6e 74 20 76 65 72 69 66 79  ); }..int verify
09a0: 5f 63 61 73 65 28 63 6f 6e 73 74 20 76 65 63 74  _case(const vect
09b0: 6f 72 20 3c 69 6e 74 3e 20 26 45 78 70 65 63 74  or <int> &Expect
09c0: 65 64 2c 20 63 6f 6e 73 74 20 76 65 63 74 6f 72  ed, const vector
09d0: 20 3c 69 6e 74 3e 20 26 52 65 63 65 69 76 65 64   <int> &Received
09e0: 29 20 7b 20 69 66 20 28 45 78 70 65 63 74 65 64  ) { if (Expected
09f0: 20 3d 3d 20 52 65 63 65 69 76 65 64 29 20 63 65   == Received) ce
0a00: 72 72 20 3c 3c 20 22 50 41 53 53 45 44 22 20 3c  rr << "PASSED" <
0a10: 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e 64  < timer() << end
0a20: 6c 3b 20 65 6c 73 65 20 7b 20 63 65 72 72 20 3c  l; else { cerr <
0a30: 3c 20 22 46 41 49 4c 45 44 22 20 3c 3c 20 74 69  < "FAILED" << ti
0a40: 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 20 63  mer() << endl; c
0a50: 65 72 72 20 3c 3c 20 22 5c 74 45 78 70 65 63 74  err << "\tExpect
0a60: 65 64 3a 20 22 20 3c 3c 20 70 72 69 6e 74 5f 61  ed: " << print_a
0a70: 72 72 61 79 28 45 78 70 65 63 74 65 64 29 20 3c  rray(Expected) <
0a80: 3c 20 65 6e 64 6c 3b 20 63 65 72 72 20 3c 3c 20  < endl; cerr << 
0a90: 22 5c 74 52 65 63 65 69 76 65 64 3a 20 22 20 3c  "\tReceived: " <
0aa0: 3c 20 70 72 69 6e 74 5f 61 72 72 61 79 28 52 65  < print_array(Re
0ab0: 63 65 69 76 65 64 29 20 3c 3c 20 65 6e 64 6c 3b  ceived) << endl;
0ac0: 20 7d 20 72 65 74 75 72 6e 20 30 3b 7d 0d 0a 0d   } return 0;}...
0ad0: 0a 74 65 6d 70 6c 61 74 65 3c 69 6e 74 20 4e 3e  .template<int N>
0ae0: 20 73 74 72 75 63 74 20 43 61 73 65 5f 20 7b 20   struct Case_ { 
0af0: 43 61 73 65 5f 28 29 7b 73 74 61 72 74 5f 74 69  Case_(){start_ti
0b00: 6d 65 3d 63 6c 6f 63 6b 28 29 3b 7d 20 7d 3b 0d  me=clock();} };.
0b10: 0a 63 68 61 72 20 54 65 73 74 5f 28 2e 2e 2e 29  .char Test_(...)
0b20: 3b 0d 0a 69 6e 74 20 54 65 73 74 5f 28 43 61 73  ;..int Test_(Cas
0b30: 65 5f 3c 30 3e 29 20 7b 0d 0a 09 6c 6f 6e 67 20  e_<0>) {...long 
0b40: 73 63 6f 72 65 31 5f 5b 5d 20 3d 20 7b 35 2c 39  score1_[] = {5,9
0b50: 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 3c 6c 6f  };...  vector<lo
0b60: 6e 67 20 6c 6f 6e 67 3e 20 73 63 6f 72 65 31 28  ng long> score1(
0b70: 73 63 6f 72 65 31 5f 2c 20 73 63 6f 72 65 31 5f  score1_, score1_
0b80: 2b 73 69 7a 65 6f 66 28 73 63 6f 72 65 31 5f 29  +sizeof(score1_)
0b90: 2f 73 69 7a 65 6f 66 28 2a 73 63 6f 72 65 31 5f  /sizeof(*score1_
0ba0: 29 29 3b 20 0d 0a 09 6c 6f 6e 67 20 73 63 6f 72  )); ...long scor
0bb0: 65 32 5f 5b 5d 20 3d 20 7b 38 2c 36 7d 3b 0d 0a  e2_[] = {8,6};..
0bc0: 09 20 20 76 65 63 74 6f 72 3c 6c 6f 6e 67 20 6c  .  vector<long l
0bd0: 6f 6e 67 3e 20 73 63 6f 72 65 32 28 73 63 6f 72  ong> score2(scor
0be0: 65 32 5f 2c 20 73 63 6f 72 65 32 5f 2b 73 69 7a  e2_, score2_+siz
0bf0: 65 6f 66 28 73 63 6f 72 65 32 5f 29 2f 73 69 7a  eof(score2_)/siz
0c00: 65 6f 66 28 2a 73 63 6f 72 65 32 5f 29 29 3b 20  eof(*score2_)); 
0c10: 0d 0a 09 69 6e 74 20 52 65 74 56 61 6c 5f 5b 5d  ...int RetVal_[]
0c20: 20 3d 20 7b 31 2c 20 32 20 7d 3b 0d 0a 09 20 20   = {1, 2 };...  
0c30: 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 52 65 74  vector <int> Ret
0c40: 56 61 6c 28 52 65 74 56 61 6c 5f 2c 20 52 65 74  Val(RetVal_, Ret
0c50: 56 61 6c 5f 2b 73 69 7a 65 6f 66 28 52 65 74 56  Val_+sizeof(RetV
0c60: 61 6c 5f 29 2f 73 69 7a 65 6f 66 28 2a 52 65 74  al_)/sizeof(*Ret
0c70: 56 61 6c 5f 29 29 3b 20 0d 0a 09 72 65 74 75 72  Val_)); ...retur
0c80: 6e 20 76 65 72 69 66 79 5f 63 61 73 65 28 52 65  n verify_case(Re
0c90: 74 56 61 6c 2c 20 50 69 63 6b 69 6e 67 55 70 28  tVal, PickingUp(
0ca0: 29 2e 66 61 69 72 50 69 63 6b 69 6e 67 55 70 28  ).fairPickingUp(
0cb0: 73 63 6f 72 65 31 2c 20 73 63 6f 72 65 32 29 29  score1, score2))
0cc0: 3b 20 7d 0d 0a 69 6e 74 20 54 65 73 74 5f 28 43  ; }..int Test_(C
0cd0: 61 73 65 5f 3c 31 3e 29 20 7b 0d 0a 09 6c 6f 6e  ase_<1>) {...lon
0ce0: 67 20 73 63 6f 72 65 31 5f 5b 5d 20 3d 20 7b 32  g score1_[] = {2
0cf0: 2c 33 2c 34 2c 37 7d 3b 0d 0a 09 20 20 76 65 63  ,3,4,7};...  vec
0d00: 74 6f 72 3c 6c 6f 6e 67 20 6c 6f 6e 67 3e 20 73  tor<long long> s
0d10: 63 6f 72 65 31 28 73 63 6f 72 65 31 5f 2c 20 73  core1(score1_, s
0d20: 63 6f 72 65 31 5f 2b 73 69 7a 65 6f 66 28 73 63  core1_+sizeof(sc
0d30: 6f 72 65 31 5f 29 2f 73 69 7a 65 6f 66 28 2a 73  ore1_)/sizeof(*s
0d40: 63 6f 72 65 31 5f 29 29 3b 20 0d 0a 09 6c 6f 6e  core1_)); ...lon
0d50: 67 20 73 63 6f 72 65 32 5f 5b 5d 20 3d 20 7b 32  g score2_[] = {2
0d60: 2c 34 2c 35 2c 38 7d 3b 0d 0a 09 20 20 76 65 63  ,4,5,8};...  vec
0d70: 74 6f 72 3c 6c 6f 6e 67 20 6c 6f 6e 67 3e 20 73  tor<long long> s
0d80: 63 6f 72 65 32 28 73 63 6f 72 65 32 5f 2c 20 73  core2(score2_, s
0d90: 63 6f 72 65 32 5f 2b 73 69 7a 65 6f 66 28 73 63  core2_+sizeof(sc
0da0: 6f 72 65 32 5f 29 2f 73 69 7a 65 6f 66 28 2a 73  ore2_)/sizeof(*s
0db0: 63 6f 72 65 32 5f 29 29 3b 20 0d 0a 09 69 6e 74  core2_)); ...int
0dc0: 20 52 65 74 56 61 6c 5f 5b 5d 20 3d 20 7b 31 2c   RetVal_[] = {1,
0dd0: 20 32 2c 20 32 2c 20 31 20 7d 3b 0d 0a 09 20 20   2, 2, 1 };...  
0de0: 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 52 65 74  vector <int> Ret
0df0: 56 61 6c 28 52 65 74 56 61 6c 5f 2c 20 52 65 74  Val(RetVal_, Ret
0e00: 56 61 6c 5f 2b 73 69 7a 65 6f 66 28 52 65 74 56  Val_+sizeof(RetV
0e10: 61 6c 5f 29 2f 73 69 7a 65 6f 66 28 2a 52 65 74  al_)/sizeof(*Ret
0e20: 56 61 6c 5f 29 29 3b 20 0d 0a 09 72 65 74 75 72  Val_)); ...retur
0e30: 6e 20 76 65 72 69 66 79 5f 63 61 73 65 28 52 65  n verify_case(Re
0e40: 74 56 61 6c 2c 20 50 69 63 6b 69 6e 67 55 70 28  tVal, PickingUp(
0e50: 29 2e 66 61 69 72 50 69 63 6b 69 6e 67 55 70 28  ).fairPickingUp(
0e60: 73 63 6f 72 65 31 2c 20 73 63 6f 72 65 32 29 29  score1, score2))
0e70: 3b 20 7d 0d 0a 69 6e 74 20 54 65 73 74 5f 28 43  ; }..int Test_(C
0e80: 61 73 65 5f 3c 32 3e 29 20 7b 0d 0a 09 6c 6f 6e  ase_<2>) {...lon
0e90: 67 20 73 63 6f 72 65 31 5f 5b 5d 20 3d 20 7b 31  g score1_[] = {1
0ea0: 2c 35 2c 36 2c 38 7d 3b 0d 0a 09 20 20 76 65 63  ,5,6,8};...  vec
0eb0: 74 6f 72 3c 6c 6f 6e 67 20 6c 6f 6e 67 3e 20 73  tor<long long> s
0ec0: 63 6f 72 65 31 28 73 63 6f 72 65 31 5f 2c 20 73  core1(score1_, s
0ed0: 63 6f 72 65 31 5f 2b 73 69 7a 65 6f 66 28 73 63  core1_+sizeof(sc
0ee0: 6f 72 65 31 5f 29 2f 73 69 7a 65 6f 66 28 2a 73  ore1_)/sizeof(*s
0ef0: 63 6f 72 65 31 5f 29 29 3b 20 0d 0a 09 6c 6f 6e  core1_)); ...lon
0f00: 67 20 73 63 6f 72 65 32 5f 5b 5d 20 3d 20 7b 37  g score2_[] = {7
0f10: 2c 35 2c 33 2c 31 7d 3b 0d 0a 09 20 20 76 65 63  ,5,3,1};...  vec
0f20: 74 6f 72 3c 6c 6f 6e 67 20 6c 6f 6e 67 3e 20 73  tor<long long> s
0f30: 63 6f 72 65 32 28 73 63 6f 72 65 32 5f 2c 20 73  core2(score2_, s
0f40: 63 6f 72 65 32 5f 2b 73 69 7a 65 6f 66 28 73 63  core2_+sizeof(sc
0f50: 6f 72 65 32 5f 29 2f 73 69 7a 65 6f 66 28 2a 73  ore2_)/sizeof(*s
0f60: 63 6f 72 65 32 5f 29 29 3b 20 0d 0a 09 69 6e 74  core2_)); ...int
0f70: 20 52 65 74 56 61 6c 5f 5b 5d 20 3d 20 7b 31 2c   RetVal_[] = {1,
0f80: 20 32 2c 20 31 2c 20 32 20 7d 3b 0d 0a 09 20 20   2, 1, 2 };...  
0f90: 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 52 65 74  vector <int> Ret
0fa0: 56 61 6c 28 52 65 74 56 61 6c 5f 2c 20 52 65 74  Val(RetVal_, Ret
0fb0: 56 61 6c 5f 2b 73 69 7a 65 6f 66 28 52 65 74 56  Val_+sizeof(RetV
0fc0: 61 6c 5f 29 2f 73 69 7a 65 6f 66 28 2a 52 65 74  al_)/sizeof(*Ret
0fd0: 56 61 6c 5f 29 29 3b 20 0d 0a 09 72 65 74 75 72  Val_)); ...retur
0fe0: 6e 20 76 65 72 69 66 79 5f 63 61 73 65 28 52 65  n verify_case(Re
0ff0: 74 56 61 6c 2c 20 50 69 63 6b 69 6e 67 55 70 28  tVal, PickingUp(
1000: 29 2e 66 61 69 72 50 69 63 6b 69 6e 67 55 70 28  ).fairPickingUp(
1010: 73 63 6f 72 65 31 2c 20 73 63 6f 72 65 32 29 29  score1, score2))
1020: 3b 20 7d 0d 0a 69 6e 74 20 54 65 73 74 5f 28 43  ; }..int Test_(C
1030: 61 73 65 5f 3c 33 3e 29 20 7b 0d 0a 09 6c 6f 6e  ase_<3>) {...lon
1040: 67 20 73 63 6f 72 65 31 5f 5b 5d 20 3d 20 7b 33  g score1_[] = {3
1050: 30 30 2c 33 30 30 2c 33 30 30 2c 33 30 30 7d 3b  00,300,300,300};
1060: 0d 0a 09 20 20 76 65 63 74 6f 72 3c 6c 6f 6e 67  ...  vector<long
1070: 20 6c 6f 6e 67 3e 20 73 63 6f 72 65 31 28 73 63   long> score1(sc
1080: 6f 72 65 31 5f 2c 20 73 63 6f 72 65 31 5f 2b 73  ore1_, score1_+s
1090: 69 7a 65 6f 66 28 73 63 6f 72 65 31 5f 29 2f 73  izeof(score1_)/s
10a0: 69 7a 65 6f 66 28 2a 73 63 6f 72 65 31 5f 29 29  izeof(*score1_))
10b0: 3b 20 0d 0a 09 6c 6f 6e 67 20 73 63 6f 72 65 32  ; ...long score2
10c0: 5f 5b 5d 20 3d 20 7b 36 30 30 2c 31 30 2c 31 30  _[] = {600,10,10
10d0: 2c 31 30 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72  ,10};...  vector
10e0: 3c 6c 6f 6e 67 20 6c 6f 6e 67 3e 20 73 63 6f 72  <long long> scor
10f0: 65 32 28 73 63 6f 72 65 32 5f 2c 20 73 63 6f 72  e2(score2_, scor
1100: 65 32 5f 2b 73 69 7a 65 6f 66 28 73 63 6f 72 65  e2_+sizeof(score
1110: 32 5f 29 2f 73 69 7a 65 6f 66 28 2a 73 63 6f 72  2_)/sizeof(*scor
1120: 65 32 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 52 65  e2_)); ...int Re
1130: 74 56 61 6c 5f 5b 5d 20 3d 20 7b 32 2c 20 31 2c  tVal_[] = {2, 1,
1140: 20 31 2c 20 32 20 7d 3b 0d 0a 09 20 20 76 65 63   1, 2 };...  vec
1150: 74 6f 72 20 3c 69 6e 74 3e 20 52 65 74 56 61 6c  tor <int> RetVal
1160: 28 52 65 74 56 61 6c 5f 2c 20 52 65 74 56 61 6c  (RetVal_, RetVal
1170: 5f 2b 73 69 7a 65 6f 66 28 52 65 74 56 61 6c 5f  _+sizeof(RetVal_
1180: 29 2f 73 69 7a 65 6f 66 28 2a 52 65 74 56 61 6c  )/sizeof(*RetVal
1190: 5f 29 29 3b 20 0d 0a 09 72 65 74 75 72 6e 20 76  _)); ...return v
11a0: 65 72 69 66 79 5f 63 61 73 65 28 52 65 74 56 61  erify_case(RetVa
11b0: 6c 2c 20 50 69 63 6b 69 6e 67 55 70 28 29 2e 66  l, PickingUp().f
11c0: 61 69 72 50 69 63 6b 69 6e 67 55 70 28 73 63 6f  airPickingUp(sco
11d0: 72 65 31 2c 20 73 63 6f 72 65 32 29 29 3b 20 7d  re1, score2)); }
11e0: 0d 0a 69 6e 74 20 54 65 73 74 5f 28 43 61 73 65  ..int Test_(Case
11f0: 5f 3c 34 3e 29 20 7b 0d 0a 09 6c 6f 6e 67 20 73  _<4>) {...long s
1200: 63 6f 72 65 31 5f 5b 5d 20 3d 20 7b 35 30 2c 35  core1_[] = {50,5
1210: 30 2c 35 30 2c 31 7d 3b 0d 0a 09 20 20 76 65 63  0,50,1};...  vec
1220: 74 6f 72 3c 6c 6f 6e 67 20 6c 6f 6e 67 3e 20 73  tor<long long> s
1230: 63 6f 72 65 31 28 73 63 6f 72 65 31 5f 2c 20 73  core1(score1_, s
1240: 63 6f 72 65 31 5f 2b 73 69 7a 65 6f 66 28 73 63  core1_+sizeof(sc
1250: 6f 72 65 31 5f 29 2f 73 69 7a 65 6f 66 28 2a 73  ore1_)/sizeof(*s
1260: 63 6f 72 65 31 5f 29 29 3b 20 0d 0a 09 6c 6f 6e  core1_)); ...lon
1270: 67 20 73 63 6f 72 65 32 5f 5b 5d 20 3d 20 7b 33  g score2_[] = {3
1280: 30 2c 33 30 2c 33 30 2c 31 35 30 7d 3b 0d 0a 09  0,30,30,150};...
1290: 20 20 76 65 63 74 6f 72 3c 6c 6f 6e 67 20 6c 6f    vector<long lo
12a0: 6e 67 3e 20 73 63 6f 72 65 32 28 73 63 6f 72 65  ng> score2(score
12b0: 32 5f 2c 20 73 63 6f 72 65 32 5f 2b 73 69 7a 65  2_, score2_+size
12c0: 6f 66 28 73 63 6f 72 65 32 5f 29 2f 73 69 7a 65  of(score2_)/size
12d0: 6f 66 28 2a 73 63 6f 72 65 32 5f 29 29 3b 20 0d  of(*score2_)); .
12e0: 0a 09 69 6e 74 20 52 65 74 56 61 6c 5f 5b 5d 20  ..int RetVal_[] 
12f0: 3d 20 7b 31 2c 20 32 2c 20 32 2c 20 31 20 7d 3b  = {1, 2, 2, 1 };
1300: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74  ...  vector <int
1310: 3e 20 52 65 74 56 61 6c 28 52 65 74 56 61 6c 5f  > RetVal(RetVal_
1320: 2c 20 52 65 74 56 61 6c 5f 2b 73 69 7a 65 6f 66  , RetVal_+sizeof
1330: 28 52 65 74 56 61 6c 5f 29 2f 73 69 7a 65 6f 66  (RetVal_)/sizeof
1340: 28 2a 52 65 74 56 61 6c 5f 29 29 3b 20 0d 0a 09  (*RetVal_)); ...
1350: 72 65 74 75 72 6e 20 76 65 72 69 66 79 5f 63 61  return verify_ca
1360: 73 65 28 52 65 74 56 61 6c 2c 20 50 69 63 6b 69  se(RetVal, Picki
1370: 6e 67 55 70 28 29 2e 66 61 69 72 50 69 63 6b 69  ngUp().fairPicki
1380: 6e 67 55 70 28 73 63 6f 72 65 31 2c 20 73 63 6f  ngUp(score1, sco
1390: 72 65 32 29 29 3b 20 7d 0d 0a 0d 0a 74 65 6d 70  re2)); }....temp
13a0: 6c 61 74 65 3c 69 6e 74 20 4e 3e 20 76 6f 69 64  late<int N> void
13b0: 20 52 75 6e 5f 28 29 20 7b 20 63 65 72 72 20 3c   Run_() { cerr <
13c0: 3c 20 22 54 65 73 74 20 43 61 73 65 20 23 22 20  < "Test Case #" 
13d0: 3c 3c 20 4e 20 3c 3c 20 22 2e 2e 2e 22 20 3c 3c  << N << "..." <<
13e0: 20 66 6c 75 73 68 3b 20 54 65 73 74 5f 28 43 61   flush; Test_(Ca
13f0: 73 65 5f 3c 4e 3e 28 29 29 3b 20 52 75 6e 5f 3c  se_<N>()); Run_<
1400: 73 69 7a 65 6f 66 28 54 65 73 74 5f 28 43 61 73  sizeof(Test_(Cas
1410: 65 5f 3c 4e 2b 31 3e 28 29 29 29 3d 3d 31 20 3f  e_<N+1>()))==1 ?
1420: 20 2d 31 20 3a 20 4e 2b 31 3e 28 29 3b 20 7d 0d   -1 : N+1>(); }.
1430: 0a 74 65 6d 70 6c 61 74 65 3c 3e 20 20 20 20 20  .template<>     
1440: 20 76 6f 69 64 20 52 75 6e 5f 3c 2d 31 3e 28 29   void Run_<-1>()
1450: 20 7b 7d 0d 0a 69 6e 74 20 6d 61 69 6e 28 29 20   {}..int main() 
1460: 7b 20 52 75 6e 5f 3c 30 3e 28 29 3b 20 7d 0d 0a  { Run_<0>(); }..
1470: 2f 2f 20 45 4e 44 20 43 55 54 20 48 45 52 45 0d  // END CUT HERE.
1480: 0a 0d 0a                                         ...