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 42 65 61 72 P;....class Bear
01a0: 46 61 69 72 20 7b 20 70 75 62 6c 69 63 3a 0d 0a Fair { public:..
01b0: 09 73 74 72 69 6e 67 20 69 73 46 61 69 72 28 69 .string isFair(i
01c0: 6e 74 20 6e 2c 20 69 6e 74 20 62 2c 20 76 65 63 nt n, int b, vec
01d0: 74 6f 72 20 3c 69 6e 74 3e 20 75 70 54 6f 2c 20 tor <int> upTo,
01e0: 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 71 75 61 vector <int> qua
01f0: 6e 74 69 74 79 29 0d 0a 09 7b 0d 0a 09 09 72 65 ntity)...{....re
0200: 74 75 72 6e 20 69 73 46 61 69 72 5f 62 6f 6f 6c turn isFair_bool
0210: 28 6e 2c 20 62 2c 20 75 70 54 6f 2c 20 71 75 61 (n, b, upTo, qua
0220: 6e 74 69 74 79 29 20 3f 20 22 66 61 69 72 22 20 ntity) ? "fair"
0230: 3a 20 22 75 6e 66 61 69 72 22 3b 0d 0a 09 7d 0d : "unfair";...}.
0240: 0a 0d 0a 09 62 6f 6f 6c 20 69 73 46 61 69 72 5f ....bool isFair_
0250: 62 6f 6f 6c 28 69 6e 74 20 6e 2c 20 69 6e 74 20 bool(int n, int
0260: 62 2c 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 b, vector <int>
0270: 75 70 54 6f 2c 20 76 65 63 74 6f 72 20 3c 69 6e upTo, vector <in
0280: 74 3e 20 71 75 61 6e 74 69 74 79 29 0d 0a 09 7b t> quantity)...{
0290: 0d 0a 09 09 73 65 74 3c 70 61 69 72 3c 69 6e 74 ....set<pair<int
02a0: 2c 69 6e 74 3e 3e 20 75 71 73 3b 0d 0a 09 09 66 ,int>> uqs;....f
02b0: 6f 72 28 69 6e 74 20 69 3d 30 3b 20 69 3c 75 70 or(int i=0; i<up
02c0: 54 6f 2e 73 69 7a 65 28 29 3b 20 2b 2b 69 29 0d To.size(); ++i).
02d0: 0a 09 09 09 75 71 73 2e 65 6d 70 6c 61 63 65 28 ....uqs.emplace(
02e0: 75 70 54 6f 5b 69 5d 2c 20 71 75 61 6e 74 69 74 upTo[i], quantit
02f0: 79 5b 69 5d 29 3b 0d 0a 09 09 75 71 73 2e 65 6d y[i]);....uqs.em
0300: 70 6c 61 63 65 28 62 2c 20 6e 29 3b 0d 0a 09 09 place(b, n);....
0310: 76 65 63 74 6f 72 3c 70 61 69 72 3c 69 6e 74 2c vector<pair<int,
0320: 69 6e 74 3e 3e 20 75 71 28 75 71 73 2e 62 65 67 int>> uq(uqs.beg
0330: 69 6e 28 29 2c 20 75 71 73 2e 65 6e 64 28 29 29 in(), uqs.end())
0340: 3b 0d 0a 0d 0a 09 09 69 6e 74 20 4c 61 73 74 55 ;......int LastU
0350: 3d 30 2c 20 4c 61 73 74 51 3d 30 3b 0d 0a 09 09 =0, LastQ=0;....
0360: 73 65 74 3c 70 61 69 72 3c 69 6e 74 2c 69 6e 74 set<pair<int,int
0370: 3e 3e 20 43 61 6e 64 3b 0d 0a 09 09 43 61 6e 64 >> Cand;....Cand
0380: 2e 65 6d 70 6c 61 63 65 28 30 2c 20 30 29 3b 0d .emplace(0, 0);.
0390: 0a 0d 0a 09 09 66 6f 72 28 61 75 74 6f 26 20 75 .....for(auto& u
03a0: 71 69 3a 20 75 71 29 20 7b 0d 0a 09 09 09 69 6e qi: uq) {.....in
03b0: 74 20 75 20 3d 20 75 71 69 2e 66 69 72 73 74 3b t u = uqi.first;
03c0: 0d 0a 09 09 09 69 6e 74 20 71 20 3d 20 75 71 69 .....int q = uqi
03d0: 2e 73 65 63 6f 6e 64 3b 0d 0a 09 09 09 69 66 28 .second;.....if(
03e0: 4c 61 73 74 51 3e 71 20 7c 7c 20 28 75 3d 3d 4c LastQ>q || (u==L
03f0: 61 73 74 55 20 26 26 20 71 21 3d 4c 61 73 74 51 astU && q!=LastQ
0400: 29 29 0d 0a 09 09 09 09 72 65 74 75 72 6e 20 66 ))......return f
0410: 61 6c 73 65 3b 0d 0a 0d 0a 09 09 09 69 6e 74 20 alse;.......int
0420: 44 6f 20 3d 20 28 75 2d 4c 61 73 74 55 29 2f 32 Do = (u-LastU)/2
0430: 20 2b 20 28 28 75 2d 4c 61 73 74 55 29 25 32 3d + ((u-LastU)%2=
0440: 3d 31 20 26 26 20 75 25 32 3d 3d 31 20 3f 20 31 =1 && u%2==1 ? 1
0450: 20 3a 20 30 29 3b 0d 0a 09 09 09 69 6e 74 20 44 : 0);.....int D
0460: 65 20 3d 20 28 75 2d 4c 61 73 74 55 29 2f 32 20 e = (u-LastU)/2
0470: 2b 20 28 28 75 2d 4c 61 73 74 55 29 25 32 3d 3d + ((u-LastU)%2==
0480: 31 20 26 26 20 75 25 32 3d 3d 30 20 3f 20 31 20 1 && u%2==0 ? 1
0490: 3a 20 30 29 3b 0d 0a 09 09 09 69 6e 74 20 44 71 : 0);.....int Dq
04a0: 20 3d 20 71 20 2d 20 4c 61 73 74 51 3b 0d 0a 09 = q - LastQ;...
04b0: 09 09 69 66 28 44 71 20 3e 20 44 6f 2b 44 65 29 ..if(Dq > Do+De)
04c0: 0d 0a 09 09 09 09 72 65 74 75 72 6e 20 66 61 6c ......return fal
04d0: 73 65 3b 0d 0a 0d 0a 09 09 09 4c 61 73 74 55 3d se;.......LastU=
04e0: 75 2c 20 4c 61 73 74 51 3d 71 3b 0d 0a 09 09 09 u, LastQ=q;.....
04f0: 69 66 28 44 71 20 3d 3d 20 30 29 0d 0a 09 09 09 if(Dq == 0).....
0500: 09 63 6f 6e 74 69 6e 75 65 3b 0d 0a 0d 0a 09 09 .continue;......
0510: 09 73 65 74 3c 70 61 69 72 3c 69 6e 74 2c 69 6e .set<pair<int,in
0520: 74 3e 3e 20 6e 65 6f 3b 0d 0a 09 09 09 66 6f 72 t>> neo;.....for
0530: 28 61 75 74 6f 20 63 3a 20 43 61 6e 64 29 20 7b (auto c: Cand) {
0540: 0d 0a 09 09 09 09 69 6e 74 20 6f 20 3d 20 63 2e ......int o = c.
0550: 66 69 72 73 74 3b 0d 0a 09 09 09 09 69 6e 74 20 first;......int
0560: 65 20 3d 20 63 2e 73 65 63 6f 6e 64 3b 0d 0a 0d e = c.second;...
0570: 0a 09 09 09 09 66 6f 72 28 69 6e 74 20 6f 6f 3d .....for(int oo=
0580: 30 3b 20 6f 6f 3c 3d 44 6f 20 26 26 20 6f 6f 3c 0; oo<=Do && oo<
0590: 3d 44 71 3b 20 2b 2b 6f 6f 29 20 7b 0d 0a 09 09 =Dq; ++oo) {....
05a0: 09 09 09 69 6e 74 20 65 65 20 3d 20 44 71 20 2d ...int ee = Dq -
05b0: 20 6f 6f 3b 0d 0a 09 09 09 09 09 69 66 28 30 3c oo;.......if(0<
05c0: 3d 65 65 20 26 26 20 65 65 3c 3d 44 65 20 26 26 =ee && ee<=De &&
05d0: 20 6f 2b 6f 6f 3c 3d 6e 2f 32 20 26 26 20 65 2b o+oo<=n/2 && e+
05e0: 65 65 3c 3d 6e 2f 32 29 20 7b 0d 0a 09 09 09 09 ee<=n/2) {......
05f0: 09 09 6e 65 6f 2e 65 6d 70 6c 61 63 65 28 6f 2b ..neo.emplace(o+
0600: 6f 6f 2c 20 65 2b 65 65 29 3b 0d 0a 09 09 09 09 oo, e+ee);......
0610: 09 7d 0d 0a 09 09 09 09 7d 0d 0a 09 09 09 7d 0d .}......}.....}.
0620: 0a 09 09 09 43 61 6e 64 20 3d 20 73 74 64 3a 3a ....Cand = std::
0630: 6d 6f 76 65 28 6e 65 6f 29 3b 0d 0a 09 09 7d 0d move(neo);....}.
0640: 0a 0d 0a 09 09 72 65 74 75 72 6e 20 43 61 6e 64 .....return Cand
0650: 2e 63 6f 75 6e 74 28 6d 61 6b 65 5f 70 61 69 72 .count(make_pair
0660: 28 6e 2f 32 2c 20 6e 2f 32 29 29 20 3e 20 30 3b (n/2, n/2)) > 0;
0670: 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 42 ...}..};....// B
0680: 45 47 49 4e 20 43 55 54 20 48 45 52 45 0d 0a 23 EGIN CUT HERE..#
0690: 69 6e 63 6c 75 64 65 20 3c 63 74 69 6d 65 3e 0d include <ctime>.
06a0: 0a 64 6f 75 62 6c 65 20 73 74 61 72 74 5f 74 69 .double start_ti
06b0: 6d 65 3b 20 73 74 72 69 6e 67 20 74 69 6d 65 72 me; string timer
06c0: 28 29 0d 0a 20 7b 20 6f 73 74 72 69 6e 67 73 74 ().. { ostringst
06d0: 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 ream os; os << "
06e0: 20 28 22 20 3c 3c 20 69 6e 74 28 28 63 6c 6f 63 (" << int((cloc
06f0: 6b 28 29 2d 73 74 61 72 74 5f 74 69 6d 65 29 2f k()-start_time)/
0700: 43 4c 4f 43 4b 53 5f 50 45 52 5f 53 45 43 2a 31 CLOCKS_PER_SEC*1
0710: 30 30 30 29 20 3c 3c 20 22 20 6d 73 65 63 29 22 000) << " msec)"
0720: 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 74 72 28 ; return os.str(
0730: 29 3b 20 7d 0d 0a 74 65 6d 70 6c 61 74 65 3c 74 ); }..template<t
0740: 79 70 65 6e 61 6d 65 20 54 3e 20 6f 73 74 72 65 ypename T> ostre
0750: 61 6d 26 20 6f 70 65 72 61 74 6f 72 3c 3c 28 6f am& operator<<(o
0760: 73 74 72 65 61 6d 26 20 6f 73 2c 20 63 6f 6e 73 stream& os, cons
0770: 74 20 76 65 63 74 6f 72 3c 54 3e 26 20 76 29 0d t vector<T>& v).
0780: 0a 20 7b 20 6f 73 20 3c 3c 20 22 7b 20 22 3b 0d . { os << "{ ";.
0790: 0a 20 20 20 66 6f 72 28 74 79 70 65 6e 61 6d 65 . for(typename
07a0: 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 vector<T>::cons
07b0: 74 5f 69 74 65 72 61 74 6f 72 20 69 74 3d 76 2e t_iterator it=v.
07c0: 62 65 67 69 6e 28 29 3b 20 69 74 21 3d 76 2e 65 begin(); it!=v.e
07d0: 6e 64 28 29 3b 20 2b 2b 69 74 29 0d 0a 20 20 20 nd(); ++it)..
07e0: 6f 73 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a 69 os << '\"' << *i
07f0: 74 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 28 69 74 t << '\"' << (it
0800: 2b 31 3d 3d 76 2e 65 6e 64 28 29 20 3f 20 22 22 +1==v.end() ? ""
0810: 20 3a 20 22 2c 20 22 29 3b 20 6f 73 20 3c 3c 20 : ", "); os <<
0820: 22 20 7d 22 3b 20 72 65 74 75 72 6e 20 6f 73 3b " }"; return os;
0830: 20 7d 0d 0a 76 6f 69 64 20 76 65 72 69 66 79 5f }..void verify_
0840: 63 61 73 65 28 63 6f 6e 73 74 20 73 74 72 69 6e case(const strin
0850: 67 26 20 45 78 70 65 63 74 65 64 2c 20 63 6f 6e g& Expected, con
0860: 73 74 20 73 74 72 69 6e 67 26 20 52 65 63 65 69 st string& Recei
0870: 76 65 64 29 20 7b 0d 0a 20 62 6f 6f 6c 20 6f 6b ved) {.. bool ok
0880: 20 3d 20 28 45 78 70 65 63 74 65 64 20 3d 3d 20 = (Expected ==
0890: 52 65 63 65 69 76 65 64 29 3b 0d 0a 20 69 66 28 Received);.. if(
08a0: 6f 6b 29 20 63 65 72 72 20 3c 3c 20 22 50 41 53 ok) cerr << "PAS
08b0: 53 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 SED" << timer()
08c0: 3c 3c 20 65 6e 64 6c 3b 20 20 65 6c 73 65 20 7b << endl; else {
08d0: 20 63 65 72 72 20 3c 3c 20 22 46 41 49 4c 45 44 cerr << "FAILED
08e0: 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20 " << timer() <<
08f0: 65 6e 64 6c 3b 0d 0a 20 63 65 72 72 20 3c 3c 20 endl;.. cerr <<
0900: 22 5c 74 6f 3a 20 5c 22 22 20 3c 3c 20 45 78 70 "\to: \"" << Exp
0910: 65 63 74 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c ected << '\"' <<
0920: 20 65 6e 64 6c 20 3c 3c 20 22 5c 74 78 3a 20 5c endl << "\tx: \
0930: 22 22 20 3c 3c 20 52 65 63 65 69 76 65 64 20 3c "" << Received <
0940: 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20 < '\"' << endl;
0950: 7d 20 7d 0d 0a 23 64 65 66 69 6e 65 20 43 41 53 } }..#define CAS
0960: 45 28 4e 29 20 7b 63 65 72 72 20 3c 3c 20 22 54 E(N) {cerr << "T
0970: 65 73 74 20 43 61 73 65 20 23 22 20 3c 3c 20 4e est Case #" << N
0980: 20 3c 3c 20 22 2e 2e 2e 22 20 3c 3c 20 66 6c 75 << "..." << flu
0990: 73 68 3b 20 73 74 61 72 74 5f 74 69 6d 65 3d 63 sh; start_time=c
09a0: 6c 6f 63 6b 28 29 3b 0d 0a 23 64 65 66 69 6e 65 lock();..#define
09b0: 20 45 4e 44 09 20 76 65 72 69 66 79 5f 63 61 73 END. verify_cas
09c0: 65 28 5f 2c 20 42 65 61 72 46 61 69 72 28 29 2e e(_, BearFair().
09d0: 69 73 46 61 69 72 28 6e 2c 20 62 2c 20 75 70 54 isFair(n, b, upT
09e0: 6f 2c 20 71 75 61 6e 74 69 74 79 29 29 3b 7d 0d o, quantity));}.
09f0: 0a 69 6e 74 20 6d 61 69 6e 28 29 7b 0d 0a 0d 0a .int main(){....
0a00: 43 41 53 45 28 30 29 0d 0a 09 69 6e 74 20 6e 20 CASE(0)...int n
0a10: 3d 20 34 3b 20 0d 0a 09 69 6e 74 20 62 20 3d 20 = 4; ...int b =
0a20: 36 3b 20 0d 0a 09 69 6e 74 20 75 70 54 6f 5f 5b 6; ...int upTo_[
0a30: 5d 20 3d 20 7b 33 2c 36 7d 3b 0d 0a 09 20 20 76 ] = {3,6};... v
0a40: 65 63 74 6f 72 20 3c 69 6e 74 3e 20 75 70 54 6f ector <int> upTo
0a50: 28 75 70 54 6f 5f 2c 20 75 70 54 6f 5f 2b 73 69 (upTo_, upTo_+si
0a60: 7a 65 6f 66 28 75 70 54 6f 5f 29 2f 73 69 7a 65 zeof(upTo_)/size
0a70: 6f 66 28 2a 75 70 54 6f 5f 29 29 3b 20 0d 0a 09 of(*upTo_)); ...
0a80: 69 6e 74 20 71 75 61 6e 74 69 74 79 5f 5b 5d 20 int quantity_[]
0a90: 3d 20 7b 32 2c 34 7d 3b 0d 0a 09 20 20 76 65 63 = {2,4};... vec
0aa0: 74 6f 72 20 3c 69 6e 74 3e 20 71 75 61 6e 74 69 tor <int> quanti
0ab0: 74 79 28 71 75 61 6e 74 69 74 79 5f 2c 20 71 75 ty(quantity_, qu
0ac0: 61 6e 74 69 74 79 5f 2b 73 69 7a 65 6f 66 28 71 antity_+sizeof(q
0ad0: 75 61 6e 74 69 74 79 5f 29 2f 73 69 7a 65 6f 66 uantity_)/sizeof
0ae0: 28 2a 71 75 61 6e 74 69 74 79 5f 29 29 3b 20 0d (*quantity_)); .
0af0: 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 66 61 ..string _ = "fa
0b00: 69 72 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 ir"; ..END..CASE
0b10: 28 31 29 0d 0a 09 69 6e 74 20 6e 20 3d 20 34 3b (1)...int n = 4;
0b20: 20 0d 0a 09 69 6e 74 20 62 20 3d 20 36 3b 20 0d ...int b = 6; .
0b30: 0a 09 69 6e 74 20 75 70 54 6f 5f 5b 5d 20 3d 20 ..int upTo_[] =
0b40: 7b 33 2c 36 7d 3b 0d 0a 09 20 20 76 65 63 74 6f {3,6};... vecto
0b50: 72 20 3c 69 6e 74 3e 20 75 70 54 6f 28 75 70 54 r <int> upTo(upT
0b60: 6f 5f 2c 20 75 70 54 6f 5f 2b 73 69 7a 65 6f 66 o_, upTo_+sizeof
0b70: 28 75 70 54 6f 5f 29 2f 73 69 7a 65 6f 66 28 2a (upTo_)/sizeof(*
0b80: 75 70 54 6f 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 upTo_)); ...int
0b90: 71 75 61 6e 74 69 74 79 5f 5b 5d 20 3d 20 7b 32 quantity_[] = {2
0ba0: 2c 33 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 ,3};... vector
0bb0: 3c 69 6e 74 3e 20 71 75 61 6e 74 69 74 79 28 71 <int> quantity(q
0bc0: 75 61 6e 74 69 74 79 5f 2c 20 71 75 61 6e 74 69 uantity_, quanti
0bd0: 74 79 5f 2b 73 69 7a 65 6f 66 28 71 75 61 6e 74 ty_+sizeof(quant
0be0: 69 74 79 5f 29 2f 73 69 7a 65 6f 66 28 2a 71 75 ity_)/sizeof(*qu
0bf0: 61 6e 74 69 74 79 5f 29 29 3b 20 0d 0a 09 73 74 antity_)); ...st
0c00: 72 69 6e 67 20 5f 20 3d 20 22 75 6e 66 61 69 72 ring _ = "unfair
0c10: 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 32 "; ..END..CASE(2
0c20: 29 0d 0a 09 69 6e 74 20 6e 20 3d 20 32 3b 20 0d )...int n = 2; .
0c30: 0a 09 69 6e 74 20 62 20 3d 20 36 3b 20 0d 0a 09 ..int b = 6; ...
0c40: 69 6e 74 20 75 70 54 6f 5f 5b 5d 20 3d 20 7b 31 int upTo_[] = {1
0c50: 2c 32 2c 33 7d 3b 0d 0a 09 20 20 76 65 63 74 6f ,2,3};... vecto
0c60: 72 20 3c 69 6e 74 3e 20 75 70 54 6f 28 75 70 54 r <int> upTo(upT
0c70: 6f 5f 2c 20 75 70 54 6f 5f 2b 73 69 7a 65 6f 66 o_, upTo_+sizeof
0c80: 28 75 70 54 6f 5f 29 2f 73 69 7a 65 6f 66 28 2a (upTo_)/sizeof(*
0c90: 75 70 54 6f 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 upTo_)); ...int
0ca0: 71 75 61 6e 74 69 74 79 5f 5b 5d 20 3d 20 7b 31 quantity_[] = {1
0cb0: 2c 31 2c 32 7d 3b 0d 0a 09 20 20 76 65 63 74 6f ,1,2};... vecto
0cc0: 72 20 3c 69 6e 74 3e 20 71 75 61 6e 74 69 74 79 r <int> quantity
0cd0: 28 71 75 61 6e 74 69 74 79 5f 2c 20 71 75 61 6e (quantity_, quan
0ce0: 74 69 74 79 5f 2b 73 69 7a 65 6f 66 28 71 75 61 tity_+sizeof(qua
0cf0: 6e 74 69 74 79 5f 29 2f 73 69 7a 65 6f 66 28 2a ntity_)/sizeof(*
0d00: 71 75 61 6e 74 69 74 79 5f 29 29 3b 20 0d 0a 09 quantity_)); ...
0d10: 73 74 72 69 6e 67 20 5f 20 3d 20 22 75 6e 66 61 string _ = "unfa
0d20: 69 72 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 ir"; ..END..CASE
0d30: 28 33 29 0d 0a 09 69 6e 74 20 6e 20 3d 20 35 30 (3)...int n = 50
0d40: 3b 20 0d 0a 09 69 6e 74 20 62 20 3d 20 31 30 30 ; ...int b = 100
0d50: 30 3b 20 0d 0a 09 69 6e 74 20 75 70 54 6f 5f 5b 0; ...int upTo_[
0d60: 5d 20 3d 20 7b 37 33 36 2c 32 30 35 2c 32 36 34 ] = {736,205,264
0d70: 2c 32 33 35 2c 32 37 33 2c 34 30 2c 39 30 31 2c ,235,273,40,901,
0d80: 33 37 2c 39 30 30 2c 34 32 34 2c 31 32 32 2c 35 37,900,424,122,5
0d90: 31 37 2c 38 32 30 2c 34 30 32 2c 36 36 39 2c 32 17,820,402,669,2
0da0: 37 39 2c 34 35 35 2c 39 32 31 2c 37 37 34 2c 39 79,455,921,774,9
0db0: 32 33 2c 31 30 37 2c 39 33 36 2c 34 38 34 2c 31 23,107,936,484,1
0dc0: 37 31 2c 32 34 38 2c 0d 0a 31 38 36 2c 39 37 30 71,248,..186,970
0dd0: 2c 32 33 31 2c 33 32 31 2c 39 30 32 2c 36 30 36 ,231,321,902,606
0de0: 2c 32 34 2c 34 35 31 2c 35 38 35 2c 38 32 33 2c ,24,451,585,823,
0df0: 32 37 30 2c 33 36 31 2c 32 39 32 2c 31 32 38 2c 270,361,292,128,
0e00: 35 32 31 2c 36 38 39 2c 36 38 33 2c 32 37 30 2c 521,689,683,270,
0e10: 37 32 36 2c 39 38 30 2c 36 35 32 2c 39 39 36 2c 726,980,652,996,
0e20: 39 30 39 2c 31 39 36 2c 33 35 37 7d 3b 0d 0a 09 909,196,357};...
0e30: 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 75 vector <int> u
0e40: 70 54 6f 28 75 70 54 6f 5f 2c 20 75 70 54 6f 5f pTo(upTo_, upTo_
0e50: 2b 73 69 7a 65 6f 66 28 75 70 54 6f 5f 29 2f 73 +sizeof(upTo_)/s
0e60: 69 7a 65 6f 66 28 2a 75 70 54 6f 5f 29 29 3b 20 izeof(*upTo_));
0e70: 0d 0a 09 69 6e 74 20 71 75 61 6e 74 69 74 79 5f ...int quantity_
0e80: 5b 5d 20 3d 20 7b 33 35 2c 39 2c 39 2c 39 2c 39 [] = {35,9,9,9,9
0e90: 2c 33 2c 34 36 2c 33 2c 34 36 2c 31 38 2c 37 2c ,3,46,3,46,18,7,
0ea0: 32 35 2c 33 39 2c 31 38 2c 33 32 2c 39 2c 32 30 25,39,18,32,9,20
0eb0: 2c 34 39 2c 33 37 2c 34 39 2c 37 2c 34 39 2c 32 ,49,37,49,7,49,2
0ec0: 34 2c 38 2c 39 2c 38 2c 34 39 2c 39 2c 31 32 2c 4,8,9,8,49,9,12,
0ed0: 34 36 2c 32 39 2c 32 2c 32 30 2c 32 39 2c 33 39 46,29,2,20,29,39
0ee0: 2c 39 2c 31 36 2c 31 31 2c 37 2c 32 37 2c 33 33 ,9,16,11,7,27,33
0ef0: 2c 33 32 2c 39 2c 33 34 2c 34 39 2c 33 32 2c 35 ,32,9,34,49,32,5
0f00: 30 2c 34 37 2c 38 2c 31 36 7d 3b 0d 0a 09 20 20 0,47,8,16};...
0f10: 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 71 75 61 vector <int> qua
0f20: 6e 74 69 74 79 28 71 75 61 6e 74 69 74 79 5f 2c ntity(quantity_,
0f30: 20 71 75 61 6e 74 69 74 79 5f 2b 73 69 7a 65 6f quantity_+sizeo
0f40: 66 28 71 75 61 6e 74 69 74 79 5f 29 2f 73 69 7a f(quantity_)/siz
0f50: 65 6f 66 28 2a 71 75 61 6e 74 69 74 79 5f 29 29 eof(*quantity_))
0f60: 3b 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 ; ...string _ =
0f70: 22 66 61 69 72 22 3b 20 0d 0a 45 4e 44 0d 0a 43 "fair"; ..END..C
0f80: 41 53 45 28 34 29 0d 0a 09 69 6e 74 20 6e 20 3d ASE(4)...int n =
0f90: 20 34 3b 20 0d 0a 09 69 6e 74 20 62 20 3d 20 31 4; ...int b = 1
0fa0: 30 30 30 3b 20 0d 0a 09 69 6e 74 20 75 70 54 6f 000; ...int upTo
0fb0: 5f 5b 5d 20 3d 20 7b 34 30 30 2c 36 30 30 7d 3b _[] = {400,600};
0fc0: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 ... vector <int
0fd0: 3e 20 75 70 54 6f 28 75 70 54 6f 5f 2c 20 75 70 > upTo(upTo_, up
0fe0: 54 6f 5f 2b 73 69 7a 65 6f 66 28 75 70 54 6f 5f To_+sizeof(upTo_
0ff0: 29 2f 73 69 7a 65 6f 66 28 2a 75 70 54 6f 5f 29 )/sizeof(*upTo_)
1000: 29 3b 20 0d 0a 09 69 6e 74 20 71 75 61 6e 74 69 ); ...int quanti
1010: 74 79 5f 5b 5d 20 3d 20 7b 34 2c 30 7d 3b 0d 0a ty_[] = {4,0};..
1020: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 . vector <int>
1030: 71 75 61 6e 74 69 74 79 28 71 75 61 6e 74 69 74 quantity(quantit
1040: 79 5f 2c 20 71 75 61 6e 74 69 74 79 5f 2b 73 69 y_, quantity_+si
1050: 7a 65 6f 66 28 71 75 61 6e 74 69 74 79 5f 29 2f zeof(quantity_)/
1060: 73 69 7a 65 6f 66 28 2a 71 75 61 6e 74 69 74 79 sizeof(*quantity
1070: 5f 29 29 3b 20 0d 0a 09 73 74 72 69 6e 67 20 5f _)); ...string _
1080: 20 3d 20 22 75 6e 66 61 69 72 22 3b 20 0d 0a 45 = "unfair"; ..E
1090: 4e 44 0d 0a 2f 2a 0d 0a 43 41 53 45 28 35 29 0d ND../*..CASE(5).
10a0: 0a 09 69 6e 74 20 6e 20 3d 20 3b 20 0d 0a 09 69 ..int n = ; ...i
10b0: 6e 74 20 62 20 3d 20 3b 20 0d 0a 09 69 6e 74 20 nt b = ; ...int
10c0: 75 70 54 6f 5f 5b 5d 20 3d 20 3b 0d 0a 09 20 20 upTo_[] = ;...
10d0: 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 75 70 54 vector <int> upT
10e0: 6f 28 75 70 54 6f 5f 2c 20 75 70 54 6f 5f 2b 73 o(upTo_, upTo_+s
10f0: 69 7a 65 6f 66 28 75 70 54 6f 5f 29 2f 73 69 7a izeof(upTo_)/siz
1100: 65 6f 66 28 2a 75 70 54 6f 5f 29 29 3b 20 0d 0a eof(*upTo_)); ..
1110: 09 69 6e 74 20 71 75 61 6e 74 69 74 79 5f 5b 5d .int quantity_[]
1120: 20 3d 20 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 = ;... vector
1130: 3c 69 6e 74 3e 20 71 75 61 6e 74 69 74 79 28 71 <int> quantity(q
1140: 75 61 6e 74 69 74 79 5f 2c 20 71 75 61 6e 74 69 uantity_, quanti
1150: 74 79 5f 2b 73 69 7a 65 6f 66 28 71 75 61 6e 74 ty_+sizeof(quant
1160: 69 74 79 5f 29 2f 73 69 7a 65 6f 66 28 2a 71 75 ity_)/sizeof(*qu
1170: 61 6e 74 69 74 79 5f 29 29 3b 20 0d 0a 09 73 74 antity_)); ...st
1180: 72 69 6e 67 20 5f 20 3d 20 3b 20 0d 0a 45 4e 44 ring _ = ; ..END
1190: 0d 0a 43 41 53 45 28 36 29 0d 0a 09 69 6e 74 20 ..CASE(6)...int
11a0: 6e 20 3d 20 3b 20 0d 0a 09 69 6e 74 20 62 20 3d n = ; ...int b =
11b0: 20 3b 20 0d 0a 09 69 6e 74 20 75 70 54 6f 5f 5b ; ...int upTo_[
11c0: 5d 20 3d 20 3b 0d 0a 09 20 20 76 65 63 74 6f 72 ] = ;... vector
11d0: 20 3c 69 6e 74 3e 20 75 70 54 6f 28 75 70 54 6f <int> upTo(upTo
11e0: 5f 2c 20 75 70 54 6f 5f 2b 73 69 7a 65 6f 66 28 _, upTo_+sizeof(
11f0: 75 70 54 6f 5f 29 2f 73 69 7a 65 6f 66 28 2a 75 upTo_)/sizeof(*u
1200: 70 54 6f 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 71 pTo_)); ...int q
1210: 75 61 6e 74 69 74 79 5f 5b 5d 20 3d 20 3b 0d 0a uantity_[] = ;..
1220: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 . vector <int>
1230: 71 75 61 6e 74 69 74 79 28 71 75 61 6e 74 69 74 quantity(quantit
1240: 79 5f 2c 20 71 75 61 6e 74 69 74 79 5f 2b 73 69 y_, quantity_+si
1250: 7a 65 6f 66 28 71 75 61 6e 74 69 74 79 5f 29 2f zeof(quantity_)/
1260: 73 69 7a 65 6f 66 28 2a 71 75 61 6e 74 69 74 79 sizeof(*quantity
1270: 5f 29 29 3b 20 0d 0a 09 73 74 72 69 6e 67 20 5f _)); ...string _
1280: 20 3d 20 3b 20 0d 0a 45 4e 44 0d 0a 2a 2f 0d 0a = ; ..END..*/..
1290: 7d 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48 45 }..// END CUT HE
12a0: 52 45 0d 0a RE..