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 4c 44 3e edef complex<LD>
0190: 20 43 4d 50 3b 0d 0a 0d 0a 63 6c 61 73 73 20 42 CMP;....class B
01a0: 61 6c 6c 73 53 65 70 61 72 61 74 69 6e 67 20 7b allsSeparating {
01b0: 20 70 75 62 6c 69 63 3a 0d 0a 09 69 6e 74 20 6d public:...int m
01c0: 69 6e 4f 70 65 72 61 74 69 6f 6e 73 28 76 65 63 inOperations(vec
01d0: 74 6f 72 20 3c 69 6e 74 3e 20 72 65 64 2c 20 76 tor <int> red, v
01e0: 65 63 74 6f 72 20 3c 69 6e 74 3e 20 67 72 65 65 ector <int> gree
01f0: 6e 2c 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 n, vector <int>
0200: 62 6c 75 65 29 0d 0a 09 7b 0d 0a 09 09 69 6e 74 blue)...{....int
0210: 20 62 65 73 74 20 3d 20 31 3c 3c 33 30 3b 0d 0a best = 1<<30;..
0220: 09 09 69 6e 74 20 4e 20 3d 20 72 65 64 2e 73 69 ..int N = red.si
0230: 7a 65 28 29 3b 0d 0a 0d 0a 09 09 69 66 28 4e 3c ze();......if(N<
0240: 3d 32 29 0d 0a 09 09 09 72 65 74 75 72 6e 20 2d =2).....return -
0250: 31 3b 0d 0a 09 09 66 6f 72 28 69 6e 74 20 52 3d 1;....for(int R=
0260: 30 3b 20 52 3c 4e 3b 20 2b 2b 52 29 0d 0a 09 09 0; R<N; ++R)....
0270: 66 6f 72 28 69 6e 74 20 47 3d 30 3b 20 47 3c 4e for(int G=0; G<N
0280: 3b 20 2b 2b 47 29 20 69 66 28 47 21 3d 52 29 0d ; ++G) if(G!=R).
0290: 0a 09 09 66 6f 72 28 69 6e 74 20 42 3d 30 3b 20 ...for(int B=0;
02a0: 42 3c 4e 3b 20 2b 2b 42 29 20 69 66 28 42 21 3d B<N; ++B) if(B!=
02b0: 47 20 26 26 20 42 21 3d 52 29 0d 0a 09 09 7b 0d G && B!=R)....{.
02c0: 0a 09 09 09 69 6e 74 20 63 20 3d 20 30 3b 0d 0a ....int c = 0;..
02d0: 09 09 09 66 6f 72 28 69 6e 74 20 69 3d 30 3b 20 ...for(int i=0;
02e0: 69 3c 4e 3b 20 2b 2b 69 29 0d 0a 09 09 09 7b 0d i<N; ++i).....{.
02f0: 0a 09 09 09 09 69 6e 74 20 67 62 20 3d 20 20 67 .....int gb = g
0300: 72 65 65 6e 5b 69 5d 20 2b 20 62 6c 75 65 5b 69 reen[i] + blue[i
0310: 5d 3b 0d 0a 09 09 09 09 69 6e 74 20 62 72 20 3d ];......int br =
0320: 20 62 6c 75 65 5b 69 5d 20 2b 20 72 65 64 5b 69 blue[i] + red[i
0330: 5d 3b 0d 0a 09 09 09 09 69 6e 74 20 72 67 20 3d ];......int rg =
0340: 20 72 65 64 5b 69 5d 20 2b 20 67 72 65 65 6e 5b red[i] + green[
0350: 69 5d 3b 0d 0a 09 09 09 09 69 66 28 69 3d 3d 52 i];......if(i==R
0360: 29 20 63 20 2b 3d 20 67 62 3b 0d 0a 09 09 09 09 ) c += gb;......
0370: 65 6c 73 65 20 69 66 28 69 3d 3d 42 29 20 63 20 else if(i==B) c
0380: 2b 3d 20 72 67 3b 0d 0a 09 09 09 09 65 6c 73 65 += rg;......else
0390: 20 69 66 28 69 3d 3d 47 29 20 63 20 2b 3d 20 62 if(i==G) c += b
03a0: 72 3b 0d 0a 09 09 09 09 65 6c 73 65 20 63 20 2b r;......else c +
03b0: 3d 20 6d 69 6e 28 67 62 2c 20 6d 69 6e 28 72 67 = min(gb, min(rg
03c0: 2c 62 72 29 29 3b 0d 0a 09 09 09 7d 0d 0a 09 09 ,br));.....}....
03d0: 09 62 65 73 74 20 3d 20 6d 69 6e 28 62 65 73 74 .best = min(best
03e0: 2c 20 63 29 3b 0d 0a 09 09 7d 0d 0a 09 09 72 65 , c);....}....re
03f0: 74 75 72 6e 20 62 65 73 74 3b 0d 0a 09 7d 0d 0a turn best;...}..
0400: 7d 3b 0d 0a 0d 0a 2f 2f 20 42 45 47 49 4e 20 43 };....// BEGIN C
0410: 55 54 20 48 45 52 45 0d 0a 23 69 6e 63 6c 75 64 UT HERE..#includ
0420: 65 20 3c 63 74 69 6d 65 3e 0d 0a 64 6f 75 62 6c e <ctime>..doubl
0430: 65 20 73 74 61 72 74 5f 74 69 6d 65 3b 20 73 74 e start_time; st
0440: 72 69 6e 67 20 74 69 6d 65 72 28 29 0d 0a 20 7b ring timer().. {
0450: 20 6f 73 74 72 69 6e 67 73 74 72 65 61 6d 20 6f ostringstream o
0460: 73 3b 20 6f 73 20 3c 3c 20 22 20 28 22 20 3c 3c s; os << " (" <<
0470: 20 69 6e 74 28 28 63 6c 6f 63 6b 28 29 2d 73 74 int((clock()-st
0480: 61 72 74 5f 74 69 6d 65 29 2f 43 4c 4f 43 4b 53 art_time)/CLOCKS
0490: 5f 50 45 52 5f 53 45 43 2a 31 30 30 30 29 20 3c _PER_SEC*1000) <
04a0: 3c 20 22 20 6d 73 65 63 29 22 3b 20 72 65 74 75 < " msec)"; retu
04b0: 72 6e 20 6f 73 2e 73 74 72 28 29 3b 20 7d 0d 0a rn os.str(); }..
04c0: 74 65 6d 70 6c 61 74 65 3c 74 79 70 65 6e 61 6d template<typenam
04d0: 65 20 54 3e 20 6f 73 74 72 65 61 6d 26 20 6f 70 e T> ostream& op
04e0: 65 72 61 74 6f 72 3c 3c 28 6f 73 74 72 65 61 6d erator<<(ostream
04f0: 26 20 6f 73 2c 20 63 6f 6e 73 74 20 76 65 63 74 & os, const vect
0500: 6f 72 3c 54 3e 26 20 76 29 0d 0a 20 7b 20 6f 73 or<T>& v).. { os
0510: 20 3c 3c 20 22 7b 20 22 3b 0d 0a 20 20 20 66 6f << "{ ";.. fo
0520: 72 28 74 79 70 65 6e 61 6d 65 20 76 65 63 74 6f r(typename vecto
0530: 72 3c 54 3e 3a 3a 63 6f 6e 73 74 5f 69 74 65 72 r<T>::const_iter
0540: 61 74 6f 72 20 69 74 3d 76 2e 62 65 67 69 6e 28 ator it=v.begin(
0550: 29 3b 20 69 74 21 3d 76 2e 65 6e 64 28 29 3b 20 ); it!=v.end();
0560: 2b 2b 69 74 29 0d 0a 20 20 20 6f 73 20 3c 3c 20 ++it).. os <<
0570: 27 5c 22 27 20 3c 3c 20 2a 69 74 20 3c 3c 20 27 '\"' << *it << '
0580: 5c 22 27 20 3c 3c 20 28 69 74 2b 31 3d 3d 76 2e \"' << (it+1==v.
0590: 65 6e 64 28 29 20 3f 20 22 22 20 3a 20 22 2c 20 end() ? "" : ",
05a0: 22 29 3b 20 6f 73 20 3c 3c 20 22 20 7d 22 3b 20 "); os << " }";
05b0: 72 65 74 75 72 6e 20 6f 73 3b 20 7d 0d 0a 76 6f return os; }..vo
05c0: 69 64 20 76 65 72 69 66 79 5f 63 61 73 65 28 63 id verify_case(c
05d0: 6f 6e 73 74 20 69 6e 74 26 20 45 78 70 65 63 74 onst int& Expect
05e0: 65 64 2c 20 63 6f 6e 73 74 20 69 6e 74 26 20 52 ed, const int& R
05f0: 65 63 65 69 76 65 64 29 20 7b 0d 0a 20 62 6f 6f eceived) {.. boo
0600: 6c 20 6f 6b 20 3d 20 28 45 78 70 65 63 74 65 64 l ok = (Expected
0610: 20 3d 3d 20 52 65 63 65 69 76 65 64 29 3b 0d 0a == Received);..
0620: 20 69 66 28 6f 6b 29 20 63 65 72 72 20 3c 3c 20 if(ok) cerr <<
0630: 22 50 41 53 53 45 44 22 20 3c 3c 20 74 69 6d 65 "PASSED" << time
0640: 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 20 20 65 6c r() << endl; el
0650: 73 65 20 7b 20 63 65 72 72 20 3c 3c 20 22 46 41 se { cerr << "FA
0660: 49 4c 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 ILED" << timer()
0670: 20 3c 3c 20 65 6e 64 6c 3b 0d 0a 20 63 65 72 72 << endl;.. cerr
0680: 20 3c 3c 20 22 5c 74 6f 3a 20 5c 22 22 20 3c 3c << "\to: \"" <<
0690: 20 45 78 70 65 63 74 65 64 20 3c 3c 20 27 5c 22 Expected << '\"
06a0: 27 20 3c 3c 20 65 6e 64 6c 20 3c 3c 20 22 5c 74 ' << endl << "\t
06b0: 78 3a 20 5c 22 22 20 3c 3c 20 52 65 63 65 69 76 x: \"" << Receiv
06c0: 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e ed << '\"' << en
06d0: 64 6c 3b 20 7d 20 7d 0d 0a 23 64 65 66 69 6e 65 dl; } }..#define
06e0: 20 43 41 53 45 28 4e 29 20 7b 63 65 72 72 20 3c CASE(N) {cerr <
06f0: 3c 20 22 54 65 73 74 20 43 61 73 65 20 23 22 20 < "Test Case #"
0700: 3c 3c 20 4e 20 3c 3c 20 22 2e 2e 2e 22 20 3c 3c << N << "..." <<
0710: 20 66 6c 75 73 68 3b 20 73 74 61 72 74 5f 74 69 flush; start_ti
0720: 6d 65 3d 63 6c 6f 63 6b 28 29 3b 0d 0a 23 64 65 me=clock();..#de
0730: 66 69 6e 65 20 45 4e 44 09 20 76 65 72 69 66 79 fine END. verify
0740: 5f 63 61 73 65 28 5f 2c 20 42 61 6c 6c 73 53 65 _case(_, BallsSe
0750: 70 61 72 61 74 69 6e 67 28 29 2e 6d 69 6e 4f 70 parating().minOp
0760: 65 72 61 74 69 6f 6e 73 28 72 65 64 2c 20 67 72 erations(red, gr
0770: 65 65 6e 2c 20 62 6c 75 65 29 29 3b 7d 0d 0a 69 een, blue));}..i
0780: 6e 74 20 6d 61 69 6e 28 29 7b 0d 0a 0d 0a 43 41 nt main(){....CA
0790: 53 45 28 30 29 0d 0a 09 69 6e 74 20 72 65 64 5f SE(0)...int red_
07a0: 5b 5d 20 3d 20 7b 31 2c 20 31 2c 20 31 7d 3b 0d [] = {1, 1, 1};.
07b0: 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e .. vector <int>
07c0: 20 72 65 64 28 72 65 64 5f 2c 20 72 65 64 5f 2b red(red_, red_+
07d0: 73 69 7a 65 6f 66 28 72 65 64 5f 29 2f 73 69 7a sizeof(red_)/siz
07e0: 65 6f 66 28 2a 72 65 64 5f 29 29 3b 20 0d 0a 09 eof(*red_)); ...
07f0: 69 6e 74 20 67 72 65 65 6e 5f 5b 5d 20 3d 20 7b int green_[] = {
0800: 31 2c 20 31 2c 20 31 7d 3b 0d 0a 09 20 20 76 65 1, 1, 1};... ve
0810: 63 74 6f 72 20 3c 69 6e 74 3e 20 67 72 65 65 6e ctor <int> green
0820: 28 67 72 65 65 6e 5f 2c 20 67 72 65 65 6e 5f 2b (green_, green_+
0830: 73 69 7a 65 6f 66 28 67 72 65 65 6e 5f 29 2f 73 sizeof(green_)/s
0840: 69 7a 65 6f 66 28 2a 67 72 65 65 6e 5f 29 29 3b izeof(*green_));
0850: 20 0d 0a 09 69 6e 74 20 62 6c 75 65 5f 5b 5d 20 ...int blue_[]
0860: 3d 20 7b 31 2c 20 31 2c 20 31 7d 3b 0d 0a 09 20 = {1, 1, 1};...
0870: 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 62 6c vector <int> bl
0880: 75 65 28 62 6c 75 65 5f 2c 20 62 6c 75 65 5f 2b ue(blue_, blue_+
0890: 73 69 7a 65 6f 66 28 62 6c 75 65 5f 29 2f 73 69 sizeof(blue_)/si
08a0: 7a 65 6f 66 28 2a 62 6c 75 65 5f 29 29 3b 20 0d zeof(*blue_)); .
08b0: 0a 09 69 6e 74 20 5f 20 3d 20 36 3b 20 0d 0a 45 ..int _ = 6; ..E
08c0: 4e 44 0d 0a 43 41 53 45 28 31 29 0d 0a 09 69 6e ND..CASE(1)...in
08d0: 74 20 72 65 64 5f 5b 5d 20 3d 20 7b 35 7d 3b 0d t red_[] = {5};.
08e0: 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e .. vector <int>
08f0: 20 72 65 64 28 72 65 64 5f 2c 20 72 65 64 5f 2b red(red_, red_+
0900: 73 69 7a 65 6f 66 28 72 65 64 5f 29 2f 73 69 7a sizeof(red_)/siz
0910: 65 6f 66 28 2a 72 65 64 5f 29 29 3b 20 0d 0a 09 eof(*red_)); ...
0920: 69 6e 74 20 67 72 65 65 6e 5f 5b 5d 20 3d 20 7b int green_[] = {
0930: 36 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 6};... vector <
0940: 69 6e 74 3e 20 67 72 65 65 6e 28 67 72 65 65 6e int> green(green
0950: 5f 2c 20 67 72 65 65 6e 5f 2b 73 69 7a 65 6f 66 _, green_+sizeof
0960: 28 67 72 65 65 6e 5f 29 2f 73 69 7a 65 6f 66 28 (green_)/sizeof(
0970: 2a 67 72 65 65 6e 5f 29 29 3b 20 0d 0a 09 69 6e *green_)); ...in
0980: 74 20 62 6c 75 65 5f 5b 5d 20 3d 20 7b 38 7d 3b t blue_[] = {8};
0990: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 ... vector <int
09a0: 3e 20 62 6c 75 65 28 62 6c 75 65 5f 2c 20 62 6c > blue(blue_, bl
09b0: 75 65 5f 2b 73 69 7a 65 6f 66 28 62 6c 75 65 5f ue_+sizeof(blue_
09c0: 29 2f 73 69 7a 65 6f 66 28 2a 62 6c 75 65 5f 29 )/sizeof(*blue_)
09d0: 29 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 2d 31 ); ...int _ = -1
09e0: 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 32 29 ; ..END..CASE(2)
09f0: 0d 0a 09 69 6e 74 20 72 65 64 5f 5b 5d 20 3d 20 ...int red_[] =
0a00: 7b 34 2c 20 36 2c 20 35 2c 20 37 7d 3b 0d 0a 09 {4, 6, 5, 7};...
0a10: 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 72 vector <int> r
0a20: 65 64 28 72 65 64 5f 2c 20 72 65 64 5f 2b 73 69 ed(red_, red_+si
0a30: 7a 65 6f 66 28 72 65 64 5f 29 2f 73 69 7a 65 6f zeof(red_)/sizeo
0a40: 66 28 2a 72 65 64 5f 29 29 3b 20 0d 0a 09 69 6e f(*red_)); ...in
0a50: 74 20 67 72 65 65 6e 5f 5b 5d 20 3d 20 7b 37 2c t green_[] = {7,
0a60: 20 34 2c 20 36 2c 20 33 7d 3b 0d 0a 09 20 20 76 4, 6, 3};... v
0a70: 65 63 74 6f 72 20 3c 69 6e 74 3e 20 67 72 65 65 ector <int> gree
0a80: 6e 28 67 72 65 65 6e 5f 2c 20 67 72 65 65 6e 5f n(green_, green_
0a90: 2b 73 69 7a 65 6f 66 28 67 72 65 65 6e 5f 29 2f +sizeof(green_)/
0aa0: 73 69 7a 65 6f 66 28 2a 67 72 65 65 6e 5f 29 29 sizeof(*green_))
0ab0: 3b 20 0d 0a 09 69 6e 74 20 62 6c 75 65 5f 5b 5d ; ...int blue_[]
0ac0: 20 3d 20 7b 36 2c 20 35 2c 20 33 2c 20 38 7d 3b = {6, 5, 3, 8};
0ad0: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 ... vector <int
0ae0: 3e 20 62 6c 75 65 28 62 6c 75 65 5f 2c 20 62 6c > blue(blue_, bl
0af0: 75 65 5f 2b 73 69 7a 65 6f 66 28 62 6c 75 65 5f ue_+sizeof(blue_
0b00: 29 2f 73 69 7a 65 6f 66 28 2a 62 6c 75 65 5f 29 )/sizeof(*blue_)
0b10: 29 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 33 37 ); ...int _ = 37
0b20: 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 33 29 ; ..END..CASE(3)
0b30: 0d 0a 09 69 6e 74 20 72 65 64 5f 5b 5d 20 3d 20 ...int red_[] =
0b40: 7b 37 2c 20 31 32 2c 20 39 2c 20 39 2c 20 37 7d {7, 12, 9, 9, 7}
0b50: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e ;... vector <in
0b60: 74 3e 20 72 65 64 28 72 65 64 5f 2c 20 72 65 64 t> red(red_, red
0b70: 5f 2b 73 69 7a 65 6f 66 28 72 65 64 5f 29 2f 73 _+sizeof(red_)/s
0b80: 69 7a 65 6f 66 28 2a 72 65 64 5f 29 29 3b 20 0d izeof(*red_)); .
0b90: 0a 09 69 6e 74 20 67 72 65 65 6e 5f 5b 5d 20 3d ..int green_[] =
0ba0: 20 7b 37 2c 20 31 30 2c 20 38 2c 20 38 2c 20 39 {7, 10, 8, 8, 9
0bb0: 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 };... vector <i
0bc0: 6e 74 3e 20 67 72 65 65 6e 28 67 72 65 65 6e 5f nt> green(green_
0bd0: 2c 20 67 72 65 65 6e 5f 2b 73 69 7a 65 6f 66 28 , green_+sizeof(
0be0: 67 72 65 65 6e 5f 29 2f 73 69 7a 65 6f 66 28 2a green_)/sizeof(*
0bf0: 67 72 65 65 6e 5f 29 29 3b 20 0d 0a 09 69 6e 74 green_)); ...int
0c00: 20 62 6c 75 65 5f 5b 5d 20 3d 20 7b 38 2c 20 39 blue_[] = {8, 9
0c10: 2c 20 35 2c 20 36 2c 20 31 33 7d 3b 0d 0a 09 20 , 5, 6, 13};...
0c20: 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 62 6c vector <int> bl
0c30: 75 65 28 62 6c 75 65 5f 2c 20 62 6c 75 65 5f 2b ue(blue_, blue_+
0c40: 73 69 7a 65 6f 66 28 62 6c 75 65 5f 29 2f 73 69 sizeof(blue_)/si
0c50: 7a 65 6f 66 28 2a 62 6c 75 65 5f 29 29 3b 20 0d zeof(*blue_)); .
0c60: 0a 09 69 6e 74 20 5f 20 3d 20 37 37 3b 20 0d 0a ..int _ = 77; ..
0c70: 45 4e 44 0d 0a 43 41 53 45 28 34 29 0d 0a 09 69 END..CASE(4)...i
0c80: 6e 74 20 72 65 64 5f 5b 5d 20 3d 20 7b 38 34 32 nt red_[] = {842
0c90: 33 39 38 2c 20 34 39 31 32 37 33 2c 20 39 35 38 398, 491273, 958
0ca0: 39 32 35 2c 20 38 34 39 38 35 39 2c 20 37 37 31 925, 849859, 771
0cb0: 33 36 33 2c 20 36 37 38 30 33 2c 20 31 38 34 38 363, 67803, 1848
0cc0: 39 32 2c 20 33 39 31 39 30 37 2c 20 32 35 36 31 92, 391907, 2561
0cd0: 35 30 2c 20 37 35 37 39 39 7d 3b 0d 0a 09 20 20 50, 75799};...
0ce0: 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 72 65 64 vector <int> red
0cf0: 28 72 65 64 5f 2c 20 72 65 64 5f 2b 73 69 7a 65 (red_, red_+size
0d00: 6f 66 28 72 65 64 5f 29 2f 73 69 7a 65 6f 66 28 of(red_)/sizeof(
0d10: 2a 72 65 64 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 *red_)); ...int
0d20: 67 72 65 65 6e 5f 5b 5d 20 3d 20 7b 32 36 38 39 green_[] = {2689
0d30: 34 34 2c 20 33 34 32 34 30 32 2c 20 38 39 34 33 44, 342402, 8943
0d40: 35 32 2c 20 32 32 38 36 34 30 2c 20 39 30 33 38 52, 228640, 9038
0d50: 38 35 2c 20 39 30 38 36 35 36 2c 20 34 31 34 32 85, 908656, 4142
0d60: 37 31 2c 20 32 39 32 35 38 38 2c 20 38 35 32 30 71, 292588, 8520
0d70: 35 37 2c 20 38 38 39 31 34 31 7d 3b 0d 0a 09 20 57, 889141};...
0d80: 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 67 72 vector <int> gr
0d90: 65 65 6e 28 67 72 65 65 6e 5f 2c 20 67 72 65 65 een(green_, gree
0da0: 6e 5f 2b 73 69 7a 65 6f 66 28 67 72 65 65 6e 5f n_+sizeof(green_
0db0: 29 2f 73 69 7a 65 6f 66 28 2a 67 72 65 65 6e 5f )/sizeof(*green_
0dc0: 29 29 3b 20 0d 0a 09 69 6e 74 20 62 6c 75 65 5f )); ...int blue_
0dd0: 5b 5d 20 3d 20 7b 36 36 32 39 33 39 2c 20 33 34 [] = {662939, 34
0de0: 30 32 32 30 2c 20 36 30 30 30 38 31 2c 20 33 39 0220, 600081, 39
0df0: 30 32 39 38 2c 20 33 37 36 37 30 37 2c 20 33 37 0298, 376707, 37
0e00: 32 31 39 39 2c 20 34 33 35 30 39 37 2c 20 34 30 2199, 435097, 40
0e10: 32 36 36 2c 20 31 34 35 35 39 30 2c 20 35 30 35 266, 145590, 505
0e20: 31 30 33 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 103};... vector
0e30: 20 3c 69 6e 74 3e 20 62 6c 75 65 28 62 6c 75 65 <int> blue(blue
0e40: 5f 2c 20 62 6c 75 65 5f 2b 73 69 7a 65 6f 66 28 _, blue_+sizeof(
0e50: 62 6c 75 65 5f 29 2f 73 69 7a 65 6f 66 28 2a 62 blue_)/sizeof(*b
0e60: 6c 75 65 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 5f lue_)); ...int _
0e70: 20 3d 20 37 32 33 30 36 30 37 3b 20 0d 0a 45 4e = 7230607; ..EN
0e80: 44 0d 0a 09 2f 2a 0d 0a 43 41 53 45 28 35 29 0d D.../*..CASE(5).
0e90: 0a 09 69 6e 74 20 72 65 64 5f 5b 5d 20 3d 20 3b ..int red_[] = ;
0ea0: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 ... vector <int
0eb0: 3e 20 72 65 64 28 72 65 64 5f 2c 20 72 65 64 5f > red(red_, red_
0ec0: 2b 73 69 7a 65 6f 66 28 72 65 64 5f 29 2f 73 69 +sizeof(red_)/si
0ed0: 7a 65 6f 66 28 2a 72 65 64 5f 29 29 3b 20 0d 0a zeof(*red_)); ..
0ee0: 09 69 6e 74 20 67 72 65 65 6e 5f 5b 5d 20 3d 20 .int green_[] =
0ef0: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e ;... vector <in
0f00: 74 3e 20 67 72 65 65 6e 28 67 72 65 65 6e 5f 2c t> green(green_,
0f10: 20 67 72 65 65 6e 5f 2b 73 69 7a 65 6f 66 28 67 green_+sizeof(g
0f20: 72 65 65 6e 5f 29 2f 73 69 7a 65 6f 66 28 2a 67 reen_)/sizeof(*g
0f30: 72 65 65 6e 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 reen_)); ...int
0f40: 62 6c 75 65 5f 5b 5d 20 3d 20 3b 0d 0a 09 20 20 blue_[] = ;...
0f50: 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 62 6c 75 vector <int> blu
0f60: 65 28 62 6c 75 65 5f 2c 20 62 6c 75 65 5f 2b 73 e(blue_, blue_+s
0f70: 69 7a 65 6f 66 28 62 6c 75 65 5f 29 2f 73 69 7a izeof(blue_)/siz
0f80: 65 6f 66 28 2a 62 6c 75 65 5f 29 29 3b 20 0d 0a eof(*blue_)); ..
0f90: 09 69 6e 74 20 5f 20 3d 20 3b 20 0d 0a 45 4e 44 .int _ = ; ..END
0fa0: 0d 0a 43 41 53 45 28 36 29 0d 0a 09 69 6e 74 20 ..CASE(6)...int
0fb0: 72 65 64 5f 5b 5d 20 3d 20 3b 0d 0a 09 20 20 76 red_[] = ;... v
0fc0: 65 63 74 6f 72 20 3c 69 6e 74 3e 20 72 65 64 28 ector <int> red(
0fd0: 72 65 64 5f 2c 20 72 65 64 5f 2b 73 69 7a 65 6f red_, red_+sizeo
0fe0: 66 28 72 65 64 5f 29 2f 73 69 7a 65 6f 66 28 2a f(red_)/sizeof(*
0ff0: 72 65 64 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 67 red_)); ...int g
1000: 72 65 65 6e 5f 5b 5d 20 3d 20 3b 0d 0a 09 20 20 reen_[] = ;...
1010: 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 67 72 65 vector <int> gre
1020: 65 6e 28 67 72 65 65 6e 5f 2c 20 67 72 65 65 6e en(green_, green
1030: 5f 2b 73 69 7a 65 6f 66 28 67 72 65 65 6e 5f 29 _+sizeof(green_)
1040: 2f 73 69 7a 65 6f 66 28 2a 67 72 65 65 6e 5f 29 /sizeof(*green_)
1050: 29 3b 20 0d 0a 09 69 6e 74 20 62 6c 75 65 5f 5b ); ...int blue_[
1060: 5d 20 3d 20 3b 0d 0a 09 20 20 76 65 63 74 6f 72 ] = ;... vector
1070: 20 3c 69 6e 74 3e 20 62 6c 75 65 28 62 6c 75 65 <int> blue(blue
1080: 5f 2c 20 62 6c 75 65 5f 2b 73 69 7a 65 6f 66 28 _, blue_+sizeof(
1090: 62 6c 75 65 5f 29 2f 73 69 7a 65 6f 66 28 2a 62 blue_)/sizeof(*b
10a0: 6c 75 65 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 5f lue_)); ...int _
10b0: 20 3d 20 3b 20 0d 0a 45 4e 44 0d 0a 09 2a 2f 0d = ; ..END...*/.
10c0: 0a 7d 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48 .}..// END CUT H
10d0: 45 52 45 0d 0a ERE..