Hex Artifact Content
Not logged in

Artifact 1612b58278693269311e33c5c8be7518e32479c0:


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 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 6c 6f 6e 67  L;..typedef long
0170: 20 64 6f 75 62 6c 65 20 4c 44 3b 0d 0a 74 79 70   double LD;..typ
0180: 65 64 65 66 20 63 6f 6d 70 6c 65 78 3c 64 6f 75  edef complex<dou
0190: 62 6c 65 3e 20 43 4d 50 3b 0d 0a 0d 0a 63 6c 61  ble> CMP;....cla
01a0: 73 73 20 53 70 61 63 65 57 61 72 44 69 76 31 20  ss SpaceWarDiv1 
01b0: 7b 20 70 75 62 6c 69 63 3a 0d 0a 09 6c 6f 6e 67  { public:...long
01c0: 20 6c 6f 6e 67 20 6d 69 6e 69 6d 61 6c 46 61 74   long minimalFat
01d0: 69 67 75 65 28 76 65 63 74 6f 72 20 3c 69 6e 74  igue(vector <int
01e0: 3e 20 6d 61 67 69 63 61 6c 47 69 72 6c 53 74 72  > magicalGirlStr
01f0: 65 6e 67 74 68 2c 20 76 65 63 74 6f 72 20 3c 69  ength, vector <i
0200: 6e 74 3e 20 65 6e 65 6d 79 53 74 72 65 6e 67 74  nt> enemyStrengt
0210: 68 2c 20 76 65 63 74 6f 72 3c 6c 6f 6e 67 20 6c  h, vector<long l
0220: 6f 6e 67 3e 20 65 6e 65 6d 79 43 6f 75 6e 74 29  ong> enemyCount)
0230: 0d 0a 09 7b 0d 0a 09 09 69 6e 74 20 4d 20 3d 20  ...{....int M = 
0240: 2a 6d 61 78 5f 65 6c 65 6d 65 6e 74 28 6d 61 67  *max_element(mag
0250: 69 63 61 6c 47 69 72 6c 53 74 72 65 6e 67 74 68  icalGirlStrength
0260: 2e 62 65 67 69 6e 28 29 2c 20 6d 61 67 69 63 61  .begin(), magica
0270: 6c 47 69 72 6c 53 74 72 65 6e 67 74 68 2e 65 6e  lGirlStrength.en
0280: 64 28 29 29 3b 0d 0a 09 09 69 6e 74 20 45 20 3d  d());....int E =
0290: 20 2a 6d 61 78 5f 65 6c 65 6d 65 6e 74 28 65 6e   *max_element(en
02a0: 65 6d 79 53 74 72 65 6e 67 74 68 2e 62 65 67 69  emyStrength.begi
02b0: 6e 28 29 2c 20 65 6e 65 6d 79 53 74 72 65 6e 67  n(), enemyStreng
02c0: 74 68 2e 65 6e 64 28 29 29 3b 0d 0a 09 09 69 66  th.end());....if
02d0: 28 4d 3c 45 29 0d 0a 09 09 09 72 65 74 75 72 6e  (M<E).....return
02e0: 20 2d 31 3b 0d 0a 09 09 73 6f 72 74 28 6d 61 67   -1;....sort(mag
02f0: 69 63 61 6c 47 69 72 6c 53 74 72 65 6e 67 74 68  icalGirlStrength
0300: 2e 72 62 65 67 69 6e 28 29 2c 20 6d 61 67 69 63  .rbegin(), magic
0310: 61 6c 47 69 72 6c 53 74 72 65 6e 67 74 68 2e 72  alGirlStrength.r
0320: 65 6e 64 28 29 29 3b 0d 0a 09 09 76 65 63 74 6f  end());....vecto
0330: 72 3c 20 70 61 69 72 3c 69 6e 74 2c 4c 4c 3e 20  r< pair<int,LL> 
0340: 3e 20 65 3b 0d 0a 09 09 66 6f 72 28 69 6e 74 20  > e;....for(int 
0350: 69 3d 30 3b 20 69 3c 65 6e 65 6d 79 53 74 72 65  i=0; i<enemyStre
0360: 6e 67 74 68 2e 73 69 7a 65 28 29 3b 20 2b 2b 69  ngth.size(); ++i
0370: 29 0d 0a 09 09 09 65 2e 70 75 73 68 5f 62 61 63  ).....e.push_bac
0380: 6b 28 6d 61 6b 65 5f 70 61 69 72 28 65 6e 65 6d  k(make_pair(enem
0390: 79 53 74 72 65 6e 67 74 68 5b 69 5d 2c 20 65 6e  yStrength[i], en
03a0: 65 6d 79 43 6f 75 6e 74 5b 69 5d 29 29 3b 0d 0a  emyCount[i]));..
03b0: 09 09 73 6f 72 74 28 65 2e 72 62 65 67 69 6e 28  ..sort(e.rbegin(
03c0: 29 2c 20 65 2e 72 65 6e 64 28 29 29 3b 0d 0a 0d  ), e.rend());...
03d0: 0a 09 09 4c 4c 20 4c 3d 30 2c 20 52 3d 61 63 63  ...LL L=0, R=acc
03e0: 75 6d 75 6c 61 74 65 28 65 6e 65 6d 79 43 6f 75  umulate(enemyCou
03f0: 6e 74 2e 62 65 67 69 6e 28 29 2c 20 65 6e 65 6d  nt.begin(), enem
0400: 79 43 6f 75 6e 74 2e 65 6e 64 28 29 2c 20 30 4c  yCount.end(), 0L
0410: 4c 29 3b 20 2f 2f 20 28 4c 2c 52 29 0d 0a 09 09  L); // (L,R)....
0420: 77 68 69 6c 65 28 52 2d 4c 3e 31 29 20 7b 0d 0a  while(R-L>1) {..
0430: 09 09 09 4c 4c 20 43 20 3d 20 28 4c 2b 52 29 2f  ...LL C = (L+R)/
0440: 32 3b 0d 0a 09 09 09 28 70 6f 73 73 69 62 6c 65  2;.....(possible
0450: 28 6d 61 67 69 63 61 6c 47 69 72 6c 53 74 72 65  (magicalGirlStre
0460: 6e 67 74 68 2c 20 65 2c 20 43 29 20 3f 20 52 20  ngth, e, C) ? R 
0470: 3a 20 4c 29 20 3d 20 43 3b 0d 0a 09 09 7d 0d 0a  : L) = C;....}..
0480: 09 09 72 65 74 75 72 6e 20 52 3b 0d 0a 09 7d 0d  ..return R;...}.
0490: 0a 0d 0a 09 62 6f 6f 6c 20 70 6f 73 73 69 62 6c  ....bool possibl
04a0: 65 28 63 6f 6e 73 74 20 76 65 63 74 6f 72 3c 69  e(const vector<i
04b0: 6e 74 3e 26 20 6d 2c 20 63 6f 6e 73 74 20 76 65  nt>& m, const ve
04c0: 63 74 6f 72 3c 70 61 69 72 3c 69 6e 74 2c 4c 4c  ctor<pair<int,LL
04d0: 3e 20 3e 26 20 65 2c 20 4c 4c 20 46 29 0d 0a 09  > >& e, LL F)...
04e0: 7b 0d 0a 09 09 69 6e 74 20 65 69 20 3d 20 30 3b  {....int ei = 0;
04f0: 0d 0a 09 09 4c 4c 20 20 65 43 20 3d 20 65 5b 65  ....LL  eC = e[e
0500: 69 5d 2e 73 65 63 6f 6e 64 3b 0d 0a 09 09 66 6f  i].second;....fo
0510: 72 28 69 6e 74 20 69 3d 30 3b 20 69 3c 6d 2e 73  r(int i=0; i<m.s
0520: 69 7a 65 28 29 20 26 26 20 65 69 3c 65 2e 73 69  ize() && ei<e.si
0530: 7a 65 28 29 3b 20 2b 2b 69 29 0d 0a 09 09 7b 0d  ze(); ++i)....{.
0540: 0a 09 09 09 69 66 28 65 5b 65 69 5d 2e 66 69 72  ....if(e[ei].fir
0550: 73 74 20 3e 20 6d 5b 69 5d 29 0d 0a 09 09 09 09  st > m[i])......
0560: 72 65 74 75 72 6e 20 66 61 6c 73 65 3b 0d 0a 09  return false;...
0570: 09 0d 0a 09 09 09 66 6f 72 28 4c 4c 20 70 20 3d  ......for(LL p =
0580: 20 46 3b 20 70 3b 20 29 20 7b 0d 0a 09 09 09 09   F; p; ) {......
0590: 69 66 28 65 43 20 3e 20 70 29 20 7b 0d 0a 09 09  if(eC > p) {....
05a0: 09 09 09 65 43 20 2d 3d 20 70 3b 0d 0a 09 09 09  ...eC -= p;.....
05b0: 09 09 70 20 3d 20 30 3b 0d 0a 09 09 09 09 7d 0d  ..p = 0;......}.
05c0: 0a 09 09 09 09 65 6c 73 65 20 7b 0d 0a 09 09 09  .....else {.....
05d0: 09 09 2b 2b 65 69 3b 0d 0a 09 09 09 09 09 69 66  ..++ei;.......if
05e0: 28 65 69 20 3d 3d 20 65 2e 73 69 7a 65 28 29 29  (ei == e.size())
05f0: 0d 0a 09 09 09 09 09 09 72 65 74 75 72 6e 20 74  ........return t
0600: 72 75 65 3b 0d 0a 09 09 09 09 09 70 20 2d 3d 20  rue;.......p -= 
0610: 65 43 3b 0d 0a 09 09 09 09 09 65 43 20 3d 20 65  eC;.......eC = e
0620: 5b 65 69 5d 2e 73 65 63 6f 6e 64 3b 0d 0a 09 09  [ei].second;....
0630: 09 09 7d 0d 0a 09 09 09 7d 0d 0a 09 09 7d 0d 0a  ..}.....}....}..
0640: 09 09 72 65 74 75 72 6e 20 28 65 69 20 3d 3d 20  ..return (ei == 
0650: 65 2e 73 69 7a 65 28 29 29 3b 0d 0a 09 7d 0d 0a  e.size());...}..
0660: 7d 3b 0d 0a 0d 0a 2f 2f 20 42 45 47 49 4e 20 43  };....// BEGIN C
0670: 55 54 20 48 45 52 45 0d 0a 23 69 6e 63 6c 75 64  UT HERE..#includ
0680: 65 20 3c 63 74 69 6d 65 3e 0d 0a 64 6f 75 62 6c  e <ctime>..doubl
0690: 65 20 73 74 61 72 74 5f 74 69 6d 65 3b 20 73 74  e start_time; st
06a0: 72 69 6e 67 20 74 69 6d 65 72 28 29 0d 0a 20 7b  ring timer().. {
06b0: 20 6f 73 74 72 69 6e 67 73 74 72 65 61 6d 20 6f   ostringstream o
06c0: 73 3b 20 6f 73 20 3c 3c 20 22 20 28 22 20 3c 3c  s; os << " (" <<
06d0: 20 69 6e 74 28 28 63 6c 6f 63 6b 28 29 2d 73 74   int((clock()-st
06e0: 61 72 74 5f 74 69 6d 65 29 2f 43 4c 4f 43 4b 53  art_time)/CLOCKS
06f0: 5f 50 45 52 5f 53 45 43 2a 31 30 30 30 29 20 3c  _PER_SEC*1000) <
0700: 3c 20 22 20 6d 73 65 63 29 22 3b 20 72 65 74 75  < " msec)"; retu
0710: 72 6e 20 6f 73 2e 73 74 72 28 29 3b 20 7d 0d 0a  rn os.str(); }..
0720: 74 65 6d 70 6c 61 74 65 3c 74 79 70 65 6e 61 6d  template<typenam
0730: 65 20 54 3e 20 6f 73 74 72 65 61 6d 26 20 6f 70  e T> ostream& op
0740: 65 72 61 74 6f 72 3c 3c 28 6f 73 74 72 65 61 6d  erator<<(ostream
0750: 26 20 6f 73 2c 20 63 6f 6e 73 74 20 76 65 63 74  & os, const vect
0760: 6f 72 3c 54 3e 26 20 76 29 0d 0a 20 7b 20 6f 73  or<T>& v).. { os
0770: 20 3c 3c 20 22 7b 20 22 3b 0d 0a 20 20 20 66 6f   << "{ ";..   fo
0780: 72 28 74 79 70 65 6e 61 6d 65 20 76 65 63 74 6f  r(typename vecto
0790: 72 3c 54 3e 3a 3a 63 6f 6e 73 74 5f 69 74 65 72  r<T>::const_iter
07a0: 61 74 6f 72 20 69 74 3d 76 2e 62 65 67 69 6e 28  ator it=v.begin(
07b0: 29 3b 20 69 74 21 3d 76 2e 65 6e 64 28 29 3b 20  ); it!=v.end(); 
07c0: 2b 2b 69 74 29 0d 0a 20 20 20 6f 73 20 3c 3c 20  ++it)..   os << 
07d0: 27 5c 22 27 20 3c 3c 20 2a 69 74 20 3c 3c 20 27  '\"' << *it << '
07e0: 5c 22 27 20 3c 3c 20 28 69 74 2b 31 3d 3d 76 2e  \"' << (it+1==v.
07f0: 65 6e 64 28 29 20 3f 20 22 22 20 3a 20 22 2c 20  end() ? "" : ", 
0800: 22 29 3b 20 6f 73 20 3c 3c 20 22 20 7d 22 3b 20  "); os << " }"; 
0810: 72 65 74 75 72 6e 20 6f 73 3b 20 7d 0d 0a 76 6f  return os; }..vo
0820: 69 64 20 76 65 72 69 66 79 5f 63 61 73 65 28 63  id verify_case(c
0830: 6f 6e 73 74 20 6c 6f 6e 67 20 6c 6f 6e 67 26 20  onst long long& 
0840: 45 78 70 65 63 74 65 64 2c 20 63 6f 6e 73 74 20  Expected, const 
0850: 6c 6f 6e 67 20 6c 6f 6e 67 26 20 52 65 63 65 69  long long& Recei
0860: 76 65 64 29 20 7b 0d 0a 20 62 6f 6f 6c 20 6f 6b  ved) {.. bool ok
0870: 20 3d 20 28 45 78 70 65 63 74 65 64 20 3d 3d 20   = (Expected == 
0880: 52 65 63 65 69 76 65 64 29 3b 0d 0a 20 69 66 28  Received);.. if(
0890: 6f 6b 29 20 63 65 72 72 20 3c 3c 20 22 50 41 53  ok) cerr << "PAS
08a0: 53 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20  SED" << timer() 
08b0: 3c 3c 20 65 6e 64 6c 3b 20 20 65 6c 73 65 20 7b  << endl;  else {
08c0: 20 63 65 72 72 20 3c 3c 20 22 46 41 49 4c 45 44   cerr << "FAILED
08d0: 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20  " << timer() << 
08e0: 65 6e 64 6c 3b 0d 0a 20 63 65 72 72 20 3c 3c 20  endl;.. cerr << 
08f0: 22 5c 74 6f 3a 20 5c 22 22 20 3c 3c 20 45 78 70  "\to: \"" << Exp
0900: 65 63 74 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c  ected << '\"' <<
0910: 20 65 6e 64 6c 20 3c 3c 20 22 5c 74 78 3a 20 5c   endl << "\tx: \
0920: 22 22 20 3c 3c 20 52 65 63 65 69 76 65 64 20 3c  "" << Received <
0930: 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20  < '\"' << endl; 
0940: 7d 20 7d 0d 0a 23 64 65 66 69 6e 65 20 43 41 53  } }..#define CAS
0950: 45 28 4e 29 20 7b 63 65 72 72 20 3c 3c 20 22 54  E(N) {cerr << "T
0960: 65 73 74 20 43 61 73 65 20 23 22 20 3c 3c 20 4e  est Case #" << N
0970: 20 3c 3c 20 22 2e 2e 2e 22 20 3c 3c 20 66 6c 75   << "..." << flu
0980: 73 68 3b 20 73 74 61 72 74 5f 74 69 6d 65 3d 63  sh; start_time=c
0990: 6c 6f 63 6b 28 29 3b 0d 0a 23 64 65 66 69 6e 65  lock();..#define
09a0: 20 45 4e 44 09 20 76 65 72 69 66 79 5f 63 61 73   END. verify_cas
09b0: 65 28 5f 2c 20 53 70 61 63 65 57 61 72 44 69 76  e(_, SpaceWarDiv
09c0: 31 28 29 2e 6d 69 6e 69 6d 61 6c 46 61 74 69 67  1().minimalFatig
09d0: 75 65 28 6d 61 67 69 63 61 6c 47 69 72 6c 53 74  ue(magicalGirlSt
09e0: 72 65 6e 67 74 68 2c 20 65 6e 65 6d 79 53 74 72  rength, enemyStr
09f0: 65 6e 67 74 68 2c 20 65 6e 65 6d 79 43 6f 75 6e  ength, enemyCoun
0a00: 74 29 29 3b 7d 0d 0a 69 6e 74 20 6d 61 69 6e 28  t));}..int main(
0a10: 29 7b 0d 0a 0d 0a 43 41 53 45 28 30 29 0d 0a 09  ){....CASE(0)...
0a20: 69 6e 74 20 6d 61 67 69 63 61 6c 47 69 72 6c 53  int magicalGirlS
0a30: 74 72 65 6e 67 74 68 5f 5b 5d 20 3d 20 7b 32 2c  trength_[] = {2,
0a40: 20 33 2c 20 35 7d 3b 0d 0a 09 20 20 76 65 63 74   3, 5};...  vect
0a50: 6f 72 20 3c 69 6e 74 3e 20 6d 61 67 69 63 61 6c  or <int> magical
0a60: 47 69 72 6c 53 74 72 65 6e 67 74 68 28 6d 61 67  GirlStrength(mag
0a70: 69 63 61 6c 47 69 72 6c 53 74 72 65 6e 67 74 68  icalGirlStrength
0a80: 5f 2c 20 6d 61 67 69 63 61 6c 47 69 72 6c 53 74  _, magicalGirlSt
0a90: 72 65 6e 67 74 68 5f 2b 73 69 7a 65 6f 66 28 6d  rength_+sizeof(m
0aa0: 61 67 69 63 61 6c 47 69 72 6c 53 74 72 65 6e 67  agicalGirlStreng
0ab0: 74 68 5f 29 2f 73 69 7a 65 6f 66 28 2a 6d 61 67  th_)/sizeof(*mag
0ac0: 69 63 61 6c 47 69 72 6c 53 74 72 65 6e 67 74 68  icalGirlStrength
0ad0: 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 65 6e 65 6d  _)); ...int enem
0ae0: 79 53 74 72 65 6e 67 74 68 5f 5b 5d 20 3d 20 7b  yStrength_[] = {
0af0: 31 2c 20 33 2c 20 34 7d 3b 0d 0a 09 20 20 76 65  1, 3, 4};...  ve
0b00: 63 74 6f 72 20 3c 69 6e 74 3e 20 65 6e 65 6d 79  ctor <int> enemy
0b10: 53 74 72 65 6e 67 74 68 28 65 6e 65 6d 79 53 74  Strength(enemySt
0b20: 72 65 6e 67 74 68 5f 2c 20 65 6e 65 6d 79 53 74  rength_, enemySt
0b30: 72 65 6e 67 74 68 5f 2b 73 69 7a 65 6f 66 28 65  rength_+sizeof(e
0b40: 6e 65 6d 79 53 74 72 65 6e 67 74 68 5f 29 2f 73  nemyStrength_)/s
0b50: 69 7a 65 6f 66 28 2a 65 6e 65 6d 79 53 74 72 65  izeof(*enemyStre
0b60: 6e 67 74 68 5f 29 29 3b 20 0d 0a 09 6c 6f 6e 67  ngth_)); ...long
0b70: 20 6c 6f 6e 67 20 65 6e 65 6d 79 43 6f 75 6e 74   long enemyCount
0b80: 5f 5b 5d 20 3d 20 7b 32 2c 20 39 2c 20 34 7d 3b  _[] = {2, 9, 4};
0b90: 0d 0a 09 20 20 76 65 63 74 6f 72 3c 6c 6f 6e 67  ...  vector<long
0ba0: 20 6c 6f 6e 67 3e 20 65 6e 65 6d 79 43 6f 75 6e   long> enemyCoun
0bb0: 74 28 65 6e 65 6d 79 43 6f 75 6e 74 5f 2c 20 65  t(enemyCount_, e
0bc0: 6e 65 6d 79 43 6f 75 6e 74 5f 2b 73 69 7a 65 6f  nemyCount_+sizeo
0bd0: 66 28 65 6e 65 6d 79 43 6f 75 6e 74 5f 29 2f 73  f(enemyCount_)/s
0be0: 69 7a 65 6f 66 28 2a 65 6e 65 6d 79 43 6f 75 6e  izeof(*enemyCoun
0bf0: 74 5f 29 29 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f  t_)); ...long lo
0c00: 6e 67 20 5f 20 3d 20 37 4c 4c 3b 20 0d 0a 45 4e  ng _ = 7LL; ..EN
0c10: 44 0d 0a 43 41 53 45 28 31 29 0d 0a 09 69 6e 74  D..CASE(1)...int
0c20: 20 6d 61 67 69 63 61 6c 47 69 72 6c 53 74 72 65   magicalGirlStre
0c30: 6e 67 74 68 5f 5b 5d 20 3d 20 7b 32 2c 20 33 2c  ngth_[] = {2, 3,
0c40: 20 35 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20   5};...  vector 
0c50: 3c 69 6e 74 3e 20 6d 61 67 69 63 61 6c 47 69 72  <int> magicalGir
0c60: 6c 53 74 72 65 6e 67 74 68 28 6d 61 67 69 63 61  lStrength(magica
0c70: 6c 47 69 72 6c 53 74 72 65 6e 67 74 68 5f 2c 20  lGirlStrength_, 
0c80: 6d 61 67 69 63 61 6c 47 69 72 6c 53 74 72 65 6e  magicalGirlStren
0c90: 67 74 68 5f 2b 73 69 7a 65 6f 66 28 6d 61 67 69  gth_+sizeof(magi
0ca0: 63 61 6c 47 69 72 6c 53 74 72 65 6e 67 74 68 5f  calGirlStrength_
0cb0: 29 2f 73 69 7a 65 6f 66 28 2a 6d 61 67 69 63 61  )/sizeof(*magica
0cc0: 6c 47 69 72 6c 53 74 72 65 6e 67 74 68 5f 29 29  lGirlStrength_))
0cd0: 3b 20 0d 0a 09 69 6e 74 20 65 6e 65 6d 79 53 74  ; ...int enemySt
0ce0: 72 65 6e 67 74 68 5f 5b 5d 20 3d 20 7b 31 2c 20  rength_[] = {1, 
0cf0: 31 2c 20 32 7d 3b 0d 0a 09 20 20 76 65 63 74 6f  1, 2};...  vecto
0d00: 72 20 3c 69 6e 74 3e 20 65 6e 65 6d 79 53 74 72  r <int> enemyStr
0d10: 65 6e 67 74 68 28 65 6e 65 6d 79 53 74 72 65 6e  ength(enemyStren
0d20: 67 74 68 5f 2c 20 65 6e 65 6d 79 53 74 72 65 6e  gth_, enemyStren
0d30: 67 74 68 5f 2b 73 69 7a 65 6f 66 28 65 6e 65 6d  gth_+sizeof(enem
0d40: 79 53 74 72 65 6e 67 74 68 5f 29 2f 73 69 7a 65  yStrength_)/size
0d50: 6f 66 28 2a 65 6e 65 6d 79 53 74 72 65 6e 67 74  of(*enemyStrengt
0d60: 68 5f 29 29 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f  h_)); ...long lo
0d70: 6e 67 20 65 6e 65 6d 79 43 6f 75 6e 74 5f 5b 5d  ng enemyCount_[]
0d80: 20 3d 20 7b 32 2c 20 39 2c 20 34 7d 3b 0d 0a 09   = {2, 9, 4};...
0d90: 20 20 76 65 63 74 6f 72 3c 6c 6f 6e 67 20 6c 6f    vector<long lo
0da0: 6e 67 3e 20 65 6e 65 6d 79 43 6f 75 6e 74 28 65  ng> enemyCount(e
0db0: 6e 65 6d 79 43 6f 75 6e 74 5f 2c 20 65 6e 65 6d  nemyCount_, enem
0dc0: 79 43 6f 75 6e 74 5f 2b 73 69 7a 65 6f 66 28 65  yCount_+sizeof(e
0dd0: 6e 65 6d 79 43 6f 75 6e 74 5f 29 2f 73 69 7a 65  nemyCount_)/size
0de0: 6f 66 28 2a 65 6e 65 6d 79 43 6f 75 6e 74 5f 29  of(*enemyCount_)
0df0: 29 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20  ); ...long long 
0e00: 5f 20 3d 20 35 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a  _ = 5LL; ..END..
0e10: 43 41 53 45 28 32 29 0d 0a 09 69 6e 74 20 6d 61  CASE(2)...int ma
0e20: 67 69 63 61 6c 47 69 72 6c 53 74 72 65 6e 67 74  gicalGirlStrengt
0e30: 68 5f 5b 5d 20 3d 20 7b 31 34 2c 20 36 2c 20 32  h_[] = {14, 6, 2
0e40: 32 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c  2};...  vector <
0e50: 69 6e 74 3e 20 6d 61 67 69 63 61 6c 47 69 72 6c  int> magicalGirl
0e60: 53 74 72 65 6e 67 74 68 28 6d 61 67 69 63 61 6c  Strength(magical
0e70: 47 69 72 6c 53 74 72 65 6e 67 74 68 5f 2c 20 6d  GirlStrength_, m
0e80: 61 67 69 63 61 6c 47 69 72 6c 53 74 72 65 6e 67  agicalGirlStreng
0e90: 74 68 5f 2b 73 69 7a 65 6f 66 28 6d 61 67 69 63  th_+sizeof(magic
0ea0: 61 6c 47 69 72 6c 53 74 72 65 6e 67 74 68 5f 29  alGirlStrength_)
0eb0: 2f 73 69 7a 65 6f 66 28 2a 6d 61 67 69 63 61 6c  /sizeof(*magical
0ec0: 47 69 72 6c 53 74 72 65 6e 67 74 68 5f 29 29 3b  GirlStrength_));
0ed0: 20 0d 0a 09 69 6e 74 20 65 6e 65 6d 79 53 74 72   ...int enemyStr
0ee0: 65 6e 67 74 68 5f 5b 5d 20 3d 20 7b 38 2c 20 33  ength_[] = {8, 3
0ef0: 33 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c  3};...  vector <
0f00: 69 6e 74 3e 20 65 6e 65 6d 79 53 74 72 65 6e 67  int> enemyStreng
0f10: 74 68 28 65 6e 65 6d 79 53 74 72 65 6e 67 74 68  th(enemyStrength
0f20: 5f 2c 20 65 6e 65 6d 79 53 74 72 65 6e 67 74 68  _, enemyStrength
0f30: 5f 2b 73 69 7a 65 6f 66 28 65 6e 65 6d 79 53 74  _+sizeof(enemySt
0f40: 72 65 6e 67 74 68 5f 29 2f 73 69 7a 65 6f 66 28  rength_)/sizeof(
0f50: 2a 65 6e 65 6d 79 53 74 72 65 6e 67 74 68 5f 29  *enemyStrength_)
0f60: 29 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20  ); ...long long 
0f70: 65 6e 65 6d 79 43 6f 75 6e 74 5f 5b 5d 20 3d 20  enemyCount_[] = 
0f80: 7b 39 2c 20 31 7d 3b 0d 0a 09 20 20 76 65 63 74  {9, 1};...  vect
0f90: 6f 72 3c 6c 6f 6e 67 20 6c 6f 6e 67 3e 20 65 6e  or<long long> en
0fa0: 65 6d 79 43 6f 75 6e 74 28 65 6e 65 6d 79 43 6f  emyCount(enemyCo
0fb0: 75 6e 74 5f 2c 20 65 6e 65 6d 79 43 6f 75 6e 74  unt_, enemyCount
0fc0: 5f 2b 73 69 7a 65 6f 66 28 65 6e 65 6d 79 43 6f  _+sizeof(enemyCo
0fd0: 75 6e 74 5f 29 2f 73 69 7a 65 6f 66 28 2a 65 6e  unt_)/sizeof(*en
0fe0: 65 6d 79 43 6f 75 6e 74 5f 29 29 3b 20 0d 0a 09  emyCount_)); ...
0ff0: 6c 6f 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20 2d 31  long long _ = -1
1000: 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28  LL; ..END..CASE(
1010: 33 29 0d 0a 09 69 6e 74 20 6d 61 67 69 63 61 6c  3)...int magical
1020: 47 69 72 6c 53 74 72 65 6e 67 74 68 5f 5b 5d 20  GirlStrength_[] 
1030: 3d 20 7b 38 36 39 2c 20 32 34 39 2c 20 35 39 39  = {869, 249, 599
1040: 2c 20 31 34 34 2c 20 39 32 39 2c 20 37 34 38 2c  , 144, 929, 748,
1050: 20 36 36 35 2c 20 33 37 2c 20 33 31 33 2c 20 39   665, 37, 313, 9
1060: 39 2c 20 33 33 2c 20 34 33 37 2c 20 33 30 38 2c  9, 33, 437, 308,
1070: 20 31 33 37 2c 20 36 36 35 2c 20 38 33 34 2c 20   137, 665, 834, 
1080: 39 35 35 2c 20 39 35 38 2c 20 36 31 33 2c 20 34  955, 958, 613, 4
1090: 31 37 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20  17};...  vector 
10a0: 3c 69 6e 74 3e 20 6d 61 67 69 63 61 6c 47 69 72  <int> magicalGir
10b0: 6c 53 74 72 65 6e 67 74 68 28 6d 61 67 69 63 61  lStrength(magica
10c0: 6c 47 69 72 6c 53 74 72 65 6e 67 74 68 5f 2c 20  lGirlStrength_, 
10d0: 6d 61 67 69 63 61 6c 47 69 72 6c 53 74 72 65 6e  magicalGirlStren
10e0: 67 74 68 5f 2b 73 69 7a 65 6f 66 28 6d 61 67 69  gth_+sizeof(magi
10f0: 63 61 6c 47 69 72 6c 53 74 72 65 6e 67 74 68 5f  calGirlStrength_
1100: 29 2f 73 69 7a 65 6f 66 28 2a 6d 61 67 69 63 61  )/sizeof(*magica
1110: 6c 47 69 72 6c 53 74 72 65 6e 67 74 68 5f 29 29  lGirlStrength_))
1120: 3b 20 0d 0a 09 69 6e 74 20 65 6e 65 6d 79 53 74  ; ...int enemySt
1130: 72 65 6e 67 74 68 5f 5b 5d 20 3d 20 7b 37 38 39  rength_[] = {789
1140: 2c 20 35 37 2c 20 36 38 34 2c 20 37 34 31 2c 20  , 57, 684, 741, 
1150: 31 32 38 2c 20 37 39 34 2c 20 35 34 32 2c 20 33  128, 794, 542, 3
1160: 36 37 2c 20 39 33 37 2c 20 37 33 39 2c 20 35 36  67, 937, 739, 56
1170: 38 2c 20 38 37 32 2c 20 31 32 37 2c 20 32 36 31  8, 872, 127, 261
1180: 2c 20 31 30 33 2c 20 37 36 33 2c 20 38 36 34 2c  , 103, 763, 864,
1190: 20 33 36 30 2c 20 36 31 38 2c 20 33 30 37 7d 3b   360, 618, 307};
11a0: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74  ...  vector <int
11b0: 3e 20 65 6e 65 6d 79 53 74 72 65 6e 67 74 68 28  > enemyStrength(
11c0: 65 6e 65 6d 79 53 74 72 65 6e 67 74 68 5f 2c 20  enemyStrength_, 
11d0: 65 6e 65 6d 79 53 74 72 65 6e 67 74 68 5f 2b 73  enemyStrength_+s
11e0: 69 7a 65 6f 66 28 65 6e 65 6d 79 53 74 72 65 6e  izeof(enemyStren
11f0: 67 74 68 5f 29 2f 73 69 7a 65 6f 66 28 2a 65 6e  gth_)/sizeof(*en
1200: 65 6d 79 53 74 72 65 6e 67 74 68 5f 29 29 3b 20  emyStrength_)); 
1210: 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 65 6e 65  ...long long ene
1220: 6d 79 43 6f 75 6e 74 5f 5b 5d 20 3d 20 7b 32 30  myCount_[] = {20
1230: 36 32 36 37 37 30 31 39 36 34 32 30 2c 20 34 35  626770196420, 45
1240: 35 33 38 35 32 37 32 36 33 39 39 32 2c 20 35 32  538527263992, 52
1250: 38 30 37 31 31 34 39 35 37 35 30 37 2c 20 31 37  807114957507, 17
1260: 39 33 31 37 31 36 30 39 30 37 38 35 2c 20 36 35  931716090785, 65
1270: 30 33 32 39 31 30 39 38 30 36 33 30 2c 20 38 38  032910980630, 88
1280: 37 31 31 38 35 33 31 39 38 36 38 37 2c 20 32 36  711853198687, 26
1290: 33 35 33 32 35 30 36 33 37 30 39 32 2c 0d 0a 20  353250637092,.. 
12a0: 36 31 32 37 32 35 33 34 37 34 38 37 30 37 2c 20  61272534748707, 
12b0: 38 39 32 39 34 33 36 32 32 33 30 37 37 31 2c 20  89294362230771, 
12c0: 35 32 30 35 38 35 39 30 39 36 37 35 37 36 2c 20  52058590967576, 
12d0: 36 30 35 36 38 35 39 34 34 36 39 34 35 33 2c 20  60568594469453, 
12e0: 32 33 37 37 32 37 30 37 30 33 32 33 33 38 2c 20  23772707032338, 
12f0: 34 33 30 31 39 31 34 32 38 38 39 37 32 37 2c 20  43019142889727, 
1300: 33 39 35 36 36 30 37 32 38 34 39 39 31 32 2c 0d  39566072849912,.
1310: 0a 20 37 38 38 37 30 38 34 35 32 35 37 31 37 33  . 78870845257173
1320: 2c 20 36 38 31 33 35 36 36 38 30 33 32 37 36 31  , 68135668032761
1330: 2c 20 33 36 38 34 34 32 30 31 30 31 37 35 38 34  , 36844201017584
1340: 2c 20 31 30 31 33 33 38 30 34 36 37 36 35 32 31  , 10133804676521
1350: 2c 20 36 32 37 35 38 34 37 34 31 32 39 32 37 2c  , 6275847412927,
1360: 20 33 37 34 39 32 31 36 37 37 38 33 32 39 36 7d   37492167783296}
1370: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 3c 6c 6f 6e  ;...  vector<lon
1380: 67 20 6c 6f 6e 67 3e 20 65 6e 65 6d 79 43 6f 75  g long> enemyCou
1390: 6e 74 28 65 6e 65 6d 79 43 6f 75 6e 74 5f 2c 20  nt(enemyCount_, 
13a0: 65 6e 65 6d 79 43 6f 75 6e 74 5f 2b 73 69 7a 65  enemyCount_+size
13b0: 6f 66 28 65 6e 65 6d 79 43 6f 75 6e 74 5f 29 2f  of(enemyCount_)/
13c0: 73 69 7a 65 6f 66 28 2a 65 6e 65 6d 79 43 6f 75  sizeof(*enemyCou
13d0: 6e 74 5f 29 29 3b 20 0d 0a 09 6c 6f 6e 67 20 6c  nt_)); ...long l
13e0: 6f 6e 67 20 5f 20 3d 20 37 35 30 33 30 34 39 37  ong _ = 75030497
13f0: 32 38 37 34 30 35 4c 4c 3b 20 0d 0a 45 4e 44 0d  287405LL; ..END.
1400: 0a 43 41 53 45 28 34 29 0d 0a 69 6e 74 20 6d 61  .CASE(4)..int ma
1410: 67 69 63 61 6c 47 69 72 6c 53 74 72 65 6e 67 74  gicalGirlStrengt
1420: 68 5f 5b 5d 20 3d 20 7b 36 36 2c 31 36 2c 31 35  h_[] = {66,16,15
1430: 2c 38 35 2c 39 38 2c 38 32 2c 31 30 30 2c 32 31  ,85,98,82,100,21
1440: 2c 38 37 2c 32 31 2c 36 33 2c 34 38 2c 32 32 2c  ,87,21,63,48,22,
1450: 38 32 2c 34 39 2c 39 31 2c 36 39 2c 38 35 2c 38  82,49,91,69,85,8
1460: 32 2c 31 30 30 2c 37 30 2c 34 30 2c 37 37 2c 35  2,100,70,40,77,5
1470: 33 2c 33 36 2c 38 2c 35 34 2c 32 36 2c 33 35 2c  3,36,8,54,26,35,
1480: 37 2c 33 36 2c 37 34 2c 33 36 2c 37 30 2c 31 30  7,36,74,36,70,10
1490: 2c 33 30 2c 38 39 2c 31 34 2c 31 34 2c 36 34 2c  ,30,89,14,14,64,
14a0: 38 39 2c 38 37 2c 36 38 2c 34 30 2c 31 36 2c 34  89,87,68,40,16,4
14b0: 36 2c 32 38 2c 37 35 2c 34 33 2c 31 30 7d 3b 0d  6,28,75,43,10};.
14c0: 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e  ..  vector <int>
14d0: 20 6d 61 67 69 63 61 6c 47 69 72 6c 53 74 72 65   magicalGirlStre
14e0: 6e 67 74 68 28 6d 61 67 69 63 61 6c 47 69 72 6c  ngth(magicalGirl
14f0: 53 74 72 65 6e 67 74 68 5f 2c 20 6d 61 67 69 63  Strength_, magic
1500: 61 6c 47 69 72 6c 53 74 72 65 6e 67 74 68 5f 2b  alGirlStrength_+
1510: 73 69 7a 65 6f 66 28 6d 61 67 69 63 61 6c 47 69  sizeof(magicalGi
1520: 72 6c 53 74 72 65 6e 67 74 68 5f 29 2f 73 69 7a  rlStrength_)/siz
1530: 65 6f 66 28 2a 6d 61 67 69 63 61 6c 47 69 72 6c  eof(*magicalGirl
1540: 53 74 72 65 6e 67 74 68 5f 29 29 3b 20 0d 0a 09  Strength_)); ...
1550: 20 20 69 6e 74 20 65 6e 65 6d 79 53 74 72 65 6e    int enemyStren
1560: 67 74 68 5f 5b 5d 20 3d 20 7b 31 7d 3b 0d 0a 09  gth_[] = {1};...
1570: 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 65    vector <int> e
1580: 6e 65 6d 79 53 74 72 65 6e 67 74 68 28 65 6e 65  nemyStrength(ene
1590: 6d 79 53 74 72 65 6e 67 74 68 5f 2c 20 65 6e 65  myStrength_, ene
15a0: 6d 79 53 74 72 65 6e 67 74 68 5f 2b 73 69 7a 65  myStrength_+size
15b0: 6f 66 28 65 6e 65 6d 79 53 74 72 65 6e 67 74 68  of(enemyStrength
15c0: 5f 29 2f 73 69 7a 65 6f 66 28 2a 65 6e 65 6d 79  _)/sizeof(*enemy
15d0: 53 74 72 65 6e 67 74 68 5f 29 29 3b 20 0d 0a 09  Strength_)); ...
15e0: 20 20 6c 6f 6e 67 20 6c 6f 6e 67 20 65 6e 65 6d    long long enem
15f0: 79 43 6f 75 6e 74 5f 5b 5d 20 3d 20 7b 31 30 30  yCount_[] = {100
1600: 30 30 30 30 30 30 30 30 30 4c 4c 7d 3b 0d 0a 09  000000000LL};...
1610: 20 20 76 65 63 74 6f 72 3c 6c 6f 6e 67 20 6c 6f    vector<long lo
1620: 6e 67 3e 20 65 6e 65 6d 79 43 6f 75 6e 74 28 65  ng> enemyCount(e
1630: 6e 65 6d 79 43 6f 75 6e 74 5f 2c 20 65 6e 65 6d  nemyCount_, enem
1640: 79 43 6f 75 6e 74 5f 2b 73 69 7a 65 6f 66 28 65  yCount_+sizeof(e
1650: 6e 65 6d 79 43 6f 75 6e 74 5f 29 2f 73 69 7a 65  nemyCount_)/size
1660: 6f 66 28 2a 65 6e 65 6d 79 43 6f 75 6e 74 5f 29  of(*enemyCount_)
1670: 29 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20  ); ...long long 
1680: 5f 20 3d 20 2d 31 4c 4c 3b 20 0d 0a 45 4e 44 0d  _ = -1LL; ..END.
1690: 0a 2f 2a 0d 0a 43 41 53 45 28 35 29 0d 0a 09 69  ./*..CASE(5)...i
16a0: 6e 74 20 6d 61 67 69 63 61 6c 47 69 72 6c 53 74  nt magicalGirlSt
16b0: 72 65 6e 67 74 68 5f 5b 5d 20 3d 20 3b 0d 0a 09  rength_[] = ;...
16c0: 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 6d    vector <int> m
16d0: 61 67 69 63 61 6c 47 69 72 6c 53 74 72 65 6e 67  agicalGirlStreng
16e0: 74 68 28 6d 61 67 69 63 61 6c 47 69 72 6c 53 74  th(magicalGirlSt
16f0: 72 65 6e 67 74 68 5f 2c 20 6d 61 67 69 63 61 6c  rength_, magical
1700: 47 69 72 6c 53 74 72 65 6e 67 74 68 5f 2b 73 69  GirlStrength_+si
1710: 7a 65 6f 66 28 6d 61 67 69 63 61 6c 47 69 72 6c  zeof(magicalGirl
1720: 53 74 72 65 6e 67 74 68 5f 29 2f 73 69 7a 65 6f  Strength_)/sizeo
1730: 66 28 2a 6d 61 67 69 63 61 6c 47 69 72 6c 53 74  f(*magicalGirlSt
1740: 72 65 6e 67 74 68 5f 29 29 3b 20 0d 0a 09 69 6e  rength_)); ...in
1750: 74 20 65 6e 65 6d 79 53 74 72 65 6e 67 74 68 5f  t enemyStrength_
1760: 5b 5d 20 3d 20 3b 0d 0a 09 20 20 76 65 63 74 6f  [] = ;...  vecto
1770: 72 20 3c 69 6e 74 3e 20 65 6e 65 6d 79 53 74 72  r <int> enemyStr
1780: 65 6e 67 74 68 28 65 6e 65 6d 79 53 74 72 65 6e  ength(enemyStren
1790: 67 74 68 5f 2c 20 65 6e 65 6d 79 53 74 72 65 6e  gth_, enemyStren
17a0: 67 74 68 5f 2b 73 69 7a 65 6f 66 28 65 6e 65 6d  gth_+sizeof(enem
17b0: 79 53 74 72 65 6e 67 74 68 5f 29 2f 73 69 7a 65  yStrength_)/size
17c0: 6f 66 28 2a 65 6e 65 6d 79 53 74 72 65 6e 67 74  of(*enemyStrengt
17d0: 68 5f 29 29 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f  h_)); ...long lo
17e0: 6e 67 20 65 6e 65 6d 79 43 6f 75 6e 74 5f 5b 5d  ng enemyCount_[]
17f0: 20 3d 20 3b 0d 0a 09 20 20 76 65 63 74 6f 72 3c   = ;...  vector<
1800: 6c 6f 6e 67 20 6c 6f 6e 67 3e 20 65 6e 65 6d 79  long long> enemy
1810: 43 6f 75 6e 74 28 65 6e 65 6d 79 43 6f 75 6e 74  Count(enemyCount
1820: 5f 2c 20 65 6e 65 6d 79 43 6f 75 6e 74 5f 2b 73  _, enemyCount_+s
1830: 69 7a 65 6f 66 28 65 6e 65 6d 79 43 6f 75 6e 74  izeof(enemyCount
1840: 5f 29 2f 73 69 7a 65 6f 66 28 2a 65 6e 65 6d 79  _)/sizeof(*enemy
1850: 43 6f 75 6e 74 5f 29 29 3b 20 0d 0a 09 6c 6f 6e  Count_)); ...lon
1860: 67 20 6c 6f 6e 67 20 5f 20 3d 20 4c 4c 3b 20 0d  g long _ = LL; .
1870: 0a 45 4e 44 0d 0a 09 2a 2f 0d 0a 7d 0d 0a 2f 2f  .END...*/..}..//
1880: 20 45 4e 44 20 43 55 54 20 48 45 52 45 0d 0a      END CUT HERE..