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 54 68 CMP;....class Th
01a0: 65 50 72 6f 67 72 61 6d 6d 69 6e 67 43 6f 6e 74 eProgrammingCont
01b0: 65 73 74 44 69 76 4f 6e 65 20 7b 20 70 75 62 6c estDivOne { publ
01c0: 69 63 3a 0d 0a 09 73 74 72 75 63 74 20 50 72 6f ic:...struct Pro
01d0: 62 6c 65 6d 0d 0a 09 7b 0d 0a 09 09 4c 4c 20 4d blem...{....LL M
01e0: 3b 0d 0a 09 09 4c 4c 20 44 3b 0d 0a 09 09 4c 4c ;....LL D;....LL
01f0: 20 52 3b 0d 0a 09 09 62 6f 6f 6c 20 6f 70 65 72 R;....bool oper
0200: 61 74 6f 72 3c 28 63 6f 6e 73 74 20 50 72 6f 62 ator<(const Prob
0210: 6c 65 6d 26 20 72 68 73 29 20 63 6f 6e 73 74 20 lem& rhs) const
0220: 7b 0d 0a 09 09 09 69 66 28 52 20 21 3d 20 72 68 {.....if(R != rh
0230: 73 2e 52 29 20 72 65 74 75 72 6e 20 52 20 3c 20 s.R) return R <
0240: 72 68 73 2e 52 3b 0d 0a 09 09 09 69 66 28 44 20 rhs.R;.....if(D
0250: 21 3d 20 72 68 73 2e 44 29 20 72 65 74 75 72 6e != rhs.D) return
0260: 20 44 20 3e 20 72 68 73 2e 44 3b 0d 0a 09 09 09 D > rhs.D;.....
0270: 72 65 74 75 72 6e 20 4d 20 3e 20 72 68 73 2e 4d return M > rhs.M
0280: 3b 0d 0a 09 09 7d 0d 0a 09 7d 3b 0d 0a 09 69 6e ;....}...};...in
0290: 74 20 66 69 6e 64 28 69 6e 74 20 54 2c 20 76 65 t find(int T, ve
02a0: 63 74 6f 72 20 3c 69 6e 74 3e 20 6d 61 78 50 6f ctor <int> maxPo
02b0: 69 6e 74 73 2c 20 76 65 63 74 6f 72 20 3c 69 6e ints, vector <in
02c0: 74 3e 20 70 6f 69 6e 74 73 50 65 72 4d 69 6e 75 t> pointsPerMinu
02d0: 74 65 2c 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e te, vector <int>
02e0: 20 72 65 71 75 69 72 65 64 54 69 6d 65 29 20 0d requiredTime) .
02f0: 0a 09 7b 0d 0a 09 09 63 6f 6e 73 74 20 69 6e 74 ..{....const int
0300: 20 4e 20 3d 20 6d 61 78 50 6f 69 6e 74 73 2e 73 N = maxPoints.s
0310: 69 7a 65 28 29 3b 0d 0a 09 09 76 65 63 74 6f 72 ize();....vector
0320: 3c 50 72 6f 62 6c 65 6d 3e 20 70 73 3b 0d 0a 09 <Problem> ps;...
0330: 09 66 6f 72 28 69 6e 74 20 69 3d 30 3b 20 69 3c .for(int i=0; i<
0340: 4e 3b 20 2b 2b 69 29 20 7b 0d 0a 09 09 09 50 72 N; ++i) {.....Pr
0350: 6f 62 6c 65 6d 20 70 20 3d 20 7b 6d 61 78 50 6f oblem p = {maxPo
0360: 69 6e 74 73 5b 69 5d 2c 20 70 6f 69 6e 74 73 50 ints[i], pointsP
0370: 65 72 4d 69 6e 75 74 65 5b 69 5d 2c 20 72 65 71 erMinute[i], req
0380: 75 69 72 65 64 54 69 6d 65 5b 69 5d 7d 3b 0d 0a uiredTime[i]};..
0390: 09 09 09 70 73 2e 70 75 73 68 5f 62 61 63 6b 28 ...ps.push_back(
03a0: 70 29 3b 0d 0a 09 09 7d 0d 0a 09 09 73 6f 72 74 p);....}....sort
03b0: 28 70 73 2e 62 65 67 69 6e 28 29 2c 20 70 73 2e (ps.begin(), ps.
03c0: 65 6e 64 28 29 29 3b 0d 0a 0d 0a 09 09 4c 4c 20 end());......LL
03d0: 62 65 73 74 20 3d 20 30 3b 0d 0a 0d 0a 09 09 6d best = 0;......m
03e0: 61 70 3c 4c 4c 2c 20 4c 4c 3e 20 73 74 3b 0d 0a ap<LL, LL> st;..
03f0: 09 09 73 74 5b 30 5d 20 3d 20 30 3b 0d 0a 09 09 ..st[0] = 0;....
0400: 66 6f 72 28 69 6e 74 20 69 3d 30 3b 20 69 3c 4e for(int i=0; i<N
0410: 3b 20 2b 2b 69 29 0d 0a 09 09 7b 0d 0a 09 09 09 ; ++i)....{.....
0420: 6d 61 70 3c 4c 4c 2c 20 4c 4c 3e 20 73 74 32 20 map<LL, LL> st2
0430: 3d 20 73 74 3b 0d 0a 09 09 09 66 6f 72 28 6d 61 = st;.....for(ma
0440: 70 3c 4c 4c 2c 20 4c 4c 3e 3a 3a 69 74 65 72 61 p<LL, LL>::itera
0450: 74 6f 72 20 69 74 3d 73 74 2e 62 65 67 69 6e 28 tor it=st.begin(
0460: 29 3b 20 69 74 21 3d 73 74 2e 65 6e 64 28 29 3b ); it!=st.end();
0470: 20 2b 2b 69 74 29 0d 0a 09 09 09 7b 0d 0a 09 09 ++it).....{....
0480: 09 09 4c 4c 20 73 20 3d 20 69 74 2d 3e 66 69 72 ..LL s = it->fir
0490: 73 74 3b 0d 0a 09 09 09 09 4c 4c 20 74 20 3d 20 st;......LL t =
04a0: 69 74 2d 3e 73 65 63 6f 6e 64 3b 0d 0a 09 09 09 it->second;.....
04b0: 09 4c 4c 20 74 32 20 3d 20 74 20 2b 20 70 73 5b .LL t2 = t + ps[
04c0: 69 5d 2e 52 3b 0d 0a 09 09 09 09 69 66 28 20 74 i].R;......if( t
04d0: 32 20 3c 3d 20 54 20 29 20 7b 0d 0a 09 09 09 09 2 <= T ) {......
04e0: 09 4c 4c 20 73 32 20 3d 20 73 20 2b 20 70 73 5b .LL s2 = s + ps[
04f0: 69 5d 2e 4d 20 2d 20 70 73 5b 69 5d 2e 44 20 2a i].M - ps[i].D *
0500: 20 74 32 3b 0d 0a 09 09 09 09 09 62 65 73 74 20 t2;.......best
0510: 3d 20 6d 61 78 28 62 65 73 74 2c 20 73 32 29 3b = max(best, s2);
0520: 0d 0a 09 09 09 09 09 69 66 28 20 73 32 20 3e 20 .......if( s2 >
0530: 73 20 29 20 7b 0d 0a 09 09 09 09 09 09 4c 4c 26 s ) {........LL&
0540: 20 65 6e 74 72 79 20 3d 20 73 74 32 5b 73 32 5d entry = st2[s2]
0550: 3b 0d 0a 09 09 09 09 09 09 69 66 28 20 65 6e 74 ;........if( ent
0560: 72 79 3d 3d 30 20 7c 7c 20 65 6e 74 72 79 3e 74 ry==0 || entry>t
0570: 32 20 29 0d 0a 09 09 09 09 09 09 09 65 6e 74 72 2 ).........entr
0580: 79 20 3d 20 74 32 3b 0d 0a 09 09 09 09 09 7d 0d y = t2;.......}.
0590: 0a 09 09 09 09 7d 0d 0a 09 09 09 7d 0d 0a 09 09 .....}.....}....
05a0: 09 73 74 2e 73 77 61 70 28 73 74 32 29 3b 0d 0a .st.swap(st2);..
05b0: 09 09 7d 0d 0a 09 09 72 65 74 75 72 6e 20 69 6e ..}....return in
05c0: 74 28 62 65 73 74 29 3b 0d 0a 09 7d 0d 0a 7d 3b t(best);...}..};
05d0: 0d 0a 0d 0a 2f 2f 20 42 45 47 49 4e 20 43 55 54 ....// BEGIN CUT
05e0: 20 48 45 52 45 0d 0a 23 69 6e 63 6c 75 64 65 20 HERE..#include
05f0: 3c 63 74 69 6d 65 3e 0d 0a 64 6f 75 62 6c 65 20 <ctime>..double
0600: 73 74 61 72 74 5f 74 69 6d 65 3b 20 73 74 72 69 start_time; stri
0610: 6e 67 20 74 69 6d 65 72 28 29 0d 0a 20 7b 20 6f ng timer().. { o
0620: 73 74 72 69 6e 67 73 74 72 65 61 6d 20 6f 73 3b stringstream os;
0630: 20 6f 73 20 3c 3c 20 22 20 28 22 20 3c 3c 20 69 os << " (" << i
0640: 6e 74 28 28 63 6c 6f 63 6b 28 29 2d 73 74 61 72 nt((clock()-star
0650: 74 5f 74 69 6d 65 29 2f 43 4c 4f 43 4b 53 5f 50 t_time)/CLOCKS_P
0660: 45 52 5f 53 45 43 2a 31 30 30 30 29 20 3c 3c 20 ER_SEC*1000) <<
0670: 22 20 6d 73 65 63 29 22 3b 20 72 65 74 75 72 6e " msec)"; return
0680: 20 6f 73 2e 73 74 72 28 29 3b 20 7d 0d 0a 74 65 os.str(); }..te
0690: 6d 70 6c 61 74 65 3c 74 79 70 65 6e 61 6d 65 20 mplate<typename
06a0: 54 3e 20 6f 73 74 72 65 61 6d 26 20 6f 70 65 72 T> ostream& oper
06b0: 61 74 6f 72 3c 3c 28 6f 73 74 72 65 61 6d 26 20 ator<<(ostream&
06c0: 6f 73 2c 20 63 6f 6e 73 74 20 76 65 63 74 6f 72 os, const vector
06d0: 3c 54 3e 26 20 76 29 0d 0a 20 7b 20 6f 73 20 3c <T>& v).. { os <
06e0: 3c 20 22 7b 20 22 3b 0d 0a 20 20 20 66 6f 72 28 < "{ ";.. for(
06f0: 74 79 70 65 6e 61 6d 65 20 76 65 63 74 6f 72 3c typename vector<
0700: 54 3e 3a 3a 63 6f 6e 73 74 5f 69 74 65 72 61 74 T>::const_iterat
0710: 6f 72 20 69 74 3d 76 2e 62 65 67 69 6e 28 29 3b or it=v.begin();
0720: 20 69 74 21 3d 76 2e 65 6e 64 28 29 3b 20 2b 2b it!=v.end(); ++
0730: 69 74 29 0d 0a 20 20 20 6f 73 20 3c 3c 20 27 5c it).. os << '\
0740: 22 27 20 3c 3c 20 2a 69 74 20 3c 3c 20 27 5c 22 "' << *it << '\"
0750: 27 20 3c 3c 20 28 69 74 2b 31 3d 3d 76 2e 65 6e ' << (it+1==v.en
0760: 64 28 29 20 3f 20 22 22 20 3a 20 22 2c 20 22 29 d() ? "" : ", ")
0770: 3b 20 6f 73 20 3c 3c 20 22 20 7d 22 3b 20 72 65 ; os << " }"; re
0780: 74 75 72 6e 20 6f 73 3b 20 7d 0d 0a 76 6f 69 64 turn os; }..void
0790: 20 76 65 72 69 66 79 5f 63 61 73 65 28 63 6f 6e verify_case(con
07a0: 73 74 20 69 6e 74 26 20 45 78 70 65 63 74 65 64 st int& Expected
07b0: 2c 20 63 6f 6e 73 74 20 69 6e 74 26 20 52 65 63 , const int& Rec
07c0: 65 69 76 65 64 29 20 7b 0d 0a 20 62 6f 6f 6c 20 eived) {.. bool
07d0: 6f 6b 20 3d 20 28 45 78 70 65 63 74 65 64 20 3d ok = (Expected =
07e0: 3d 20 52 65 63 65 69 76 65 64 29 3b 0d 0a 20 69 = Received);.. i
07f0: 66 28 6f 6b 29 20 63 65 72 72 20 3c 3c 20 22 50 f(ok) cerr << "P
0800: 41 53 53 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 ASSED" << timer(
0810: 29 20 3c 3c 20 65 6e 64 6c 3b 20 20 65 6c 73 65 ) << endl; else
0820: 20 7b 20 63 65 72 72 20 3c 3c 20 22 46 41 49 4c { cerr << "FAIL
0830: 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c ED" << timer() <
0840: 3c 20 65 6e 64 6c 3b 0d 0a 20 63 65 72 72 20 3c < endl;.. cerr <
0850: 3c 20 22 5c 74 6f 3a 20 5c 22 22 20 3c 3c 20 45 < "\to: \"" << E
0860: 78 70 65 63 74 65 64 20 3c 3c 20 27 5c 22 27 20 xpected << '\"'
0870: 3c 3c 20 65 6e 64 6c 20 3c 3c 20 22 5c 74 78 3a << endl << "\tx:
0880: 20 5c 22 22 20 3c 3c 20 52 65 63 65 69 76 65 64 \"" << Received
0890: 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c << '\"' << endl
08a0: 3b 20 7d 20 7d 0d 0a 23 64 65 66 69 6e 65 20 43 ; } }..#define C
08b0: 41 53 45 28 4e 29 20 7b 63 65 72 72 20 3c 3c 20 ASE(N) {cerr <<
08c0: 22 54 65 73 74 20 43 61 73 65 20 23 22 20 3c 3c "Test Case #" <<
08d0: 20 4e 20 3c 3c 20 22 2e 2e 2e 22 20 3c 3c 20 66 N << "..." << f
08e0: 6c 75 73 68 3b 20 73 74 61 72 74 5f 74 69 6d 65 lush; start_time
08f0: 3d 63 6c 6f 63 6b 28 29 3b 0d 0a 23 64 65 66 69 =clock();..#defi
0900: 6e 65 20 45 4e 44 09 20 76 65 72 69 66 79 5f 63 ne END. verify_c
0910: 61 73 65 28 5f 2c 20 54 68 65 50 72 6f 67 72 61 ase(_, TheProgra
0920: 6d 6d 69 6e 67 43 6f 6e 74 65 73 74 44 69 76 4f mmingContestDivO
0930: 6e 65 28 29 2e 66 69 6e 64 28 54 2c 20 6d 61 78 ne().find(T, max
0940: 50 6f 69 6e 74 73 2c 20 70 6f 69 6e 74 73 50 65 Points, pointsPe
0950: 72 4d 69 6e 75 74 65 2c 20 72 65 71 75 69 72 65 rMinute, require
0960: 64 54 69 6d 65 29 29 3b 7d 0d 0a 69 6e 74 20 6d dTime));}..int m
0970: 61 69 6e 28 29 7b 0d 0a 0d 0a 43 41 53 45 28 30 ain(){....CASE(0
0980: 29 0d 0a 09 69 6e 74 20 54 20 3d 20 37 34 3b 20 )...int T = 74;
0990: 0d 0a 09 69 6e 74 20 6d 61 78 50 6f 69 6e 74 73 ...int maxPoints
09a0: 5f 5b 5d 20 3d 20 7b 35 30 32 7d 3b 0d 0a 09 20 _[] = {502};...
09b0: 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 6d 61 vector <int> ma
09c0: 78 50 6f 69 6e 74 73 28 6d 61 78 50 6f 69 6e 74 xPoints(maxPoint
09d0: 73 5f 2c 20 6d 61 78 50 6f 69 6e 74 73 5f 2b 73 s_, maxPoints_+s
09e0: 69 7a 65 6f 66 28 6d 61 78 50 6f 69 6e 74 73 5f izeof(maxPoints_
09f0: 29 2f 73 69 7a 65 6f 66 28 2a 6d 61 78 50 6f 69 )/sizeof(*maxPoi
0a00: 6e 74 73 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 70 nts_)); ...int p
0a10: 6f 69 6e 74 73 50 65 72 4d 69 6e 75 74 65 5f 5b ointsPerMinute_[
0a20: 5d 20 3d 20 7b 32 7d 3b 0d 0a 09 20 20 76 65 63 ] = {2};... vec
0a30: 74 6f 72 20 3c 69 6e 74 3e 20 70 6f 69 6e 74 73 tor <int> points
0a40: 50 65 72 4d 69 6e 75 74 65 28 70 6f 69 6e 74 73 PerMinute(points
0a50: 50 65 72 4d 69 6e 75 74 65 5f 2c 20 70 6f 69 6e PerMinute_, poin
0a60: 74 73 50 65 72 4d 69 6e 75 74 65 5f 2b 73 69 7a tsPerMinute_+siz
0a70: 65 6f 66 28 70 6f 69 6e 74 73 50 65 72 4d 69 6e eof(pointsPerMin
0a80: 75 74 65 5f 29 2f 73 69 7a 65 6f 66 28 2a 70 6f ute_)/sizeof(*po
0a90: 69 6e 74 73 50 65 72 4d 69 6e 75 74 65 5f 29 29 intsPerMinute_))
0aa0: 3b 20 0d 0a 09 69 6e 74 20 72 65 71 75 69 72 65 ; ...int require
0ab0: 64 54 69 6d 65 5f 5b 5d 20 3d 20 7b 34 37 7d 3b dTime_[] = {47};
0ac0: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 ... vector <int
0ad0: 3e 20 72 65 71 75 69 72 65 64 54 69 6d 65 28 72 > requiredTime(r
0ae0: 65 71 75 69 72 65 64 54 69 6d 65 5f 2c 20 72 65 equiredTime_, re
0af0: 71 75 69 72 65 64 54 69 6d 65 5f 2b 73 69 7a 65 quiredTime_+size
0b00: 6f 66 28 72 65 71 75 69 72 65 64 54 69 6d 65 5f of(requiredTime_
0b10: 29 2f 73 69 7a 65 6f 66 28 2a 72 65 71 75 69 72 )/sizeof(*requir
0b20: 65 64 54 69 6d 65 5f 29 29 3b 20 0d 0a 09 69 6e edTime_)); ...in
0b30: 74 20 5f 20 3d 20 34 30 38 3b 20 0d 0a 45 4e 44 t _ = 408; ..END
0b40: 0d 0a 43 41 53 45 28 31 29 0d 0a 09 69 6e 74 20 ..CASE(1)...int
0b50: 54 20 3d 20 34 30 30 30 30 3b 20 0d 0a 09 69 6e T = 40000; ...in
0b60: 74 20 6d 61 78 50 6f 69 6e 74 73 5f 5b 5d 20 3d t maxPoints_[] =
0b70: 20 7b 31 30 30 30 30 30 2c 20 31 30 30 30 30 30 {100000, 100000
0b80: 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 };... vector <i
0b90: 6e 74 3e 20 6d 61 78 50 6f 69 6e 74 73 28 6d 61 nt> maxPoints(ma
0ba0: 78 50 6f 69 6e 74 73 5f 2c 20 6d 61 78 50 6f 69 xPoints_, maxPoi
0bb0: 6e 74 73 5f 2b 73 69 7a 65 6f 66 28 6d 61 78 50 nts_+sizeof(maxP
0bc0: 6f 69 6e 74 73 5f 29 2f 73 69 7a 65 6f 66 28 2a oints_)/sizeof(*
0bd0: 6d 61 78 50 6f 69 6e 74 73 5f 29 29 3b 20 0d 0a maxPoints_)); ..
0be0: 09 69 6e 74 20 70 6f 69 6e 74 73 50 65 72 4d 69 .int pointsPerMi
0bf0: 6e 75 74 65 5f 5b 5d 20 3d 20 7b 31 2c 20 31 30 nute_[] = {1, 10
0c00: 30 30 30 30 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 0000};... vecto
0c10: 72 20 3c 69 6e 74 3e 20 70 6f 69 6e 74 73 50 65 r <int> pointsPe
0c20: 72 4d 69 6e 75 74 65 28 70 6f 69 6e 74 73 50 65 rMinute(pointsPe
0c30: 72 4d 69 6e 75 74 65 5f 2c 20 70 6f 69 6e 74 73 rMinute_, points
0c40: 50 65 72 4d 69 6e 75 74 65 5f 2b 73 69 7a 65 6f PerMinute_+sizeo
0c50: 66 28 70 6f 69 6e 74 73 50 65 72 4d 69 6e 75 74 f(pointsPerMinut
0c60: 65 5f 29 2f 73 69 7a 65 6f 66 28 2a 70 6f 69 6e e_)/sizeof(*poin
0c70: 74 73 50 65 72 4d 69 6e 75 74 65 5f 29 29 3b 20 tsPerMinute_));
0c80: 0d 0a 09 69 6e 74 20 72 65 71 75 69 72 65 64 54 ...int requiredT
0c90: 69 6d 65 5f 5b 5d 20 3d 20 7b 35 30 30 30 30 2c ime_[] = {50000,
0ca0: 20 33 30 30 30 30 7d 3b 0d 0a 09 20 20 76 65 63 30000};... vec
0cb0: 74 6f 72 20 3c 69 6e 74 3e 20 72 65 71 75 69 72 tor <int> requir
0cc0: 65 64 54 69 6d 65 28 72 65 71 75 69 72 65 64 54 edTime(requiredT
0cd0: 69 6d 65 5f 2c 20 72 65 71 75 69 72 65 64 54 69 ime_, requiredTi
0ce0: 6d 65 5f 2b 73 69 7a 65 6f 66 28 72 65 71 75 69 me_+sizeof(requi
0cf0: 72 65 64 54 69 6d 65 5f 29 2f 73 69 7a 65 6f 66 redTime_)/sizeof
0d00: 28 2a 72 65 71 75 69 72 65 64 54 69 6d 65 5f 29 (*requiredTime_)
0d10: 29 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 30 3b ); ...int _ = 0;
0d20: 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 32 29 0d ..END..CASE(2).
0d30: 0a 09 69 6e 74 20 54 20 3d 20 37 35 3b 20 0d 0a ..int T = 75; ..
0d40: 09 69 6e 74 20 6d 61 78 50 6f 69 6e 74 73 5f 5b .int maxPoints_[
0d50: 5d 20 3d 20 7b 32 35 30 2c 20 35 30 30 2c 20 31 ] = {250, 500, 1
0d60: 30 30 30 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 000};... vector
0d70: 20 3c 69 6e 74 3e 20 6d 61 78 50 6f 69 6e 74 73 <int> maxPoints
0d80: 28 6d 61 78 50 6f 69 6e 74 73 5f 2c 20 6d 61 78 (maxPoints_, max
0d90: 50 6f 69 6e 74 73 5f 2b 73 69 7a 65 6f 66 28 6d Points_+sizeof(m
0da0: 61 78 50 6f 69 6e 74 73 5f 29 2f 73 69 7a 65 6f axPoints_)/sizeo
0db0: 66 28 2a 6d 61 78 50 6f 69 6e 74 73 5f 29 29 3b f(*maxPoints_));
0dc0: 20 0d 0a 09 69 6e 74 20 70 6f 69 6e 74 73 50 65 ...int pointsPe
0dd0: 72 4d 69 6e 75 74 65 5f 5b 5d 20 3d 20 7b 32 2c rMinute_[] = {2,
0de0: 20 34 2c 20 38 7d 3b 0d 0a 09 20 20 76 65 63 74 4, 8};... vect
0df0: 6f 72 20 3c 69 6e 74 3e 20 70 6f 69 6e 74 73 50 or <int> pointsP
0e00: 65 72 4d 69 6e 75 74 65 28 70 6f 69 6e 74 73 50 erMinute(pointsP
0e10: 65 72 4d 69 6e 75 74 65 5f 2c 20 70 6f 69 6e 74 erMinute_, point
0e20: 73 50 65 72 4d 69 6e 75 74 65 5f 2b 73 69 7a 65 sPerMinute_+size
0e30: 6f 66 28 70 6f 69 6e 74 73 50 65 72 4d 69 6e 75 of(pointsPerMinu
0e40: 74 65 5f 29 2f 73 69 7a 65 6f 66 28 2a 70 6f 69 te_)/sizeof(*poi
0e50: 6e 74 73 50 65 72 4d 69 6e 75 74 65 5f 29 29 3b ntsPerMinute_));
0e60: 20 0d 0a 09 69 6e 74 20 72 65 71 75 69 72 65 64 ...int required
0e70: 54 69 6d 65 5f 5b 5d 20 3d 20 7b 32 35 2c 20 32 Time_[] = {25, 2
0e80: 35 2c 20 32 35 7d 3b 0d 0a 09 20 20 76 65 63 74 5, 25};... vect
0e90: 6f 72 20 3c 69 6e 74 3e 20 72 65 71 75 69 72 65 or <int> require
0ea0: 64 54 69 6d 65 28 72 65 71 75 69 72 65 64 54 69 dTime(requiredTi
0eb0: 6d 65 5f 2c 20 72 65 71 75 69 72 65 64 54 69 6d me_, requiredTim
0ec0: 65 5f 2b 73 69 7a 65 6f 66 28 72 65 71 75 69 72 e_+sizeof(requir
0ed0: 65 64 54 69 6d 65 5f 29 2f 73 69 7a 65 6f 66 28 edTime_)/sizeof(
0ee0: 2a 72 65 71 75 69 72 65 64 54 69 6d 65 5f 29 29 *requiredTime_))
0ef0: 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 31 32 30 ; ...int _ = 120
0f00: 30 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 33 0; ..END..CASE(3
0f10: 29 0d 0a 09 69 6e 74 20 54 20 3d 20 33 30 3b 20 )...int T = 30;
0f20: 0d 0a 09 69 6e 74 20 6d 61 78 50 6f 69 6e 74 73 ...int maxPoints
0f30: 5f 5b 5d 20 3d 20 7b 31 30 30 2c 20 31 30 30 2c _[] = {100, 100,
0f40: 20 31 30 30 30 30 30 7d 3b 0d 0a 09 20 20 76 65 100000};... ve
0f50: 63 74 6f 72 20 3c 69 6e 74 3e 20 6d 61 78 50 6f ctor <int> maxPo
0f60: 69 6e 74 73 28 6d 61 78 50 6f 69 6e 74 73 5f 2c ints(maxPoints_,
0f70: 20 6d 61 78 50 6f 69 6e 74 73 5f 2b 73 69 7a 65 maxPoints_+size
0f80: 6f 66 28 6d 61 78 50 6f 69 6e 74 73 5f 29 2f 73 of(maxPoints_)/s
0f90: 69 7a 65 6f 66 28 2a 6d 61 78 50 6f 69 6e 74 73 izeof(*maxPoints
0fa0: 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 70 6f 69 6e _)); ...int poin
0fb0: 74 73 50 65 72 4d 69 6e 75 74 65 5f 5b 5d 20 3d tsPerMinute_[] =
0fc0: 20 7b 31 2c 20 31 2c 20 31 30 30 7d 3b 0d 0a 09 {1, 1, 100};...
0fd0: 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 70 vector <int> p
0fe0: 6f 69 6e 74 73 50 65 72 4d 69 6e 75 74 65 28 70 ointsPerMinute(p
0ff0: 6f 69 6e 74 73 50 65 72 4d 69 6e 75 74 65 5f 2c ointsPerMinute_,
1000: 20 70 6f 69 6e 74 73 50 65 72 4d 69 6e 75 74 65 pointsPerMinute
1010: 5f 2b 73 69 7a 65 6f 66 28 70 6f 69 6e 74 73 50 _+sizeof(pointsP
1020: 65 72 4d 69 6e 75 74 65 5f 29 2f 73 69 7a 65 6f erMinute_)/sizeo
1030: 66 28 2a 70 6f 69 6e 74 73 50 65 72 4d 69 6e 75 f(*pointsPerMinu
1040: 74 65 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 72 65 te_)); ...int re
1050: 71 75 69 72 65 64 54 69 6d 65 5f 5b 5d 20 3d 20 quiredTime_[] =
1060: 7b 31 35 2c 20 31 35 2c 20 33 30 7d 3b 0d 0a 09 {15, 15, 30};...
1070: 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 72 vector <int> r
1080: 65 71 75 69 72 65 64 54 69 6d 65 28 72 65 71 75 equiredTime(requ
1090: 69 72 65 64 54 69 6d 65 5f 2c 20 72 65 71 75 69 iredTime_, requi
10a0: 72 65 64 54 69 6d 65 5f 2b 73 69 7a 65 6f 66 28 redTime_+sizeof(
10b0: 72 65 71 75 69 72 65 64 54 69 6d 65 5f 29 2f 73 requiredTime_)/s
10c0: 69 7a 65 6f 66 28 2a 72 65 71 75 69 72 65 64 54 izeof(*requiredT
10d0: 69 6d 65 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 5f ime_)); ...int _
10e0: 20 3d 20 39 37 30 30 30 3b 20 0d 0a 45 4e 44 0d = 97000; ..END.
10f0: 0a 43 41 53 45 28 34 29 0d 0a 09 69 6e 74 20 54 .CASE(4)...int T
1100: 20 3d 20 31 30 30 30 30 30 3b 20 0d 0a 09 69 6e = 100000; ...in
1110: 74 20 6d 61 78 50 6f 69 6e 74 73 5f 5b 5d 20 3d t maxPoints_[] =
1120: 20 7b 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c {100000,100000,
1130: 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c 31 30 100000,100000,10
1140: 30 30 30 30 2c 31 30 30 30 30 30 2c 31 30 30 30 0000,100000,1000
1150: 30 30 2c 31 30 30 30 30 30 2c 31 30 30 30 30 30 00,100000,100000
1160: 2c 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c 31 ,100000,100000,1
1170: 30 30 30 30 30 2c 31 30 30 30 30 30 2c 31 30 30 00000,100000,100
1180: 30 30 30 2c 31 30 30 30 30 30 2c 31 30 30 30 30 000,100000,10000
1190: 30 2c 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c 0,100000,100000,
11a0: 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c 31 30 100000,100000,10
11b0: 30 30 30 30 2c 31 30 30 30 30 30 2c 31 30 30 30 0000,100000,1000
11c0: 30 30 2c 31 30 30 30 30 30 2c 31 30 30 30 30 30 00,100000,100000
11d0: 2c 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c 31 ,100000,100000,1
11e0: 30 30 30 30 30 2c 31 30 30 30 30 30 2c 31 30 30 00000,100000,100
11f0: 30 30 30 2c 31 30 30 30 30 30 2c 31 30 30 30 30 000,100000,10000
1200: 30 2c 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c 0,100000,100000,
1210: 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c 31 30 100000,100000,10
1220: 30 30 30 30 2c 31 30 30 30 30 30 2c 31 30 30 30 0000,100000,1000
1230: 30 30 2c 31 30 30 30 30 30 2c 31 30 30 30 30 30 00,100000,100000
1240: 2c 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c 31 ,100000,100000,1
1250: 30 30 30 30 30 2c 31 30 30 30 30 30 2c 31 30 30 00000,100000,100
1260: 30 30 30 2c 31 30 30 30 30 30 2c 31 30 30 30 30 000,100000,10000
1270: 30 2c 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c 0,100000,100000,
1280: 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 };... vector <i
1290: 6e 74 3e 20 6d 61 78 50 6f 69 6e 74 73 28 6d 61 nt> maxPoints(ma
12a0: 78 50 6f 69 6e 74 73 5f 2c 20 6d 61 78 50 6f 69 xPoints_, maxPoi
12b0: 6e 74 73 5f 2b 73 69 7a 65 6f 66 28 6d 61 78 50 nts_+sizeof(maxP
12c0: 6f 69 6e 74 73 5f 29 2f 73 69 7a 65 6f 66 28 2a oints_)/sizeof(*
12d0: 6d 61 78 50 6f 69 6e 74 73 5f 29 29 3b 20 0d 0a maxPoints_)); ..
12e0: 09 20 20 69 6e 74 20 70 6f 69 6e 74 73 50 65 72 . int pointsPer
12f0: 4d 69 6e 75 74 65 5f 5b 5d 20 3d 20 7b 31 30 2c Minute_[] = {10,
1300: 31 30 2c 31 30 2c 31 30 2c 31 30 2c 31 30 2c 31 10,10,10,10,10,1
1310: 30 2c 31 30 2c 31 30 2c 31 30 2c 31 30 2c 31 30 0,10,10,10,10,10
1320: 2c 31 30 2c 31 30 2c 31 30 2c 31 30 2c 31 30 2c ,10,10,10,10,10,
1330: 31 30 2c 31 30 2c 31 30 2c 31 30 2c 31 30 2c 31 10,10,10,10,10,1
1340: 30 2c 31 30 2c 31 30 2c 31 30 2c 31 30 2c 31 30 0,10,10,10,10,10
1350: 2c 31 30 2c 31 30 2c 31 30 2c 31 30 2c 31 30 2c ,10,10,10,10,10,
1360: 31 30 2c 31 30 2c 31 30 2c 31 30 2c 31 30 2c 31 10,10,10,10,10,1
1370: 30 2c 31 30 2c 31 30 2c 31 30 2c 31 30 2c 31 30 0,10,10,10,10,10
1380: 2c 31 30 2c 31 30 2c 31 30 2c 31 30 2c 31 30 2c ,10,10,10,10,10,
1390: 31 30 2c 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 10,};... vector
13a0: 20 3c 69 6e 74 3e 20 70 6f 69 6e 74 73 50 65 72 <int> pointsPer
13b0: 4d 69 6e 75 74 65 28 70 6f 69 6e 74 73 50 65 72 Minute(pointsPer
13c0: 4d 69 6e 75 74 65 5f 2c 20 70 6f 69 6e 74 73 50 Minute_, pointsP
13d0: 65 72 4d 69 6e 75 74 65 5f 2b 73 69 7a 65 6f 66 erMinute_+sizeof
13e0: 28 70 6f 69 6e 74 73 50 65 72 4d 69 6e 75 74 65 (pointsPerMinute
13f0: 5f 29 2f 73 69 7a 65 6f 66 28 2a 70 6f 69 6e 74 _)/sizeof(*point
1400: 73 50 65 72 4d 69 6e 75 74 65 5f 29 29 3b 20 0d sPerMinute_)); .
1410: 0a 09 69 6e 74 20 72 65 71 75 69 72 65 64 54 69 ..int requiredTi
1420: 6d 65 5f 5b 5d 20 3d 20 7b 31 2c 32 2c 34 2c 38 me_[] = {1,2,4,8
1430: 2c 31 36 2c 33 32 2c 36 34 2c 31 32 38 2c 32 35 ,16,32,64,128,25
1440: 36 2c 35 31 32 2c 31 30 32 34 2c 32 30 34 38 2c 6,512,1024,2048,
1450: 34 30 39 36 2c 38 31 39 32 2c 31 36 33 38 34 2c 4096,8192,16384,
1460: 33 32 37 36 38 2c 36 35 35 33 36 2c 31 2c 32 2c 32768,65536,1,2,
1470: 34 2c 38 2c 31 36 2c 33 32 2c 36 34 2c 31 32 38 4,8,16,32,64,128
1480: 2c 32 35 36 2c 35 31 32 2c 31 30 32 34 2c 32 30 ,256,512,1024,20
1490: 34 38 2c 34 30 39 36 2c 38 31 39 32 2c 31 36 33 48,4096,8192,163
14a0: 38 34 2c 33 32 37 36 38 2c 36 35 35 33 36 2c 31 84,32768,65536,1
14b0: 2c 32 2c 34 2c 38 2c 31 36 2c 33 32 2c 36 34 2c ,2,4,8,16,32,64,
14c0: 31 32 38 2c 32 35 36 2c 35 31 32 2c 31 30 32 34 128,256,512,1024
14d0: 2c 32 30 34 38 2c 34 30 39 36 2c 38 31 39 32 2c ,2048,4096,8192,
14e0: 31 36 33 38 34 2c 33 32 37 36 38 2c 36 35 35 33 16384,32768,6553
14f0: 36 2c 34 2c 34 7d 3b 0d 0a 09 20 20 76 65 63 74 6,4,4};... vect
1500: 6f 72 20 3c 69 6e 74 3e 20 72 65 71 75 69 72 65 or <int> require
1510: 64 54 69 6d 65 28 72 65 71 75 69 72 65 64 54 69 dTime(requiredTi
1520: 6d 65 5f 2c 20 72 65 71 75 69 72 65 64 54 69 6d me_, requiredTim
1530: 65 5f 2b 73 69 7a 65 6f 66 28 72 65 71 75 69 72 e_+sizeof(requir
1540: 65 64 54 69 6d 65 5f 29 2f 73 69 7a 65 6f 66 28 edTime_)/sizeof(
1550: 2a 72 65 71 75 69 72 65 64 54 69 6d 65 5f 29 29 *requiredTime_))
1560: 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 2d 31 3b ; ...int _ = -1;
1570: 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 35 29 0d ..END..CASE(5).
1580: 0a 09 69 6e 74 20 54 20 3d 20 31 30 30 30 30 30 ..int T = 100000
1590: 3b 20 0d 0a 09 69 6e 74 20 6d 61 78 50 6f 69 6e ; ...int maxPoin
15a0: 74 73 5f 5b 5d 20 3d 20 7b 31 2c 32 2c 34 2c 38 ts_[] = {1,2,4,8
15b0: 2c 31 36 2c 33 32 2c 36 34 2c 31 32 38 2c 32 35 ,16,32,64,128,25
15c0: 36 2c 35 31 32 2c 31 30 32 34 2c 32 30 34 38 2c 6,512,1024,2048,
15d0: 34 30 39 36 2c 38 31 39 32 2c 31 36 33 38 34 2c 4096,8192,16384,
15e0: 33 32 37 36 38 2c 36 35 35 33 36 2c 31 30 30 30 32768,65536,1000
15f0: 30 30 2c 31 30 30 30 30 30 2c 31 30 30 30 30 30 00,100000,100000
1600: 2c 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c 31 ,100000,100000,1
1610: 30 30 30 30 30 2c 31 30 30 30 30 30 2c 31 30 30 00000,100000,100
1620: 30 30 30 2c 31 30 30 30 30 30 2c 31 30 30 30 30 000,100000,10000
1630: 30 2c 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c 0,100000,100000,
1640: 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c 31 30 100000,100000,10
1650: 30 30 30 30 2c 31 30 30 30 30 30 2c 31 30 30 30 0000,100000,1000
1660: 30 30 2c 31 30 30 30 30 30 2c 31 30 30 30 30 30 00,100000,100000
1670: 2c 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c 31 ,100000,100000,1
1680: 30 30 30 30 30 2c 31 30 30 30 30 30 2c 31 30 30 00000,100000,100
1690: 30 30 30 2c 31 30 30 30 30 30 2c 31 30 30 30 30 000,100000,10000
16a0: 30 2c 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c 0,100000,100000,
16b0: 31 30 30 30 30 30 2c 31 30 30 30 30 30 2c 31 30 100000,100000,10
16c0: 30 30 30 30 2c 31 30 30 30 30 30 2c 31 30 30 30 0000,100000,1000
16d0: 30 30 2c 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 00,};... vector
16e0: 20 3c 69 6e 74 3e 20 6d 61 78 50 6f 69 6e 74 73 <int> maxPoints
16f0: 28 6d 61 78 50 6f 69 6e 74 73 5f 2c 20 6d 61 78 (maxPoints_, max
1700: 50 6f 69 6e 74 73 5f 2b 73 69 7a 65 6f 66 28 6d Points_+sizeof(m
1710: 61 78 50 6f 69 6e 74 73 5f 29 2f 73 69 7a 65 6f axPoints_)/sizeo
1720: 66 28 2a 6d 61 78 50 6f 69 6e 74 73 5f 29 29 3b f(*maxPoints_));
1730: 20 0d 0a 09 20 20 69 6e 74 20 70 6f 69 6e 74 73 ... int points
1740: 50 65 72 4d 69 6e 75 74 65 5f 5b 5d 20 3d 20 7b PerMinute_[] = {
1750: 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 1,1,1,1,1,1,1,1,
1760: 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 1,1,1,1,1,1,1,1,
1770: 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 1,1,1,1,1,1,1,1,
1780: 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 1,1,1,1,1,1,1,1,
1790: 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 1,1,1,1,1,1,1,1,
17a0: 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 1,1,1,1,1,1,1,1,
17b0: 31 2c 31 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 1,1};... vector
17c0: 20 3c 69 6e 74 3e 20 70 6f 69 6e 74 73 50 65 72 <int> pointsPer
17d0: 4d 69 6e 75 74 65 28 70 6f 69 6e 74 73 50 65 72 Minute(pointsPer
17e0: 4d 69 6e 75 74 65 5f 2c 20 70 6f 69 6e 74 73 50 Minute_, pointsP
17f0: 65 72 4d 69 6e 75 74 65 5f 2b 73 69 7a 65 6f 66 erMinute_+sizeof
1800: 28 70 6f 69 6e 74 73 50 65 72 4d 69 6e 75 74 65 (pointsPerMinute
1810: 5f 29 2f 73 69 7a 65 6f 66 28 2a 70 6f 69 6e 74 _)/sizeof(*point
1820: 73 50 65 72 4d 69 6e 75 74 65 5f 29 29 3b 20 0d sPerMinute_)); .
1830: 0a 09 69 6e 74 20 72 65 71 75 69 72 65 64 54 69 ..int requiredTi
1840: 6d 65 5f 5b 5d 20 3d 20 7b 31 2c 31 2c 31 2c 31 me_[] = {1,1,1,1
1850: 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 ,1,1,1,1,1,1,1,1
1860: 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 ,1,1,1,1,1,1,1,1
1870: 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 ,1,1,1,1,1,1,1,1
1880: 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 ,1,1,1,1,1,1,1,1
1890: 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 ,1,1,1,1,1,1,1,1
18a0: 2c 31 2c 31 2c 31 2c 31 2c 31 2c 31 7d 3b 0d 0a ,1,1,1,1,1,1};..
18b0: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 . vector <int>
18c0: 72 65 71 75 69 72 65 64 54 69 6d 65 28 72 65 71 requiredTime(req
18d0: 75 69 72 65 64 54 69 6d 65 5f 2c 20 72 65 71 75 uiredTime_, requ
18e0: 69 72 65 64 54 69 6d 65 5f 2b 73 69 7a 65 6f 66 iredTime_+sizeof
18f0: 28 72 65 71 75 69 72 65 64 54 69 6d 65 5f 29 2f (requiredTime_)/
1900: 73 69 7a 65 6f 66 28 2a 72 65 71 75 69 72 65 64 sizeof(*required
1910: 54 69 6d 65 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 Time_)); ...int
1920: 5f 20 3d 20 2d 31 3b 20 0d 0a 45 4e 44 0d 0a 2f _ = -1; ..END../
1930: 2a 0d 0a 43 41 53 45 28 35 29 0d 0a 09 69 6e 74 *..CASE(5)...int
1940: 20 54 20 3d 20 3b 20 0d 0a 09 69 6e 74 20 6d 61 T = ; ...int ma
1950: 78 50 6f 69 6e 74 73 5f 5b 5d 20 3d 20 3b 0d 0a xPoints_[] = ;..
1960: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 . vector <int>
1970: 6d 61 78 50 6f 69 6e 74 73 28 6d 61 78 50 6f 69 maxPoints(maxPoi
1980: 6e 74 73 5f 2c 20 6d 61 78 50 6f 69 6e 74 73 5f nts_, maxPoints_
1990: 2b 73 69 7a 65 6f 66 28 6d 61 78 50 6f 69 6e 74 +sizeof(maxPoint
19a0: 73 5f 29 2f 73 69 7a 65 6f 66 28 2a 6d 61 78 50 s_)/sizeof(*maxP
19b0: 6f 69 6e 74 73 5f 29 29 3b 20 0d 0a 09 69 6e 74 oints_)); ...int
19c0: 20 70 6f 69 6e 74 73 50 65 72 4d 69 6e 75 74 65 pointsPerMinute
19d0: 5f 5b 5d 20 3d 20 3b 0d 0a 09 20 20 76 65 63 74 _[] = ;... vect
19e0: 6f 72 20 3c 69 6e 74 3e 20 70 6f 69 6e 74 73 50 or <int> pointsP
19f0: 65 72 4d 69 6e 75 74 65 28 70 6f 69 6e 74 73 50 erMinute(pointsP
1a00: 65 72 4d 69 6e 75 74 65 5f 2c 20 70 6f 69 6e 74 erMinute_, point
1a10: 73 50 65 72 4d 69 6e 75 74 65 5f 2b 73 69 7a 65 sPerMinute_+size
1a20: 6f 66 28 70 6f 69 6e 74 73 50 65 72 4d 69 6e 75 of(pointsPerMinu
1a30: 74 65 5f 29 2f 73 69 7a 65 6f 66 28 2a 70 6f 69 te_)/sizeof(*poi
1a40: 6e 74 73 50 65 72 4d 69 6e 75 74 65 5f 29 29 3b ntsPerMinute_));
1a50: 20 0d 0a 09 69 6e 74 20 72 65 71 75 69 72 65 64 ...int required
1a60: 54 69 6d 65 5f 5b 5d 20 3d 20 3b 0d 0a 09 20 20 Time_[] = ;...
1a70: 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 72 65 71 vector <int> req
1a80: 75 69 72 65 64 54 69 6d 65 28 72 65 71 75 69 72 uiredTime(requir
1a90: 65 64 54 69 6d 65 5f 2c 20 72 65 71 75 69 72 65 edTime_, require
1aa0: 64 54 69 6d 65 5f 2b 73 69 7a 65 6f 66 28 72 65 dTime_+sizeof(re
1ab0: 71 75 69 72 65 64 54 69 6d 65 5f 29 2f 73 69 7a quiredTime_)/siz
1ac0: 65 6f 66 28 2a 72 65 71 75 69 72 65 64 54 69 6d eof(*requiredTim
1ad0: 65 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d e_)); ...int _ =
1ae0: 20 3b 20 0d 0a 45 4e 44 0d 0a 2a 2f 0d 0a 7d 0d ; ..END..*/..}.
1af0: 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48 45 52 45 .// END CUT HERE
1b00: 0d 0a ..