Hex Artifact Content
Not logged in

Artifact 7bd18a955be38deaf7f3bcccd29d14680721ab7f:


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 74 75 70 6c 65 3e 0d 0a 75 73 69 6e 67 20 6e  <tuple>..using n
0150: 61 6d 65 73 70 61 63 65 20 73 74 64 3b 0d 0a 74  amespace std;..t
0160: 79 70 65 64 65 66 20 6c 6f 6e 67 20 6c 6f 6e 67  ypedef long long
0170: 20 4c 4c 3b 0d 0a 74 79 70 65 64 65 66 20 63 6f   LL;..typedef co
0180: 6d 70 6c 65 78 3c 64 6f 75 62 6c 65 3e 20 43 4d  mplex<double> CM
0190: 50 3b 0d 0a 0d 0a 63 6c 61 73 73 20 50 65 72 69  P;....class Peri
01a0: 6f 64 69 63 4a 75 6d 70 69 6e 67 20 7b 20 70 75  odicJumping { pu
01b0: 62 6c 69 63 3a 0d 0a 09 69 6e 74 20 6d 69 6e 69  blic:...int mini
01c0: 6d 61 6c 54 69 6d 65 28 69 6e 74 20 78 2c 20 76  malTime(int x, v
01d0: 65 63 74 6f 72 20 3c 69 6e 74 3e 20 6a 75 6d 70  ector <int> jump
01e0: 4c 65 6e 67 74 68 73 29 0d 0a 09 7b 0d 0a 09 09  Lengths)...{....
01f0: 69 66 28 78 3d 3d 30 29 0d 0a 09 09 09 72 65 74  if(x==0).....ret
0200: 75 72 6e 20 30 3b 0d 0a 09 09 69 66 28 78 3c 30  urn 0;....if(x<0
0210: 29 0d 0a 09 09 09 78 3d 2d 78 3b 0d 0a 0d 0a 09  ).....x=-x;.....
0220: 09 76 65 63 74 6f 72 3c 69 6e 74 3e 20 6a 73 3b  .vector<int> js;
0230: 0d 0a 09 09 6a 73 2e 69 6e 73 65 72 74 28 6a 73  ....js.insert(js
0240: 2e 65 6e 64 28 29 2c 20 6a 75 6d 70 4c 65 6e 67  .end(), jumpLeng
0250: 74 68 73 2e 62 65 67 69 6e 28 29 2c 20 6a 75 6d  ths.begin(), jum
0260: 70 4c 65 6e 67 74 68 73 2e 65 6e 64 28 29 29 3b  pLengths.end());
0270: 0d 0a 09 09 6a 73 2e 69 6e 73 65 72 74 28 6a 73  ....js.insert(js
0280: 2e 65 6e 64 28 29 2c 20 6a 75 6d 70 4c 65 6e 67  .end(), jumpLeng
0290: 74 68 73 2e 62 65 67 69 6e 28 29 2c 20 6a 75 6d  ths.begin(), jum
02a0: 70 4c 65 6e 67 74 68 73 2e 65 6e 64 28 29 29 3b  pLengths.end());
02b0: 0d 0a 09 09 63 6f 6e 73 74 20 4c 4c 20 61 6c 6c  ....const LL all
02c0: 5f 73 75 6d 20 3d 20 61 63 63 75 6d 75 6c 61 74  _sum = accumulat
02d0: 65 28 6a 73 2e 62 65 67 69 6e 28 29 2c 20 6a 73  e(js.begin(), js
02e0: 2e 65 6e 64 28 29 2c 20 30 4c 4c 29 3b 0d 0a 0d  .end(), 0LL);...
02f0: 0a 09 09 4c 4c 20 62 65 73 74 20 3d 20 31 4c 4c  ...LL best = 1LL
0300: 3c 3c 36 32 3b 0d 0a 09 09 66 6f 72 28 69 6e 74  <<62;....for(int
0310: 20 69 3d 30 3b 20 69 3c 6a 73 2e 73 69 7a 65 28   i=0; i<js.size(
0320: 29 3b 20 2b 2b 69 29 0d 0a 09 09 7b 0d 0a 09 09  ); ++i)....{....
0330: 09 4c 4c 20 73 75 6d 20 3d 20 61 63 63 75 6d 75  .LL sum = accumu
0340: 6c 61 74 65 28 6a 73 2e 62 65 67 69 6e 28 29 2c  late(js.begin(),
0350: 20 6a 73 2e 62 65 67 69 6e 28 29 2b 69 2b 31 2c   js.begin()+i+1,
0360: 20 30 4c 4c 29 3b 0d 0a 09 09 09 4c 4c 20 4d 20   0LL);.....LL M 
0370: 3d 20 2a 6d 61 78 5f 65 6c 65 6d 65 6e 74 28 6a  = *max_element(j
0380: 73 2e 62 65 67 69 6e 28 29 2c 20 6a 73 2e 62 65  s.begin(), js.be
0390: 67 69 6e 28 29 2b 69 2b 31 29 3b 0d 0a 09 09 09  gin()+i+1);.....
03a0: 4c 4c 20 6d 69 6e 5f 72 65 70 72 20 3d 20 6d 61  LL min_repr = ma
03b0: 78 28 30 4c 4c 2c 20 4d 2a 32 2d 73 75 6d 29 3b  x(0LL, M*2-sum);
03c0: 0d 0a 0d 0a 09 09 09 2f 2f 20 5b 6d 69 6e 5f 72  .......// [min_r
03d0: 65 70 72 2c 20 73 75 6d 5d 20 69 6e 20 74 68 65  epr, sum] in the
03e0: 20 66 69 72 73 74 20 72 6f 75 6e 64 2e 0d 0a 09   first round....
03f0: 09 09 69 66 28 6d 69 6e 5f 72 65 70 72 3c 3d 78  ..if(min_repr<=x
0400: 20 26 26 20 78 3c 3d 73 75 6d 29 0d 0a 09 09 09   && x<=sum).....
0410: 09 62 65 73 74 20 3d 20 6d 69 6e 3c 4c 4c 3e 28  .best = min<LL>(
0420: 62 65 73 74 2c 20 69 2b 31 29 3b 0d 0a 09 09 09  best, i+1);.....
0430: 2f 2f 20 5b 30 2c 20 73 75 6d 2b 4b 2a 61 6c 6c  // [0, sum+K*all
0440: 5f 73 75 6d 5d 20 69 6e 20 74 68 65 20 4b 74 68  _sum] in the Kth
0450: 20 72 6f 75 6e 64 2e 0d 0a 09 09 09 4c 4c 20 4b   round......LL K
0460: 20 3d 20 6d 61 78 28 31 4c 4c 2c 20 28 78 2d 73   = max(1LL, (x-s
0470: 75 6d 2b 61 6c 6c 5f 73 75 6d 2d 31 29 2f 61 6c  um+all_sum-1)/al
0480: 6c 5f 73 75 6d 29 3b 0d 0a 09 09 09 62 65 73 74  l_sum);.....best
0490: 20 3d 20 6d 69 6e 3c 4c 4c 3e 28 62 65 73 74 2c   = min<LL>(best,
04a0: 20 4b 2a 6a 73 2e 73 69 7a 65 28 29 2b 69 2b 31   K*js.size()+i+1
04b0: 29 3b 0d 0a 09 09 7d 0d 0a 09 09 72 65 74 75 72  );....}....retur
04c0: 6e 20 69 6e 74 28 62 65 73 74 29 3b 0d 0a 09 7d  n int(best);...}
04d0: 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 42 45 47 49 4e  ..};....// BEGIN
04e0: 20 43 55 54 20 48 45 52 45 0d 0a 23 69 6e 63 6c   CUT HERE..#incl
04f0: 75 64 65 20 3c 63 74 69 6d 65 3e 0d 0a 64 6f 75  ude <ctime>..dou
0500: 62 6c 65 20 73 74 61 72 74 5f 74 69 6d 65 3b 20  ble start_time; 
0510: 73 74 72 69 6e 67 20 74 69 6d 65 72 28 29 0d 0a  string timer()..
0520: 20 7b 20 6f 73 74 72 69 6e 67 73 74 72 65 61 6d   { ostringstream
0530: 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 20 28 22 20   os; os << " (" 
0540: 3c 3c 20 69 6e 74 28 28 63 6c 6f 63 6b 28 29 2d  << int((clock()-
0550: 73 74 61 72 74 5f 74 69 6d 65 29 2f 43 4c 4f 43  start_time)/CLOC
0560: 4b 53 5f 50 45 52 5f 53 45 43 2a 31 30 30 30 29  KS_PER_SEC*1000)
0570: 20 3c 3c 20 22 20 6d 73 65 63 29 22 3b 20 72 65   << " msec)"; re
0580: 74 75 72 6e 20 6f 73 2e 73 74 72 28 29 3b 20 7d  turn os.str(); }
0590: 0d 0a 74 65 6d 70 6c 61 74 65 3c 74 79 70 65 6e  ..template<typen
05a0: 61 6d 65 20 54 3e 20 6f 73 74 72 65 61 6d 26 20  ame T> ostream& 
05b0: 6f 70 65 72 61 74 6f 72 3c 3c 28 6f 73 74 72 65  operator<<(ostre
05c0: 61 6d 26 20 6f 73 2c 20 63 6f 6e 73 74 20 76 65  am& os, const ve
05d0: 63 74 6f 72 3c 54 3e 26 20 76 29 0d 0a 20 7b 20  ctor<T>& v).. { 
05e0: 6f 73 20 3c 3c 20 22 7b 20 22 3b 0d 0a 20 20 20  os << "{ ";..   
05f0: 66 6f 72 28 74 79 70 65 6e 61 6d 65 20 76 65 63  for(typename vec
0600: 74 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 74 5f 69 74  tor<T>::const_it
0610: 65 72 61 74 6f 72 20 69 74 3d 76 2e 62 65 67 69  erator it=v.begi
0620: 6e 28 29 3b 20 69 74 21 3d 76 2e 65 6e 64 28 29  n(); it!=v.end()
0630: 3b 20 2b 2b 69 74 29 0d 0a 20 20 20 6f 73 20 3c  ; ++it)..   os <
0640: 3c 20 27 5c 22 27 20 3c 3c 20 2a 69 74 20 3c 3c  < '\"' << *it <<
0650: 20 27 5c 22 27 20 3c 3c 20 28 69 74 2b 31 3d 3d   '\"' << (it+1==
0660: 76 2e 65 6e 64 28 29 20 3f 20 22 22 20 3a 20 22  v.end() ? "" : "
0670: 2c 20 22 29 3b 20 6f 73 20 3c 3c 20 22 20 7d 22  , "); os << " }"
0680: 3b 20 72 65 74 75 72 6e 20 6f 73 3b 20 7d 0d 0a  ; return os; }..
0690: 76 6f 69 64 20 76 65 72 69 66 79 5f 63 61 73 65  void verify_case
06a0: 28 63 6f 6e 73 74 20 69 6e 74 26 20 45 78 70 65  (const int& Expe
06b0: 63 74 65 64 2c 20 63 6f 6e 73 74 20 69 6e 74 26  cted, const int&
06c0: 20 52 65 63 65 69 76 65 64 29 20 7b 0d 0a 20 62   Received) {.. b
06d0: 6f 6f 6c 20 6f 6b 20 3d 20 28 45 78 70 65 63 74  ool ok = (Expect
06e0: 65 64 20 3d 3d 20 52 65 63 65 69 76 65 64 29 3b  ed == Received);
06f0: 0d 0a 20 69 66 28 6f 6b 29 20 63 65 72 72 20 3c  .. if(ok) cerr <
0700: 3c 20 22 50 41 53 53 45 44 22 20 3c 3c 20 74 69  < "PASSED" << ti
0710: 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 20 20  mer() << endl;  
0720: 65 6c 73 65 20 7b 20 63 65 72 72 20 3c 3c 20 22  else { cerr << "
0730: 46 41 49 4c 45 44 22 20 3c 3c 20 74 69 6d 65 72  FAILED" << timer
0740: 28 29 20 3c 3c 20 65 6e 64 6c 3b 0d 0a 20 63 65  () << endl;.. ce
0750: 72 72 20 3c 3c 20 22 5c 74 6f 3a 20 5c 22 22 20  rr << "\to: \"" 
0760: 3c 3c 20 45 78 70 65 63 74 65 64 20 3c 3c 20 27  << Expected << '
0770: 5c 22 27 20 3c 3c 20 65 6e 64 6c 20 3c 3c 20 22  \"' << endl << "
0780: 5c 74 78 3a 20 5c 22 22 20 3c 3c 20 52 65 63 65  \tx: \"" << Rece
0790: 69 76 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c 20  ived << '\"' << 
07a0: 65 6e 64 6c 3b 20 7d 20 7d 0d 0a 23 64 65 66 69  endl; } }..#defi
07b0: 6e 65 20 43 41 53 45 28 4e 29 20 7b 63 65 72 72  ne CASE(N) {cerr
07c0: 20 3c 3c 20 22 54 65 73 74 20 43 61 73 65 20 23   << "Test Case #
07d0: 22 20 3c 3c 20 4e 20 3c 3c 20 22 2e 2e 2e 22 20  " << N << "..." 
07e0: 3c 3c 20 66 6c 75 73 68 3b 20 73 74 61 72 74 5f  << flush; start_
07f0: 74 69 6d 65 3d 63 6c 6f 63 6b 28 29 3b 0d 0a 23  time=clock();..#
0800: 64 65 66 69 6e 65 20 45 4e 44 09 20 76 65 72 69  define END. veri
0810: 66 79 5f 63 61 73 65 28 5f 2c 20 50 65 72 69 6f  fy_case(_, Perio
0820: 64 69 63 4a 75 6d 70 69 6e 67 28 29 2e 6d 69 6e  dicJumping().min
0830: 69 6d 61 6c 54 69 6d 65 28 78 2c 20 6a 75 6d 70  imalTime(x, jump
0840: 4c 65 6e 67 74 68 73 29 29 3b 7d 0d 0a 69 6e 74  Lengths));}..int
0850: 20 6d 61 69 6e 28 29 7b 0d 0a 0d 0a 43 41 53 45   main(){....CASE
0860: 28 30 29 0d 0a 09 69 6e 74 20 78 20 3d 20 31 35  (0)...int x = 15
0870: 3b 20 0d 0a 09 69 6e 74 20 6a 75 6d 70 4c 65 6e  ; ...int jumpLen
0880: 67 74 68 73 5f 5b 5d 20 3d 20 7b 31 2c 32 2c 33  gths_[] = {1,2,3
0890: 2c 34 2c 35 2c 36 2c 37 2c 38 2c 39 2c 31 30 7d  ,4,5,6,7,8,9,10}
08a0: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e  ;...  vector <in
08b0: 74 3e 20 6a 75 6d 70 4c 65 6e 67 74 68 73 28 6a  t> jumpLengths(j
08c0: 75 6d 70 4c 65 6e 67 74 68 73 5f 2c 20 6a 75 6d  umpLengths_, jum
08d0: 70 4c 65 6e 67 74 68 73 5f 2b 73 69 7a 65 6f 66  pLengths_+sizeof
08e0: 28 6a 75 6d 70 4c 65 6e 67 74 68 73 5f 29 2f 73  (jumpLengths_)/s
08f0: 69 7a 65 6f 66 28 2a 6a 75 6d 70 4c 65 6e 67 74  izeof(*jumpLengt
0900: 68 73 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 5f 20  hs_)); ...int _ 
0910: 3d 20 35 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45  = 5; ..END..CASE
0920: 28 31 29 0d 0a 09 69 6e 74 20 78 20 3d 20 35 3b  (1)...int x = 5;
0930: 20 0d 0a 09 69 6e 74 20 6a 75 6d 70 4c 65 6e 67   ...int jumpLeng
0940: 74 68 73 5f 5b 5d 20 3d 20 7b 35 7d 3b 0d 0a 09  ths_[] = {5};...
0950: 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 6a    vector <int> j
0960: 75 6d 70 4c 65 6e 67 74 68 73 28 6a 75 6d 70 4c  umpLengths(jumpL
0970: 65 6e 67 74 68 73 5f 2c 20 6a 75 6d 70 4c 65 6e  engths_, jumpLen
0980: 67 74 68 73 5f 2b 73 69 7a 65 6f 66 28 6a 75 6d  gths_+sizeof(jum
0990: 70 4c 65 6e 67 74 68 73 5f 29 2f 73 69 7a 65 6f  pLengths_)/sizeo
09a0: 66 28 2a 6a 75 6d 70 4c 65 6e 67 74 68 73 5f 29  f(*jumpLengths_)
09b0: 29 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 31 3b  ); ...int _ = 1;
09c0: 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 32 29 0d   ..END..CASE(2).
09d0: 0a 09 69 6e 74 20 78 20 3d 20 31 3b 20 0d 0a 09  ..int x = 1; ...
09e0: 69 6e 74 20 6a 75 6d 70 4c 65 6e 67 74 68 73 5f  int jumpLengths_
09f0: 5b 5d 20 3d 20 7b 31 30 7d 3b 0d 0a 09 20 20 76  [] = {10};...  v
0a00: 65 63 74 6f 72 20 3c 69 6e 74 3e 20 6a 75 6d 70  ector <int> jump
0a10: 4c 65 6e 67 74 68 73 28 6a 75 6d 70 4c 65 6e 67  Lengths(jumpLeng
0a20: 74 68 73 5f 2c 20 6a 75 6d 70 4c 65 6e 67 74 68  ths_, jumpLength
0a30: 73 5f 2b 73 69 7a 65 6f 66 28 6a 75 6d 70 4c 65  s_+sizeof(jumpLe
0a40: 6e 67 74 68 73 5f 29 2f 73 69 7a 65 6f 66 28 2a  ngths_)/sizeof(*
0a50: 6a 75 6d 70 4c 65 6e 67 74 68 73 5f 29 29 3b 20  jumpLengths_)); 
0a60: 0d 0a 09 69 6e 74 20 5f 20 3d 20 32 3b 20 0d 0a  ...int _ = 2; ..
0a70: 45 4e 44 0d 0a 43 41 53 45 28 33 29 0d 0a 09 69  END..CASE(3)...i
0a80: 6e 74 20 78 20 3d 20 2d 31 30 3b 20 0d 0a 09 69  nt x = -10; ...i
0a90: 6e 74 20 6a 75 6d 70 4c 65 6e 67 74 68 73 5f 5b  nt jumpLengths_[
0aa0: 5d 20 3d 20 7b 32 2c 33 2c 34 2c 35 30 30 2c 36  ] = {2,3,4,500,6
0ab0: 2c 37 2c 38 7d 3b 0d 0a 09 20 20 76 65 63 74 6f  ,7,8};...  vecto
0ac0: 72 20 3c 69 6e 74 3e 20 6a 75 6d 70 4c 65 6e 67  r <int> jumpLeng
0ad0: 74 68 73 28 6a 75 6d 70 4c 65 6e 67 74 68 73 5f  ths(jumpLengths_
0ae0: 2c 20 6a 75 6d 70 4c 65 6e 67 74 68 73 5f 2b 73  , jumpLengths_+s
0af0: 69 7a 65 6f 66 28 6a 75 6d 70 4c 65 6e 67 74 68  izeof(jumpLength
0b00: 73 5f 29 2f 73 69 7a 65 6f 66 28 2a 6a 75 6d 70  s_)/sizeof(*jump
0b10: 4c 65 6e 67 74 68 73 5f 29 29 3b 20 0d 0a 09 69  Lengths_)); ...i
0b20: 6e 74 20 5f 20 3d 20 31 31 3b 20 0d 0a 45 4e 44  nt _ = 11; ..END
0b30: 0d 0a 43 41 53 45 28 34 29 0d 0a 09 69 6e 74 20  ..CASE(4)...int 
0b40: 78 20 3d 20 2d 31 30 30 30 30 30 30 30 30 30 3b  x = -1000000000;
0b50: 20 0d 0a 09 69 6e 74 20 6a 75 6d 70 4c 65 6e 67   ...int jumpLeng
0b60: 74 68 73 5f 5b 5d 20 3d 20 7b 31 7d 3b 0d 0a 09  ths_[] = {1};...
0b70: 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 6a    vector <int> j
0b80: 75 6d 70 4c 65 6e 67 74 68 73 28 6a 75 6d 70 4c  umpLengths(jumpL
0b90: 65 6e 67 74 68 73 5f 2c 20 6a 75 6d 70 4c 65 6e  engths_, jumpLen
0ba0: 67 74 68 73 5f 2b 73 69 7a 65 6f 66 28 6a 75 6d  gths_+sizeof(jum
0bb0: 70 4c 65 6e 67 74 68 73 5f 29 2f 73 69 7a 65 6f  pLengths_)/sizeo
0bc0: 66 28 2a 6a 75 6d 70 4c 65 6e 67 74 68 73 5f 29  f(*jumpLengths_)
0bd0: 29 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 31 30  ); ...int _ = 10
0be0: 30 30 30 30 30 30 30 30 3b 20 0d 0a 45 4e 44 0d  00000000; ..END.
0bf0: 0a 43 41 53 45 28 35 29 0d 0a 09 69 6e 74 20 78  .CASE(5)...int x
0c00: 20 3d 20 30 3b 20 0d 0a 09 69 6e 74 20 6a 75 6d   = 0; ...int jum
0c10: 70 4c 65 6e 67 74 68 73 5f 5b 5d 20 3d 20 7b 31  pLengths_[] = {1
0c20: 39 39 31 31 31 32 30 7d 3b 0d 0a 09 20 20 76 65  9911120};...  ve
0c30: 63 74 6f 72 20 3c 69 6e 74 3e 20 6a 75 6d 70 4c  ctor <int> jumpL
0c40: 65 6e 67 74 68 73 28 6a 75 6d 70 4c 65 6e 67 74  engths(jumpLengt
0c50: 68 73 5f 2c 20 6a 75 6d 70 4c 65 6e 67 74 68 73  hs_, jumpLengths
0c60: 5f 2b 73 69 7a 65 6f 66 28 6a 75 6d 70 4c 65 6e  _+sizeof(jumpLen
0c70: 67 74 68 73 5f 29 2f 73 69 7a 65 6f 66 28 2a 6a  gths_)/sizeof(*j
0c80: 75 6d 70 4c 65 6e 67 74 68 73 5f 29 29 3b 20 0d  umpLengths_)); .
0c90: 0a 09 69 6e 74 20 5f 20 3d 20 30 3b 20 0d 0a 45  ..int _ = 0; ..E
0ca0: 4e 44 0d 0a 2f 2a 0d 0a 43 41 53 45 28 36 29 0d  ND../*..CASE(6).
0cb0: 0a 09 69 6e 74 20 78 20 3d 20 3b 20 0d 0a 09 69  ..int x = ; ...i
0cc0: 6e 74 20 6a 75 6d 70 4c 65 6e 67 74 68 73 5f 5b  nt jumpLengths_[
0cd0: 5d 20 3d 20 3b 0d 0a 09 20 20 76 65 63 74 6f 72  ] = ;...  vector
0ce0: 20 3c 69 6e 74 3e 20 6a 75 6d 70 4c 65 6e 67 74   <int> jumpLengt
0cf0: 68 73 28 6a 75 6d 70 4c 65 6e 67 74 68 73 5f 2c  hs(jumpLengths_,
0d00: 20 6a 75 6d 70 4c 65 6e 67 74 68 73 5f 2b 73 69   jumpLengths_+si
0d10: 7a 65 6f 66 28 6a 75 6d 70 4c 65 6e 67 74 68 73  zeof(jumpLengths
0d20: 5f 29 2f 73 69 7a 65 6f 66 28 2a 6a 75 6d 70 4c  _)/sizeof(*jumpL
0d30: 65 6e 67 74 68 73 5f 29 29 3b 20 0d 0a 09 69 6e  engths_)); ...in
0d40: 74 20 5f 20 3d 20 3b 20 0d 0a 45 4e 44 0d 0a 43  t _ = ; ..END..C
0d50: 41 53 45 28 37 29 0d 0a 09 69 6e 74 20 78 20 3d  ASE(7)...int x =
0d60: 20 3b 20 0d 0a 09 69 6e 74 20 6a 75 6d 70 4c 65   ; ...int jumpLe
0d70: 6e 67 74 68 73 5f 5b 5d 20 3d 20 3b 0d 0a 09 20  ngths_[] = ;... 
0d80: 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 6a 75   vector <int> ju
0d90: 6d 70 4c 65 6e 67 74 68 73 28 6a 75 6d 70 4c 65  mpLengths(jumpLe
0da0: 6e 67 74 68 73 5f 2c 20 6a 75 6d 70 4c 65 6e 67  ngths_, jumpLeng
0db0: 74 68 73 5f 2b 73 69 7a 65 6f 66 28 6a 75 6d 70  ths_+sizeof(jump
0dc0: 4c 65 6e 67 74 68 73 5f 29 2f 73 69 7a 65 6f 66  Lengths_)/sizeof
0dd0: 28 2a 6a 75 6d 70 4c 65 6e 67 74 68 73 5f 29 29  (*jumpLengths_))
0de0: 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 3b 20 0d  ; ...int _ = ; .
0df0: 0a 45 4e 44 0d 0a 2a 2f 0d 0a 7d 0d 0a 2f 2f 20  .END..*/..}..// 
0e00: 45 4e 44 20 43 55 54 20 48 45 52 45 0d 0a        END CUT HERE..