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 4e 6f CMP;....class No
01a0: 77 68 65 72 65 4c 61 6e 64 20 7b 20 70 75 62 6c whereLand { publ
01b0: 69 63 3a 0d 0a 09 69 6e 74 20 70 6c 61 63 65 47 ic:...int placeG
01c0: 75 61 72 64 73 28 76 65 63 74 6f 72 20 3c 73 74 uards(vector <st
01d0: 72 69 6e 67 3e 20 63 69 74 69 65 73 2c 20 69 6e ring> cities, in
01e0: 74 20 6b 2c 20 76 65 63 74 6f 72 20 3c 73 74 72 t k, vector <str
01f0: 69 6e 67 3e 20 67 75 61 72 64 73 2c 20 76 65 63 ing> guards, vec
0200: 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 61 67 65 tor <string> age
0210: 6e 63 69 65 73 29 20 0d 0a 09 7b 0d 0a 09 09 69 ncies) ...{....i
0220: 6e 74 20 6d 63 20 3d 20 30 3b 0d 0a 09 09 66 6f nt mc = 0;....fo
0230: 72 28 69 6e 74 20 67 69 64 3d 30 3b 20 67 69 64 r(int gid=0; gid
0240: 3c 6b 3b 20 2b 2b 67 69 64 29 0d 0a 09 09 09 6d <k; ++gid).....m
0250: 63 20 2b 3d 20 6d 69 6e 69 6d 69 7a 65 43 6f 6e c += minimizeCon
0260: 66 6c 69 63 74 28 63 69 74 69 65 73 2c 20 67 75 flict(cities, gu
0270: 61 72 64 73 2c 20 61 67 65 6e 63 69 65 73 2c 20 ards, agencies,
0280: 67 69 64 29 3b 0d 0a 09 09 72 65 74 75 72 6e 20 gid);....return
0290: 6d 63 3b 0d 0a 09 7d 0d 0a 0d 0a 09 69 6e 74 20 mc;...}.....int
02a0: 6d 69 6e 69 6d 69 7a 65 43 6f 6e 66 6c 69 63 74 minimizeConflict
02b0: 28 76 65 63 74 6f 72 3c 73 74 72 69 6e 67 3e 26 (vector<string>&
02c0: 20 43 2c 20 76 65 63 74 6f 72 3c 73 74 72 69 6e C, vector<strin
02d0: 67 3e 26 20 47 5f 2c 20 76 65 63 74 6f 72 3c 73 g>& G_, vector<s
02e0: 74 72 69 6e 67 3e 26 20 41 5f 2c 20 69 6e 74 20 tring>& A_, int
02f0: 67 69 64 29 0d 0a 09 7b 0d 0a 09 09 76 65 63 74 gid)...{....vect
0300: 6f 72 3c 62 6f 6f 6c 3e 20 47 28 43 2e 73 69 7a or<bool> G(C.siz
0310: 65 28 29 29 3b 0d 0a 09 09 76 65 63 74 6f 72 3c e());....vector<
0320: 62 6f 6f 6c 3e 20 41 28 43 2e 73 69 7a 65 28 29 bool> A(C.size()
0330: 29 3b 0d 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d );....for(int i=
0340: 30 3b 20 69 3c 43 2e 73 69 7a 65 28 29 3b 20 2b 0; i<C.size(); +
0350: 2b 69 29 0d 0a 09 09 7b 0d 0a 09 09 09 7b 20 73 +i)....{.....{ s
0360: 74 72 69 6e 67 73 74 72 65 61 6d 20 73 69 6e 28 tringstream sin(
0370: 47 5f 5b 69 5d 29 3b 0d 0a 09 09 09 20 20 66 6f G_[i]);..... fo
0380: 72 28 69 6e 74 20 67 3b 20 73 69 6e 3e 3e 67 3b r(int g; sin>>g;
0390: 20 29 20 69 66 28 67 3d 3d 67 69 64 29 20 47 5b ) if(g==gid) G[
03a0: 69 5d 20 3d 20 74 72 75 65 3b 20 7d 0d 0a 09 09 i] = true; }....
03b0: 09 7b 20 73 74 72 69 6e 67 73 74 72 65 61 6d 20 .{ stringstream
03c0: 73 69 6e 28 41 5f 5b 69 5d 29 3b 0d 0a 09 09 09 sin(A_[i]);.....
03d0: 20 20 66 6f 72 28 69 6e 74 20 67 3b 20 73 69 6e for(int g; sin
03e0: 3e 3e 67 3b 20 29 20 69 66 28 67 3d 3d 67 69 64 >>g; ) if(g==gid
03f0: 29 20 41 5b 69 5d 20 3d 20 74 72 75 65 3b 20 7d ) A[i] = true; }
0400: 0d 0a 09 09 7d 0d 0a 09 09 72 65 74 75 72 6e 20 ....}....return
0410: 2d 31 3b 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f -1;...}..};..../
0420: 2f 20 42 45 47 49 4e 20 43 55 54 20 48 45 52 45 / BEGIN CUT HERE
0430: 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 63 74 69 6d ..#include <ctim
0440: 65 3e 0d 0a 64 6f 75 62 6c 65 20 73 74 61 72 74 e>..double start
0450: 5f 74 69 6d 65 3b 20 73 74 72 69 6e 67 20 74 69 _time; string ti
0460: 6d 65 72 28 29 0d 0a 20 7b 20 6f 73 74 72 69 6e mer().. { ostrin
0470: 67 73 74 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c gstream os; os <
0480: 3c 20 22 20 28 22 20 3c 3c 20 69 6e 74 28 28 63 < " (" << int((c
0490: 6c 6f 63 6b 28 29 2d 73 74 61 72 74 5f 74 69 6d lock()-start_tim
04a0: 65 29 2f 43 4c 4f 43 4b 53 5f 50 45 52 5f 53 45 e)/CLOCKS_PER_SE
04b0: 43 2a 31 30 30 30 29 20 3c 3c 20 22 20 6d 73 65 C*1000) << " mse
04c0: 63 29 22 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 c)"; return os.s
04d0: 74 72 28 29 3b 20 7d 0d 0a 74 65 6d 70 6c 61 74 tr(); }..templat
04e0: 65 3c 74 79 70 65 6e 61 6d 65 20 54 3e 20 6f 73 e<typename T> os
04f0: 74 72 65 61 6d 26 20 6f 70 65 72 61 74 6f 72 3c tream& operator<
0500: 3c 28 6f 73 74 72 65 61 6d 26 20 6f 73 2c 20 63 <(ostream& os, c
0510: 6f 6e 73 74 20 76 65 63 74 6f 72 3c 54 3e 26 20 onst vector<T>&
0520: 76 29 0d 0a 20 7b 20 6f 73 20 3c 3c 20 22 7b 20 v).. { os << "{
0530: 22 3b 0d 0a 20 20 20 66 6f 72 28 74 79 70 65 6e ";.. for(typen
0540: 61 6d 65 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63 ame vector<T>::c
0550: 6f 6e 73 74 5f 69 74 65 72 61 74 6f 72 20 69 74 onst_iterator it
0560: 3d 76 2e 62 65 67 69 6e 28 29 3b 20 69 74 21 3d =v.begin(); it!=
0570: 76 2e 65 6e 64 28 29 3b 20 2b 2b 69 74 29 0d 0a v.end(); ++it)..
0580: 20 20 20 6f 73 20 3c 3c 20 27 5c 22 27 20 3c 3c os << '\"' <<
0590: 20 2a 69 74 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 *it << '\"' <<
05a0: 28 69 74 2b 31 3d 3d 76 2e 65 6e 64 28 29 20 3f (it+1==v.end() ?
05b0: 20 22 22 20 3a 20 22 2c 20 22 29 3b 20 6f 73 20 "" : ", "); os
05c0: 3c 3c 20 22 20 7d 22 3b 20 72 65 74 75 72 6e 20 << " }"; return
05d0: 6f 73 3b 20 7d 0d 0a 76 6f 69 64 20 76 65 72 69 os; }..void veri
05e0: 66 79 5f 63 61 73 65 28 63 6f 6e 73 74 20 69 6e fy_case(const in
05f0: 74 26 20 45 78 70 65 63 74 65 64 2c 20 63 6f 6e t& Expected, con
0600: 73 74 20 69 6e 74 26 20 52 65 63 65 69 76 65 64 st int& Received
0610: 29 20 7b 0d 0a 20 62 6f 6f 6c 20 6f 6b 20 3d 20 ) {.. bool ok =
0620: 28 45 78 70 65 63 74 65 64 20 3d 3d 20 52 65 63 (Expected == Rec
0630: 65 69 76 65 64 29 3b 0d 0a 20 69 66 28 6f 6b 29 eived);.. if(ok)
0640: 20 63 65 72 72 20 3c 3c 20 22 50 41 53 53 45 44 cerr << "PASSED
0650: 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20 " << timer() <<
0660: 65 6e 64 6c 3b 20 20 65 6c 73 65 20 7b 20 63 65 endl; else { ce
0670: 72 72 20 3c 3c 20 22 46 41 49 4c 45 44 22 20 3c rr << "FAILED" <
0680: 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e 64 < timer() << end
0690: 6c 3b 0d 0a 20 63 65 72 72 20 3c 3c 20 22 5c 74 l;.. cerr << "\t
06a0: 6f 3a 20 5c 22 22 20 3c 3c 20 45 78 70 65 63 74 o: \"" << Expect
06b0: 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e ed << '\"' << en
06c0: 64 6c 20 3c 3c 20 22 5c 74 78 3a 20 5c 22 22 20 dl << "\tx: \""
06d0: 3c 3c 20 52 65 63 65 69 76 65 64 20 3c 3c 20 27 << Received << '
06e0: 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20 7d 20 7d \"' << endl; } }
06f0: 0d 0a 23 64 65 66 69 6e 65 20 43 41 53 45 28 4e ..#define CASE(N
0700: 29 20 7b 63 65 72 72 20 3c 3c 20 22 54 65 73 74 ) {cerr << "Test
0710: 20 43 61 73 65 20 23 22 20 3c 3c 20 4e 20 3c 3c Case #" << N <<
0720: 20 22 2e 2e 2e 22 20 3c 3c 20 66 6c 75 73 68 3b "..." << flush;
0730: 20 73 74 61 72 74 5f 74 69 6d 65 3d 63 6c 6f 63 start_time=cloc
0740: 6b 28 29 3b 0d 0a 23 64 65 66 69 6e 65 20 45 4e k();..#define EN
0750: 44 09 20 76 65 72 69 66 79 5f 63 61 73 65 28 5f D. verify_case(_
0760: 2c 20 4e 6f 77 68 65 72 65 4c 61 6e 64 28 29 2e , NowhereLand().
0770: 70 6c 61 63 65 47 75 61 72 64 73 28 63 69 74 69 placeGuards(citi
0780: 65 73 2c 20 6b 2c 20 67 75 61 72 64 73 2c 20 61 es, k, guards, a
0790: 67 65 6e 63 69 65 73 29 29 3b 7d 0d 0a 69 6e 74 gencies));}..int
07a0: 20 6d 61 69 6e 28 29 7b 0d 0a 0d 0a 43 41 53 45 main(){....CASE
07b0: 28 30 29 0d 0a 09 73 74 72 69 6e 67 20 63 69 74 (0)...string cit
07c0: 69 65 73 5f 5b 5d 20 3d 20 7b 20 22 30 31 31 31 ies_[] = { "0111
07d0: 22 2c 0d 0a 20 20 22 31 30 30 30 22 2c 0d 0a 20 ",.. "1000",..
07e0: 20 22 31 30 30 30 22 2c 0d 0a 20 20 22 31 30 30 "1000",.. "100
07f0: 30 22 20 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 0" };... vector
0800: 20 3c 73 74 72 69 6e 67 3e 20 63 69 74 69 65 73 <string> cities
0810: 28 63 69 74 69 65 73 5f 2c 20 63 69 74 69 65 73 (cities_, cities
0820: 5f 2b 73 69 7a 65 6f 66 28 63 69 74 69 65 73 5f _+sizeof(cities_
0830: 29 2f 73 69 7a 65 6f 66 28 2a 63 69 74 69 65 73 )/sizeof(*cities
0840: 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 6b 20 3d 20 _)); ...int k =
0850: 31 3b 20 0d 0a 09 73 74 72 69 6e 67 20 67 75 61 1; ...string gua
0860: 72 64 73 5f 5b 5d 20 3d 20 7b 20 22 30 22 2c 20 rds_[] = { "0",
0870: 22 22 2c 20 22 22 2c 20 22 22 20 7d 3b 0d 0a 09 "", "", "" };...
0880: 20 20 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 vector <string
0890: 3e 20 67 75 61 72 64 73 28 67 75 61 72 64 73 5f > guards(guards_
08a0: 2c 20 67 75 61 72 64 73 5f 2b 73 69 7a 65 6f 66 , guards_+sizeof
08b0: 28 67 75 61 72 64 73 5f 29 2f 73 69 7a 65 6f 66 (guards_)/sizeof
08c0: 28 2a 67 75 61 72 64 73 5f 29 29 3b 20 0d 0a 09 (*guards_)); ...
08d0: 73 74 72 69 6e 67 20 61 67 65 6e 63 69 65 73 5f string agencies_
08e0: 5b 5d 20 3d 20 7b 20 22 30 22 2c 20 22 30 22 2c [] = { "0", "0",
08f0: 20 22 22 2c 20 22 30 22 20 7d 3b 0d 0a 09 20 20 "", "0" };...
0900: 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 vector <string>
0910: 61 67 65 6e 63 69 65 73 28 61 67 65 6e 63 69 65 agencies(agencie
0920: 73 5f 2c 20 61 67 65 6e 63 69 65 73 5f 2b 73 69 s_, agencies_+si
0930: 7a 65 6f 66 28 61 67 65 6e 63 69 65 73 5f 29 2f zeof(agencies_)/
0940: 73 69 7a 65 6f 66 28 2a 61 67 65 6e 63 69 65 73 sizeof(*agencies
0950: 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 _)); ...int _ =
0960: 31 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 31 1; ..END..CASE(1
0970: 29 0d 0a 09 73 74 72 69 6e 67 20 63 69 74 69 65 )...string citie
0980: 73 5f 5b 5d 20 3d 20 7b 20 22 30 31 31 22 2c 0d s_[] = { "011",.
0990: 0a 20 20 22 31 30 31 22 2c 0d 0a 20 20 22 31 31 . "101",.. "11
09a0: 30 22 20 20 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 0" };... vecto
09b0: 72 20 3c 73 74 72 69 6e 67 3e 20 63 69 74 69 65 r <string> citie
09c0: 73 28 63 69 74 69 65 73 5f 2c 20 63 69 74 69 65 s(cities_, citie
09d0: 73 5f 2b 73 69 7a 65 6f 66 28 63 69 74 69 65 73 s_+sizeof(cities
09e0: 5f 29 2f 73 69 7a 65 6f 66 28 2a 63 69 74 69 65 _)/sizeof(*citie
09f0: 73 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 6b 20 3d s_)); ...int k =
0a00: 20 31 3b 20 0d 0a 09 73 74 72 69 6e 67 20 67 75 1; ...string gu
0a10: 61 72 64 73 5f 5b 5d 20 3d 20 7b 20 22 30 22 2c ards_[] = { "0",
0a20: 20 22 22 2c 20 22 22 20 7d 3b 0d 0a 09 20 20 76 "", "" };... v
0a30: 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 67 ector <string> g
0a40: 75 61 72 64 73 28 67 75 61 72 64 73 5f 2c 20 67 uards(guards_, g
0a50: 75 61 72 64 73 5f 2b 73 69 7a 65 6f 66 28 67 75 uards_+sizeof(gu
0a60: 61 72 64 73 5f 29 2f 73 69 7a 65 6f 66 28 2a 67 ards_)/sizeof(*g
0a70: 75 61 72 64 73 5f 29 29 3b 20 0d 0a 09 73 74 72 uards_)); ...str
0a80: 69 6e 67 20 61 67 65 6e 63 69 65 73 5f 5b 5d 20 ing agencies_[]
0a90: 3d 20 7b 20 22 30 22 2c 20 22 22 2c 20 22 22 20 = { "0", "", ""
0aa0: 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 };... vector <s
0ab0: 74 72 69 6e 67 3e 20 61 67 65 6e 63 69 65 73 28 tring> agencies(
0ac0: 61 67 65 6e 63 69 65 73 5f 2c 20 61 67 65 6e 63 agencies_, agenc
0ad0: 69 65 73 5f 2b 73 69 7a 65 6f 66 28 61 67 65 6e ies_+sizeof(agen
0ae0: 63 69 65 73 5f 29 2f 73 69 7a 65 6f 66 28 2a 61 cies_)/sizeof(*a
0af0: 67 65 6e 63 69 65 73 5f 29 29 3b 20 0d 0a 09 69 gencies_)); ...i
0b00: 6e 74 20 5f 20 3d 20 32 3b 20 0d 0a 45 4e 44 0d nt _ = 2; ..END.
0b10: 0a 43 41 53 45 28 32 29 0d 0a 09 73 74 72 69 6e .CASE(2)...strin
0b20: 67 20 63 69 74 69 65 73 5f 5b 5d 20 3d 20 7b 20 g cities_[] = {
0b30: 22 30 31 31 22 2c 0d 0a 20 20 22 31 30 31 22 2c "011",.. "101",
0b40: 0d 0a 20 20 22 31 31 30 22 20 20 7d 3b 0d 0a 09 .. "110" };...
0b50: 20 20 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 vector <string
0b60: 3e 20 63 69 74 69 65 73 28 63 69 74 69 65 73 5f > cities(cities_
0b70: 2c 20 63 69 74 69 65 73 5f 2b 73 69 7a 65 6f 66 , cities_+sizeof
0b80: 28 63 69 74 69 65 73 5f 29 2f 73 69 7a 65 6f 66 (cities_)/sizeof
0b90: 28 2a 63 69 74 69 65 73 5f 29 29 3b 20 0d 0a 09 (*cities_)); ...
0ba0: 69 6e 74 20 6b 20 3d 20 31 3b 20 0d 0a 09 73 74 int k = 1; ...st
0bb0: 72 69 6e 67 20 67 75 61 72 64 73 5f 5b 5d 20 3d ring guards_[] =
0bc0: 20 7b 20 22 22 2c 20 22 22 2c 20 22 22 20 7d 09 { "", "", "" }.
0bd0: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74 ;... vector <st
0be0: 72 69 6e 67 3e 20 67 75 61 72 64 73 28 67 75 61 ring> guards(gua
0bf0: 72 64 73 5f 2c 20 67 75 61 72 64 73 5f 2b 73 69 rds_, guards_+si
0c00: 7a 65 6f 66 28 67 75 61 72 64 73 5f 29 2f 73 69 zeof(guards_)/si
0c10: 7a 65 6f 66 28 2a 67 75 61 72 64 73 5f 29 29 3b zeof(*guards_));
0c20: 20 0d 0a 09 73 74 72 69 6e 67 20 61 67 65 6e 63 ...string agenc
0c30: 69 65 73 5f 5b 5d 20 3d 20 7b 20 22 30 22 2c 20 ies_[] = { "0",
0c40: 22 30 22 2c 20 22 30 22 20 7d 3b 0d 0a 09 20 20 "0", "0" };...
0c50: 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 vector <string>
0c60: 61 67 65 6e 63 69 65 73 28 61 67 65 6e 63 69 65 agencies(agencie
0c70: 73 5f 2c 20 61 67 65 6e 63 69 65 73 5f 2b 73 69 s_, agencies_+si
0c80: 7a 65 6f 66 28 61 67 65 6e 63 69 65 73 5f 29 2f zeof(agencies_)/
0c90: 73 69 7a 65 6f 66 28 2a 61 67 65 6e 63 69 65 73 sizeof(*agencies
0ca0: 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 _)); ...int _ =
0cb0: 30 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 33 0; ..END..CASE(3
0cc0: 29 0d 0a 09 73 74 72 69 6e 67 20 63 69 74 69 65 )...string citie
0cd0: 73 5f 5b 5d 20 3d 20 7b 20 22 30 31 30 31 30 30 s_[] = { "010100
0ce0: 22 2c 0d 0a 20 20 22 31 30 31 31 30 30 22 2c 0d ",.. "101100",.
0cf0: 0a 20 20 22 30 31 30 30 31 31 22 2c 0d 0a 20 20 . "010011",..
0d00: 22 31 31 30 30 31 30 22 2c 0d 0a 20 20 22 30 30 "110010",.. "00
0d10: 31 31 30 30 22 2c 0d 0a 20 20 22 30 30 31 30 30 1100",.. "00100
0d20: 30 22 20 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 0" };... vector
0d30: 20 3c 73 74 72 69 6e 67 3e 20 63 69 74 69 65 73 <string> cities
0d40: 28 63 69 74 69 65 73 5f 2c 20 63 69 74 69 65 73 (cities_, cities
0d50: 5f 2b 73 69 7a 65 6f 66 28 63 69 74 69 65 73 5f _+sizeof(cities_
0d60: 29 2f 73 69 7a 65 6f 66 28 2a 63 69 74 69 65 73 )/sizeof(*cities
0d70: 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 6b 20 3d 20 _)); ...int k =
0d80: 33 3b 20 0d 0a 09 73 74 72 69 6e 67 20 67 75 61 3; ...string gua
0d90: 72 64 73 5f 5b 5d 20 3d 20 7b 20 22 31 20 32 22 rds_[] = { "1 2"
0da0: 2c 20 22 22 2c 20 22 31 22 2c 20 22 22 2c 20 22 , "", "1", "", "
0db0: 30 22 2c 20 22 30 22 20 7d 3b 0d 0a 09 20 20 76 0", "0" };... v
0dc0: 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 67 ector <string> g
0dd0: 75 61 72 64 73 28 67 75 61 72 64 73 5f 2c 20 67 uards(guards_, g
0de0: 75 61 72 64 73 5f 2b 73 69 7a 65 6f 66 28 67 75 uards_+sizeof(gu
0df0: 61 72 64 73 5f 29 2f 73 69 7a 65 6f 66 28 2a 67 ards_)/sizeof(*g
0e00: 75 61 72 64 73 5f 29 29 3b 20 0d 0a 09 73 74 72 uards_)); ...str
0e10: 69 6e 67 20 61 67 65 6e 63 69 65 73 5f 5b 5d 20 ing agencies_[]
0e20: 3d 20 7b 20 22 30 20 31 20 32 22 2c 20 22 30 20 = { "0 1 2", "0
0e30: 31 22 2c 20 22 30 20 31 20 32 22 2c 20 22 31 20 1", "0 1 2", "1
0e40: 32 22 2c 20 22 30 22 2c 20 22 30 22 20 7d 3b 0d 2", "0", "0" };.
0e50: 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74 72 69 .. vector <stri
0e60: 6e 67 3e 20 61 67 65 6e 63 69 65 73 28 61 67 65 ng> agencies(age
0e70: 6e 63 69 65 73 5f 2c 20 61 67 65 6e 63 69 65 73 ncies_, agencies
0e80: 5f 2b 73 69 7a 65 6f 66 28 61 67 65 6e 63 69 65 _+sizeof(agencie
0e90: 73 5f 29 2f 73 69 7a 65 6f 66 28 2a 61 67 65 6e s_)/sizeof(*agen
0ea0: 63 69 65 73 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 cies_)); ...int
0eb0: 5f 20 3d 20 37 3b 20 0d 0a 45 4e 44 0d 0a 0d 0a _ = 7; ..END....
0ec0: 7d 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48 45 }..// END CUT HE
0ed0: 52 45 0d 0a RE..