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 41 6c 62 65 P;....class Albe
01a0: 72 74 6f 54 68 65 41 76 69 61 74 6f 72 20 7b 20 rtoTheAviator {
01b0: 70 75 62 6c 69 63 3a 0d 0a 09 69 6e 74 20 4d 61 public:...int Ma
01c0: 78 69 6d 75 6d 46 6c 69 67 68 74 73 28 69 6e 74 ximumFlights(int
01d0: 20 46 2c 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e F, vector <int>
01e0: 20 64 75 72 61 74 69 6f 6e 2c 20 76 65 63 74 6f duration, vecto
01f0: 72 20 3c 69 6e 74 3e 20 72 65 66 75 65 6c 29 0d r <int> refuel).
0200: 0a 09 7b 0d 0a 09 09 63 6f 6e 73 74 20 69 6e 74 ..{....const int
0210: 20 4e 20 3d 20 64 75 72 61 74 69 6f 6e 2e 73 69 N = duration.si
0220: 7a 65 28 29 3b 0d 0a 09 09 76 65 63 74 6f 72 3c ze();....vector<
0230: 70 61 69 72 3c 69 6e 74 2c 69 6e 74 3e 3e 20 6d pair<int,int>> m
0240: 70 3b 0d 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d p;....for(int i=
0250: 30 3b 20 69 3c 4e 3b 20 2b 2b 69 29 0d 0a 09 09 0; i<N; ++i)....
0260: 09 6d 70 2e 65 6d 70 6c 61 63 65 5f 62 61 63 6b .mp.emplace_back
0270: 28 64 75 72 61 74 69 6f 6e 5b 69 5d 2c 20 72 65 (duration[i], re
0280: 66 75 65 6c 5b 69 5d 29 3b 0d 0a 0d 0a 09 09 2f fuel[i]);....../
0290: 2f 20 4c 61 72 67 65 72 20 72 65 66 75 65 6c 20 / Larger refuel
02a0: 66 69 72 73 74 2e 0d 0a 09 09 73 6f 72 74 28 6d first.....sort(m
02b0: 70 2e 62 65 67 69 6e 28 29 2c 20 6d 70 2e 65 6e p.begin(), mp.en
02c0: 64 28 29 2c 20 5b 26 5d 28 63 6f 6e 73 74 20 70 d(), [&](const p
02d0: 61 69 72 3c 69 6e 74 2c 69 6e 74 3e 26 20 6c 68 air<int,int>& lh
02e0: 73 2c 20 63 6f 6e 73 74 20 70 61 69 72 3c 69 6e s, const pair<in
02f0: 74 2c 69 6e 74 3e 26 20 72 68 73 29 7b 0d 0a 09 t,int>& rhs){...
0300: 09 09 69 66 28 6c 68 73 2e 73 65 63 6f 6e 64 20 ..if(lhs.second
0310: 21 3d 20 72 68 73 2e 73 65 63 6f 6e 64 29 0d 0a != rhs.second)..
0320: 09 09 09 09 72 65 74 75 72 6e 20 6c 68 73 2e 73 ....return lhs.s
0330: 65 63 6f 6e 64 20 3e 20 72 68 73 2e 73 65 63 6f econd > rhs.seco
0340: 6e 64 3b 0d 0a 09 09 09 72 65 74 75 72 6e 20 6c nd;.....return l
0350: 68 73 2e 66 69 72 73 74 20 3c 20 72 68 73 2e 66 hs.first < rhs.f
0360: 69 72 73 74 3b 0d 0a 09 09 7d 29 3b 0d 0a 0d 0a irst;....});....
0370: 09 09 63 6f 6e 73 74 20 69 6e 74 20 42 41 44 20 ..const int BAD
0380: 3d 20 2d 30 78 33 66 66 66 66 66 66 66 3b 0d 0a = -0x3fffffff;..
0390: 09 09 76 65 63 74 6f 72 3c 69 6e 74 3e 20 64 70 ..vector<int> dp
03a0: 28 46 2b 31 2c 20 42 41 44 29 3b 0d 0a 09 09 64 (F+1, BAD);....d
03b0: 70 5b 46 5d 20 3d 20 30 3b 0d 0a 09 09 66 6f 72 p[F] = 0;....for
03c0: 28 61 75 74 6f 26 20 6d 70 69 3a 20 6d 70 29 20 (auto& mpi: mp)
03d0: 7b 0d 0a 09 09 09 69 6e 74 20 6d 69 6e 75 73 20 {.....int minus
03e0: 3d 20 6d 70 69 2e 66 69 72 73 74 3b 0d 0a 09 09 = mpi.first;....
03f0: 09 69 6e 74 20 70 6c 75 73 20 3d 20 6d 70 69 2e .int plus = mpi.
0400: 73 65 63 6f 6e 64 3b 0d 0a 0d 0a 09 09 09 76 65 second;.......ve
0410: 63 74 6f 72 3c 69 6e 74 3e 20 64 70 32 20 3d 20 ctor<int> dp2 =
0420: 64 70 3b 0d 0a 09 09 09 66 6f 72 28 69 6e 74 20 dp;.....for(int
0430: 66 3d 6d 69 6e 75 73 3b 20 66 3c 3d 46 3b 20 2b f=minus; f<=F; +
0440: 2b 66 29 0d 0a 09 09 09 09 64 70 32 5b 66 2d 6d +f)......dp2[f-m
0450: 69 6e 75 73 2b 70 6c 75 73 5d 20 3d 20 6d 61 78 inus+plus] = max
0460: 28 64 70 32 5b 66 2d 6d 69 6e 75 73 2b 70 6c 75 (dp2[f-minus+plu
0470: 73 5d 2c 20 64 70 5b 66 5d 2b 31 29 3b 0d 0a 09 s], dp[f]+1);...
0480: 09 09 64 70 2e 73 77 61 70 28 64 70 32 29 3b 0d ..dp.swap(dp2);.
0490: 0a 09 09 7d 0d 0a 0d 0a 09 09 72 65 74 75 72 6e ...}......return
04a0: 20 2a 6d 61 78 5f 65 6c 65 6d 65 6e 74 28 64 70 *max_element(dp
04b0: 2e 62 65 67 69 6e 28 29 2c 20 64 70 2e 65 6e 64 .begin(), dp.end
04c0: 28 29 29 3b 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a ());...}..};....
04d0: 2f 2f 20 42 45 47 49 4e 20 43 55 54 20 48 45 52 // BEGIN CUT HER
04e0: 45 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 63 74 69 E..#include <cti
04f0: 6d 65 3e 0d 0a 64 6f 75 62 6c 65 20 73 74 61 72 me>..double star
0500: 74 5f 74 69 6d 65 3b 20 73 74 72 69 6e 67 20 74 t_time; string t
0510: 69 6d 65 72 28 29 0d 0a 20 7b 20 6f 73 74 72 69 imer().. { ostri
0520: 6e 67 73 74 72 65 61 6d 20 6f 73 3b 20 6f 73 20 ngstream os; os
0530: 3c 3c 20 22 20 28 22 20 3c 3c 20 69 6e 74 28 28 << " (" << int((
0540: 63 6c 6f 63 6b 28 29 2d 73 74 61 72 74 5f 74 69 clock()-start_ti
0550: 6d 65 29 2f 43 4c 4f 43 4b 53 5f 50 45 52 5f 53 me)/CLOCKS_PER_S
0560: 45 43 2a 31 30 30 30 29 20 3c 3c 20 22 20 6d 73 EC*1000) << " ms
0570: 65 63 29 22 3b 20 72 65 74 75 72 6e 20 6f 73 2e ec)"; return os.
0580: 73 74 72 28 29 3b 20 7d 0d 0a 74 65 6d 70 6c 61 str(); }..templa
0590: 74 65 3c 74 79 70 65 6e 61 6d 65 20 54 3e 20 6f te<typename T> o
05a0: 73 74 72 65 61 6d 26 20 6f 70 65 72 61 74 6f 72 stream& operator
05b0: 3c 3c 28 6f 73 74 72 65 61 6d 26 20 6f 73 2c 20 <<(ostream& os,
05c0: 63 6f 6e 73 74 20 76 65 63 74 6f 72 3c 54 3e 26 const vector<T>&
05d0: 20 76 29 0d 0a 20 7b 20 6f 73 20 3c 3c 20 22 7b v).. { os << "{
05e0: 20 22 3b 0d 0a 20 20 20 66 6f 72 28 74 79 70 65 ";.. for(type
05f0: 6e 61 6d 65 20 76 65 63 74 6f 72 3c 54 3e 3a 3a name vector<T>::
0600: 63 6f 6e 73 74 5f 69 74 65 72 61 74 6f 72 20 69 const_iterator i
0610: 74 3d 76 2e 62 65 67 69 6e 28 29 3b 20 69 74 21 t=v.begin(); it!
0620: 3d 76 2e 65 6e 64 28 29 3b 20 2b 2b 69 74 29 0d =v.end(); ++it).
0630: 0a 20 20 20 6f 73 20 3c 3c 20 27 5c 22 27 20 3c . os << '\"' <
0640: 3c 20 2a 69 74 20 3c 3c 20 27 5c 22 27 20 3c 3c < *it << '\"' <<
0650: 20 28 69 74 2b 31 3d 3d 76 2e 65 6e 64 28 29 20 (it+1==v.end()
0660: 3f 20 22 22 20 3a 20 22 2c 20 22 29 3b 20 6f 73 ? "" : ", "); os
0670: 20 3c 3c 20 22 20 7d 22 3b 20 72 65 74 75 72 6e << " }"; return
0680: 20 6f 73 3b 20 7d 0d 0a 76 6f 69 64 20 76 65 72 os; }..void ver
0690: 69 66 79 5f 63 61 73 65 28 63 6f 6e 73 74 20 69 ify_case(const i
06a0: 6e 74 26 20 45 78 70 65 63 74 65 64 2c 20 63 6f nt& Expected, co
06b0: 6e 73 74 20 69 6e 74 26 20 52 65 63 65 69 76 65 nst int& Receive
06c0: 64 29 20 7b 0d 0a 20 62 6f 6f 6c 20 6f 6b 20 3d d) {.. bool ok =
06d0: 20 28 45 78 70 65 63 74 65 64 20 3d 3d 20 52 65 (Expected == Re
06e0: 63 65 69 76 65 64 29 3b 0d 0a 20 69 66 28 6f 6b ceived);.. if(ok
06f0: 29 20 63 65 72 72 20 3c 3c 20 22 50 41 53 53 45 ) cerr << "PASSE
0700: 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c D" << timer() <<
0710: 20 65 6e 64 6c 3b 20 20 65 6c 73 65 20 7b 20 63 endl; else { c
0720: 65 72 72 20 3c 3c 20 22 46 41 49 4c 45 44 22 20 err << "FAILED"
0730: 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e << timer() << en
0740: 64 6c 3b 0d 0a 20 63 65 72 72 20 3c 3c 20 22 5c dl;.. cerr << "\
0750: 74 6f 3a 20 5c 22 22 20 3c 3c 20 45 78 70 65 63 to: \"" << Expec
0760: 74 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 ted << '\"' << e
0770: 6e 64 6c 20 3c 3c 20 22 5c 74 78 3a 20 5c 22 22 ndl << "\tx: \""
0780: 20 3c 3c 20 52 65 63 65 69 76 65 64 20 3c 3c 20 << Received <<
0790: 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20 7d 20 '\"' << endl; }
07a0: 7d 0d 0a 23 64 65 66 69 6e 65 20 43 41 53 45 28 }..#define CASE(
07b0: 4e 29 20 7b 63 65 72 72 20 3c 3c 20 22 54 65 73 N) {cerr << "Tes
07c0: 74 20 43 61 73 65 20 23 22 20 3c 3c 20 4e 20 3c t Case #" << N <
07d0: 3c 20 22 2e 2e 2e 22 20 3c 3c 20 66 6c 75 73 68 < "..." << flush
07e0: 3b 20 73 74 61 72 74 5f 74 69 6d 65 3d 63 6c 6f ; start_time=clo
07f0: 63 6b 28 29 3b 0d 0a 23 64 65 66 69 6e 65 20 45 ck();..#define E
0800: 4e 44 09 20 76 65 72 69 66 79 5f 63 61 73 65 28 ND. verify_case(
0810: 5f 2c 20 41 6c 62 65 72 74 6f 54 68 65 41 76 69 _, AlbertoTheAvi
0820: 61 74 6f 72 28 29 2e 4d 61 78 69 6d 75 6d 46 6c ator().MaximumFl
0830: 69 67 68 74 73 28 46 2c 20 64 75 72 61 74 69 6f ights(F, duratio
0840: 6e 2c 20 72 65 66 75 65 6c 29 29 3b 7d 0d 0a 69 n, refuel));}..i
0850: 6e 74 20 6d 61 69 6e 28 29 7b 0d 0a 0d 0a 43 41 nt main(){....CA
0860: 53 45 28 30 29 0d 0a 09 69 6e 74 20 46 20 3d 20 SE(0)...int F =
0870: 31 30 3b 20 0d 0a 09 69 6e 74 20 64 75 72 61 74 10; ...int durat
0880: 69 6f 6e 5f 5b 5d 20 3d 20 7b 31 30 7d 3b 0d 0a ion_[] = {10};..
0890: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 . vector <int>
08a0: 64 75 72 61 74 69 6f 6e 28 64 75 72 61 74 69 6f duration(duratio
08b0: 6e 5f 2c 20 64 75 72 61 74 69 6f 6e 5f 2b 73 69 n_, duration_+si
08c0: 7a 65 6f 66 28 64 75 72 61 74 69 6f 6e 5f 29 2f zeof(duration_)/
08d0: 73 69 7a 65 6f 66 28 2a 64 75 72 61 74 69 6f 6e sizeof(*duration
08e0: 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 72 65 66 75 _)); ...int refu
08f0: 65 6c 5f 5b 5d 20 3d 20 7b 30 7d 3b 0d 0a 09 20 el_[] = {0};...
0900: 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 72 65 vector <int> re
0910: 66 75 65 6c 28 72 65 66 75 65 6c 5f 2c 20 72 65 fuel(refuel_, re
0920: 66 75 65 6c 5f 2b 73 69 7a 65 6f 66 28 72 65 66 fuel_+sizeof(ref
0930: 75 65 6c 5f 29 2f 73 69 7a 65 6f 66 28 2a 72 65 uel_)/sizeof(*re
0940: 66 75 65 6c 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 fuel_)); ...int
0950: 5f 20 3d 20 31 3b 20 0d 0a 45 4e 44 0d 0a 43 41 _ = 1; ..END..CA
0960: 53 45 28 31 29 0d 0a 09 69 6e 74 20 46 20 3d 20 SE(1)...int F =
0970: 31 30 3b 20 0d 0a 09 69 6e 74 20 64 75 72 61 74 10; ...int durat
0980: 69 6f 6e 5f 5b 5d 20 3d 20 7b 38 2c 20 34 7d 3b ion_[] = {8, 4};
0990: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 ... vector <int
09a0: 3e 20 64 75 72 61 74 69 6f 6e 28 64 75 72 61 74 > duration(durat
09b0: 69 6f 6e 5f 2c 20 64 75 72 61 74 69 6f 6e 5f 2b ion_, duration_+
09c0: 73 69 7a 65 6f 66 28 64 75 72 61 74 69 6f 6e 5f sizeof(duration_
09d0: 29 2f 73 69 7a 65 6f 66 28 2a 64 75 72 61 74 69 )/sizeof(*durati
09e0: 6f 6e 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 72 65 on_)); ...int re
09f0: 66 75 65 6c 5f 5b 5d 20 3d 20 7b 30 2c 20 32 7d fuel_[] = {0, 2}
0a00: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e ;... vector <in
0a10: 74 3e 20 72 65 66 75 65 6c 28 72 65 66 75 65 6c t> refuel(refuel
0a20: 5f 2c 20 72 65 66 75 65 6c 5f 2b 73 69 7a 65 6f _, refuel_+sizeo
0a30: 66 28 72 65 66 75 65 6c 5f 29 2f 73 69 7a 65 6f f(refuel_)/sizeo
0a40: 66 28 2a 72 65 66 75 65 6c 5f 29 29 3b 20 0d 0a f(*refuel_)); ..
0a50: 09 69 6e 74 20 5f 20 3d 20 32 3b 20 0d 0a 45 4e .int _ = 2; ..EN
0a60: 44 0d 0a 43 41 53 45 28 32 29 0d 0a 09 69 6e 74 D..CASE(2)...int
0a70: 20 46 20 3d 20 31 32 3b 20 0d 0a 09 69 6e 74 20 F = 12; ...int
0a80: 64 75 72 61 74 69 6f 6e 5f 5b 5d 20 3d 20 7b 34 duration_[] = {4
0a90: 2c 20 38 2c 20 32 2c 20 31 7d 3b 0d 0a 09 20 20 , 8, 2, 1};...
0aa0: 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 64 75 72 vector <int> dur
0ab0: 61 74 69 6f 6e 28 64 75 72 61 74 69 6f 6e 5f 2c ation(duration_,
0ac0: 20 64 75 72 61 74 69 6f 6e 5f 2b 73 69 7a 65 6f duration_+sizeo
0ad0: 66 28 64 75 72 61 74 69 6f 6e 5f 29 2f 73 69 7a f(duration_)/siz
0ae0: 65 6f 66 28 2a 64 75 72 61 74 69 6f 6e 5f 29 29 eof(*duration_))
0af0: 3b 20 0d 0a 09 69 6e 74 20 72 65 66 75 65 6c 5f ; ...int refuel_
0b00: 5b 5d 20 3d 20 7b 32 2c 20 30 2c 20 30 2c 20 30 [] = {2, 0, 0, 0
0b10: 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 };... vector <i
0b20: 6e 74 3e 20 72 65 66 75 65 6c 28 72 65 66 75 65 nt> refuel(refue
0b30: 6c 5f 2c 20 72 65 66 75 65 6c 5f 2b 73 69 7a 65 l_, refuel_+size
0b40: 6f 66 28 72 65 66 75 65 6c 5f 29 2f 73 69 7a 65 of(refuel_)/size
0b50: 6f 66 28 2a 72 65 66 75 65 6c 5f 29 29 3b 20 0d of(*refuel_)); .
0b60: 0a 09 69 6e 74 20 5f 20 3d 20 33 3b 20 0d 0a 45 ..int _ = 3; ..E
0b70: 4e 44 0d 0a 43 41 53 45 28 33 29 0d 0a 09 69 6e ND..CASE(3)...in
0b80: 74 20 46 20 3d 20 39 3b 20 0d 0a 09 69 6e 74 20 t F = 9; ...int
0b90: 64 75 72 61 74 69 6f 6e 5f 5b 5d 20 3d 20 7b 34 duration_[] = {4
0ba0: 2c 20 36 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 , 6};... vector
0bb0: 20 3c 69 6e 74 3e 20 64 75 72 61 74 69 6f 6e 28 <int> duration(
0bc0: 64 75 72 61 74 69 6f 6e 5f 2c 20 64 75 72 61 74 duration_, durat
0bd0: 69 6f 6e 5f 2b 73 69 7a 65 6f 66 28 64 75 72 61 ion_+sizeof(dura
0be0: 74 69 6f 6e 5f 29 2f 73 69 7a 65 6f 66 28 2a 64 tion_)/sizeof(*d
0bf0: 75 72 61 74 69 6f 6e 5f 29 29 3b 20 0d 0a 09 69 uration_)); ...i
0c00: 6e 74 20 72 65 66 75 65 6c 5f 5b 5d 20 3d 20 7b nt refuel_[] = {
0c10: 30 2c 20 31 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 0, 1};... vecto
0c20: 72 20 3c 69 6e 74 3e 20 72 65 66 75 65 6c 28 72 r <int> refuel(r
0c30: 65 66 75 65 6c 5f 2c 20 72 65 66 75 65 6c 5f 2b efuel_, refuel_+
0c40: 73 69 7a 65 6f 66 28 72 65 66 75 65 6c 5f 29 2f sizeof(refuel_)/
0c50: 73 69 7a 65 6f 66 28 2a 72 65 66 75 65 6c 5f 29 sizeof(*refuel_)
0c60: 29 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 32 3b ); ...int _ = 2;
0c70: 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 34 29 0d ..END..CASE(4).
0c80: 0a 09 69 6e 74 20 46 20 3d 20 31 30 30 3b 20 0d ..int F = 100; .
0c90: 0a 09 69 6e 74 20 64 75 72 61 74 69 6f 6e 5f 5b ..int duration_[
0ca0: 5d 20 3d 20 7b 31 30 31 7d 3b 0d 0a 09 20 20 76 ] = {101};... v
0cb0: 65 63 74 6f 72 20 3c 69 6e 74 3e 20 64 75 72 61 ector <int> dura
0cc0: 74 69 6f 6e 28 64 75 72 61 74 69 6f 6e 5f 2c 20 tion(duration_,
0cd0: 64 75 72 61 74 69 6f 6e 5f 2b 73 69 7a 65 6f 66 duration_+sizeof
0ce0: 28 64 75 72 61 74 69 6f 6e 5f 29 2f 73 69 7a 65 (duration_)/size
0cf0: 6f 66 28 2a 64 75 72 61 74 69 6f 6e 5f 29 29 3b of(*duration_));
0d00: 20 0d 0a 09 69 6e 74 20 72 65 66 75 65 6c 5f 5b ...int refuel_[
0d10: 5d 20 3d 20 7b 31 30 30 7d 3b 0d 0a 09 20 20 76 ] = {100};... v
0d20: 65 63 74 6f 72 20 3c 69 6e 74 3e 20 72 65 66 75 ector <int> refu
0d30: 65 6c 28 72 65 66 75 65 6c 5f 2c 20 72 65 66 75 el(refuel_, refu
0d40: 65 6c 5f 2b 73 69 7a 65 6f 66 28 72 65 66 75 65 el_+sizeof(refue
0d50: 6c 5f 29 2f 73 69 7a 65 6f 66 28 2a 72 65 66 75 l_)/sizeof(*refu
0d60: 65 6c 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 5f 20 el_)); ...int _
0d70: 3d 20 30 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 = 0; ..END..CASE
0d80: 28 35 29 0d 0a 09 69 6e 74 20 46 20 3d 20 31 39 (5)...int F = 19
0d90: 34 37 3b 20 0d 0a 09 69 6e 74 20 64 75 72 61 74 47; ...int durat
0da0: 69 6f 6e 5f 5b 5d 20 3d 20 7b 32 34 30 37 2c 20 ion_[] = {2407,
0db0: 32 39 37 39 2c 20 31 32 36 39 2c 20 32 34 30 31 2979, 1269, 2401
0dc0: 2c 20 33 32 32 37 2c 20 32 32 33 30 2c 20 33 39 , 3227, 2230, 39
0dd0: 39 31 2c 20 32 31 33 33 2c 20 33 33 33 38 2c 20 91, 2133, 3338,
0de0: 33 35 36 2c 20 32 35 33 35 2c 20 33 38 35 39 2c 356, 2535, 3859,
0df0: 20 33 32 36 37 2c 20 33 36 35 7d 3b 0d 0a 09 20 3267, 365};...
0e00: 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 64 75 vector <int> du
0e10: 72 61 74 69 6f 6e 28 64 75 72 61 74 69 6f 6e 5f ration(duration_
0e20: 2c 20 64 75 72 61 74 69 6f 6e 5f 2b 73 69 7a 65 , duration_+size
0e30: 6f 66 28 64 75 72 61 74 69 6f 6e 5f 29 2f 73 69 of(duration_)/si
0e40: 7a 65 6f 66 28 2a 64 75 72 61 74 69 6f 6e 5f 29 zeof(*duration_)
0e50: 29 3b 20 0d 0a 09 69 6e 74 20 72 65 66 75 65 6c ); ...int refuel
0e60: 5f 5b 5d 20 3d 20 7b 32 34 30 36 2c 20 37 39 33 _[] = {2406, 793
0e70: 2c 20 39 30 35 2c 20 32 34 30 30 2c 20 31 37 38 , 905, 2400, 178
0e80: 39 2c 20 32 32 32 39 2c 20 31 33 37 38 2c 20 32 9, 2229, 1378, 2
0e90: 31 33 32 2c 20 31 38 31 35 2c 20 33 35 35 2c 20 132, 1815, 355,
0ea0: 37 32 2c 20 33 38 35 38 2c 20 33 32 36 36 2c 20 72, 3858, 3266,
0eb0: 33 36 34 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 364};... vector
0ec0: 20 3c 69 6e 74 3e 20 72 65 66 75 65 6c 28 72 65 <int> refuel(re
0ed0: 66 75 65 6c 5f 2c 20 72 65 66 75 65 6c 5f 2b 73 fuel_, refuel_+s
0ee0: 69 7a 65 6f 66 28 72 65 66 75 65 6c 5f 29 2f 73 izeof(refuel_)/s
0ef0: 69 7a 65 6f 66 28 2a 72 65 66 75 65 6c 5f 29 29 izeof(*refuel_))
0f00: 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 33 3b 20 ; ...int _ = 3;
0f10: 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 36 29 0d 0a ..END..CASE(6)..
0f20: 09 69 6e 74 20 46 20 3d 20 35 30 30 30 3b 20 0d .int F = 5000; .
0f30: 0a 09 69 6e 74 20 64 75 72 61 74 69 6f 6e 5f 5b ..int duration_[
0f40: 5d 20 3d 20 7b 39 34 38 2c 39 31 34 2c 39 31 35 ] = {948,914,915
0f50: 2c 39 34 35 2c 39 35 32 2c 39 33 39 2c 39 32 35 ,945,952,939,925
0f60: 2c 39 35 31 2c 39 35 37 2c 39 37 38 2c 39 32 36 ,951,957,978,926
0f70: 2c 39 37 33 2c 39 38 36 2c 39 34 39 2c 39 39 32 ,973,986,949,992
0f80: 2c 39 33 32 2c 39 36 38 2c 39 31 36 2c 39 34 36 ,932,968,916,946
0f90: 2c 39 30 31 2c 39 32 39 2c 39 35 36 2c 39 37 36 ,901,929,956,976
0fa0: 2c 39 34 31 2c 39 33 38 2c 39 38 30 2c 39 38 34 ,941,938,980,984
0fb0: 2c 39 30 36 2c 39 37 39 2c 39 30 37 2c 39 32 33 ,906,979,907,923
0fc0: 2c 39 33 31 2c 39 36 33 2c 39 36 34 2c 39 33 32 ,931,963,964,932
0fd0: 2c 39 31 30 2c 39 30 39 2c 39 38 31 2c 39 36 39 ,910,909,981,969
0fe0: 2c 39 39 37 2c 39 33 36 2c 39 33 30 2c 39 35 36 ,997,936,930,956
0ff0: 2c 39 34 39 2c 39 30 33 2c 39 31 34 2c 39 35 34 ,949,903,914,954
1000: 2c 39 34 35 2c 39 31 33 2c 39 36 39 7d 3b 0d 0a ,945,913,969};..
1010: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 . vector <int>
1020: 64 75 72 61 74 69 6f 6e 28 64 75 72 61 74 69 6f duration(duratio
1030: 6e 5f 2c 20 64 75 72 61 74 69 6f 6e 5f 2b 73 69 n_, duration_+si
1040: 7a 65 6f 66 28 64 75 72 61 74 69 6f 6e 5f 29 2f zeof(duration_)/
1050: 73 69 7a 65 6f 66 28 2a 64 75 72 61 74 69 6f 6e sizeof(*duration
1060: 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 72 65 66 75 _)); ...int refu
1070: 65 6c 5f 5b 5d 20 3d 20 7b 38 31 39 2c 38 35 32 el_[] = {819,852
1080: 2c 38 33 34 2c 37 38 39 2c 38 37 35 2c 38 33 33 ,834,789,875,833
1090: 2c 37 36 30 2c 38 38 37 2c 37 39 36 2c 38 33 31 ,760,887,796,831
10a0: 2c 39 30 30 2c 38 30 35 2c 37 35 38 2c 37 39 34 ,900,805,758,794
10b0: 2c 38 38 32 2c 38 35 35 2c 37 30 39 2c 38 30 33 ,882,855,709,803
10c0: 2c 37 39 33 2c 37 30 34 2c 37 36 30 2c 38 30 32 ,793,704,760,802
10d0: 2c 37 31 34 2c 38 38 31 2c 38 39 30 2c 38 38 31 ,714,881,890,881
10e0: 2c 38 33 39 2c 37 35 34 2c 38 34 34 2c 38 39 36 ,839,754,844,896
10f0: 2c 38 30 36 2c 37 31 33 2c 38 30 39 2c 37 33 38 ,806,713,809,738
1100: 2c 37 36 33 2c 37 34 39 2c 37 36 38 2c 38 31 38 ,763,749,768,818
1110: 2c 37 33 32 2c 37 30 36 2c 38 33 30 2c 37 30 32 ,732,706,830,702
1120: 2c 37 34 31 2c 37 36 39 2c 38 31 36 2c 37 34 32 ,741,769,816,742
1130: 2c 37 39 31 2c 38 30 33 2c 37 36 31 2c 38 36 35 ,791,803,761,865
1140: 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 };... vector <i
1150: 6e 74 3e 20 72 65 66 75 65 6c 28 72 65 66 75 65 nt> refuel(refue
1160: 6c 5f 2c 20 72 65 66 75 65 6c 5f 2b 73 69 7a 65 l_, refuel_+size
1170: 6f 66 28 72 65 66 75 65 6c 5f 29 2f 73 69 7a 65 of(refuel_)/size
1180: 6f 66 28 2a 72 65 66 75 65 6c 5f 29 29 3b 20 0d of(*refuel_)); .
1190: 0a 09 69 6e 74 20 5f 20 3d 20 2d 31 3b 20 0d 0a ..int _ = -1; ..
11a0: 45 4e 44 0d 0a 2f 2a 0d 0a 43 41 53 45 28 37 29 END../*..CASE(7)
11b0: 0d 0a 09 69 6e 74 20 46 20 3d 20 3b 20 0d 0a 09 ...int F = ; ...
11c0: 69 6e 74 20 64 75 72 61 74 69 6f 6e 5f 5b 5d 20 int duration_[]
11d0: 3d 20 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c = ;... vector <
11e0: 69 6e 74 3e 20 64 75 72 61 74 69 6f 6e 28 64 75 int> duration(du
11f0: 72 61 74 69 6f 6e 5f 2c 20 64 75 72 61 74 69 6f ration_, duratio
1200: 6e 5f 2b 73 69 7a 65 6f 66 28 64 75 72 61 74 69 n_+sizeof(durati
1210: 6f 6e 5f 29 2f 73 69 7a 65 6f 66 28 2a 64 75 72 on_)/sizeof(*dur
1220: 61 74 69 6f 6e 5f 29 29 3b 20 0d 0a 09 69 6e 74 ation_)); ...int
1230: 20 72 65 66 75 65 6c 5f 5b 5d 20 3d 20 3b 0d 0a refuel_[] = ;..
1240: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 . vector <int>
1250: 72 65 66 75 65 6c 28 72 65 66 75 65 6c 5f 2c 20 refuel(refuel_,
1260: 72 65 66 75 65 6c 5f 2b 73 69 7a 65 6f 66 28 72 refuel_+sizeof(r
1270: 65 66 75 65 6c 5f 29 2f 73 69 7a 65 6f 66 28 2a efuel_)/sizeof(*
1280: 72 65 66 75 65 6c 5f 29 29 3b 20 0d 0a 09 69 6e refuel_)); ...in
1290: 74 20 5f 20 3d 20 3b 20 0d 0a 45 4e 44 0d 0a 2a t _ = ; ..END..*
12a0: 2f 0d 0a 7d 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 /..}..// END CUT
12b0: 31 20 48 45 52 45 39 30 30 1 HERE900