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 64 6f 75 edef complex<dou
0190: 62 6c 65 3e 20 43 4d 50 3b 0d 0a 0d 0a 63 6c 61 ble> CMP;....cla
01a0: 73 73 20 53 75 72 76 65 69 6c 6c 61 6e 63 65 53 ss SurveillanceS
01b0: 79 73 74 65 6d 20 7b 20 70 75 62 6c 69 63 3a 0d ystem { public:.
01c0: 0a 09 73 74 72 69 6e 67 20 67 65 74 43 6f 6e 74 ..string getCont
01d0: 61 69 6e 65 72 49 6e 66 6f 28 73 74 72 69 6e 67 ainerInfo(string
01e0: 20 63 6f 6e 74 61 69 6e 65 72 73 2c 20 76 65 63 containers, vec
01f0: 74 6f 72 20 3c 69 6e 74 3e 20 72 65 70 6f 72 74 tor <int> report
0200: 73 2c 20 69 6e 74 20 4c 29 0d 0a 09 7b 0d 0a 09 s, int L)...{...
0210: 09 63 6f 6e 73 74 20 69 6e 74 20 4e 20 3d 20 63 .const int N = c
0220: 6f 6e 74 61 69 6e 65 72 73 2e 73 69 7a 65 28 29 ontainers.size()
0230: 3b 0d 0a 0d 0a 09 09 6d 61 70 3c 20 69 6e 74 2c ;......map< int,
0240: 20 76 65 63 74 6f 72 3c 69 6e 74 3e 20 3e 20 73 vector<int> > s
0250: 65 65 6e 5f 74 6f 5f 70 6f 73 3b 0d 0a 09 09 66 een_to_pos;....f
0260: 6f 72 28 69 6e 74 20 73 3d 30 3b 20 73 2b 4c 3c or(int s=0; s+L<
0270: 3d 4e 3b 20 2b 2b 73 29 0d 0a 09 09 09 73 65 65 =N; ++s).....see
0280: 6e 5f 74 6f 5f 70 6f 73 5b 63 6f 75 6e 74 28 63 n_to_pos[count(c
0290: 6f 6e 74 61 69 6e 65 72 73 2e 62 65 67 69 6e 28 ontainers.begin(
02a0: 29 2b 73 2c 20 63 6f 6e 74 61 69 6e 65 72 73 2e )+s, containers.
02b0: 62 65 67 69 6e 28 29 2b 73 2b 4c 2c 20 27 58 27 begin()+s+L, 'X'
02c0: 29 5d 2e 70 75 73 68 5f 62 61 63 6b 28 73 29 3b )].push_back(s);
02d0: 0d 0a 0d 0a 09 09 6d 61 70 3c 69 6e 74 2c 69 6e ......map<int,in
02e0: 74 3e 20 73 65 65 6e 5f 74 6f 5f 63 6e 74 3b 0d t> seen_to_cnt;.
02f0: 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d 30 3b 20 ...for(int i=0;
0300: 69 3c 72 65 70 6f 72 74 73 2e 73 69 7a 65 28 29 i<reports.size()
0310: 3b 20 2b 2b 69 29 0d 0a 09 09 09 73 65 65 6e 5f ; ++i).....seen_
0320: 74 6f 5f 63 6e 74 5b 72 65 70 6f 72 74 73 5b 69 to_cnt[reports[i
0330: 5d 5d 2b 2b 3b 0d 0a 0d 0a 09 09 73 74 72 69 6e ]]++;......strin
0340: 67 20 72 65 73 75 6c 74 28 4e 2c 20 27 2d 27 29 g result(N, '-')
0350: 3b 0d 0a 09 09 66 6f 72 28 6d 61 70 3c 69 6e 74 ;....for(map<int
0360: 2c 69 6e 74 3e 3a 3a 69 74 65 72 61 74 6f 72 20 ,int>::iterator
0370: 69 74 3d 73 65 65 6e 5f 74 6f 5f 63 6e 74 2e 62 it=seen_to_cnt.b
0380: 65 67 69 6e 28 29 3b 20 69 74 21 3d 73 65 65 6e egin(); it!=seen
0390: 5f 74 6f 5f 63 6e 74 2e 65 6e 64 28 29 3b 20 2b _to_cnt.end(); +
03a0: 2b 69 74 29 0d 0a 09 09 7b 0d 0a 09 09 09 69 6e +it)....{.....in
03b0: 74 20 73 20 3d 20 69 74 2d 3e 66 69 72 73 74 3b t s = it->first;
03c0: 0d 0a 09 09 09 69 6e 74 20 63 20 3d 20 69 74 2d .....int c = it-
03d0: 3e 73 65 63 6f 6e 64 3b 0d 0a 09 09 09 76 65 63 >second;.....vec
03e0: 74 6f 72 3c 69 6e 74 3e 26 20 70 20 3d 20 73 65 tor<int>& p = se
03f0: 65 6e 5f 74 6f 5f 70 6f 73 5b 73 5d 3b 0d 0a 09 en_to_pos[s];...
0400: 09 09 6d 61 73 6b 28 4e 2c 20 4c 2c 20 70 2c 20 ..mask(N, L, p,
0410: 63 2c 20 72 65 73 75 6c 74 29 3b 0d 0a 09 09 7d c, result);....}
0420: 0d 0a 09 09 72 65 74 75 72 6e 20 72 65 73 75 6c ....return resul
0430: 74 3b 0d 0a 09 7d 0d 0a 0d 0a 09 2f 2f 20 4d 61 t;...}.....// Ma
0440: 79 2f 6d 75 73 74 20 63 68 6f 6f 73 65 20 7c 4b y/must choose |K
0450: 7c 20 72 61 6e 67 65 73 20 6f 75 74 20 6f 66 20 | ranges out of
0460: 7c 70 7c 2e 20 55 70 64 61 74 65 20 7c 72 65 73 |p|. Update |res
0470: 75 6c 74 7c 2e 0d 0a 09 76 6f 69 64 20 6d 61 73 ult|....void mas
0480: 6b 28 69 6e 74 20 4e 2c 20 69 6e 74 20 4c 2c 20 k(int N, int L,
0490: 76 65 63 74 6f 72 3c 69 6e 74 3e 26 20 70 2c 20 vector<int>& p,
04a0: 69 6e 74 20 4b 2c 20 73 74 72 69 6e 67 26 20 72 int K, string& r
04b0: 65 73 75 6c 74 29 0d 0a 09 7b 0d 0a 09 09 61 73 esult)...{....as
04c0: 73 65 72 74 28 4b 20 3e 20 30 29 3b 0d 0a 09 09 sert(K > 0);....
04d0: 73 6f 72 74 28 70 2e 62 65 67 69 6e 28 29 2c 20 sort(p.begin(),
04e0: 70 2e 65 6e 64 28 29 29 3b 0d 0a 0d 0a 09 09 2f p.end());....../
04f0: 2f 20 41 6e 79 20 72 61 6e 67 65 20 63 61 6e 20 / Any range can
0500: 62 65 20 77 61 74 63 68 65 64 2e 0d 0a 09 09 66 be watched.....f
0510: 6f 72 28 69 6e 74 20 69 3d 30 3b 20 69 3c 70 2e or(int i=0; i<p.
0520: 73 69 7a 65 28 29 3b 20 2b 2b 69 29 20 7b 0d 0a size(); ++i) {..
0530: 09 09 09 66 6f 72 28 69 6e 74 20 78 3d 70 5b 69 ...for(int x=p[i
0540: 5d 3b 20 78 3c 70 5b 69 5d 2b 4c 3b 20 2b 2b 78 ]; x<p[i]+L; ++x
0550: 29 0d 0a 09 09 09 09 69 66 28 72 65 73 75 6c 74 )......if(result
0560: 5b 78 5d 20 3d 3d 20 27 2d 27 29 0d 0a 09 09 09 [x] == '-').....
0570: 09 09 72 65 73 75 6c 74 5b 78 5d 20 3d 20 27 3f ..result[x] = '?
0580: 27 3b 0d 0a 09 09 7d 0d 0a 0d 0a 09 09 2f 2f 20 ';....}......//
0590: 44 6f 20 22 61 6c 77 61 79 73 22 20 63 68 65 63 Do "always" chec
05a0: 6b 2e 0d 0a 09 09 66 6f 72 28 69 6e 74 20 78 3d k.....for(int x=
05b0: 30 3b 20 78 3c 4e 3b 20 2b 2b 78 29 20 7b 0d 0a 0; x<N; ++x) {..
05c0: 09 09 09 69 6e 74 20 63 6f 76 65 72 20 3d 20 30 ...int cover = 0
05d0: 3b 0d 0a 09 09 09 66 6f 72 28 69 6e 74 20 69 3d ;.....for(int i=
05e0: 30 3b 20 69 3c 70 2e 73 69 7a 65 28 29 3b 20 2b 0; i<p.size(); +
05f0: 2b 69 29 0d 0a 09 09 09 09 69 66 28 70 5b 69 5d +i)......if(p[i]
0600: 3c 3d 78 20 26 26 20 78 3c 70 5b 69 5d 2b 4c 29 <=x && x<p[i]+L)
0610: 0d 0a 09 09 09 09 09 2b 2b 63 6f 76 65 72 3b 0d .......++cover;.
0620: 0a 09 09 09 2f 2f 20 49 66 20 7c 78 7c 20 69 73 ....// If |x| is
0630: 20 63 6f 76 65 72 65 64 20 62 79 20 73 6f 6d 65 covered by some
0640: 20 72 61 6e 67 65 20 62 75 74 20 61 76 6f 69 64 range but avoid
0650: 69 6e 67 20 74 68 65 6d 20 6c 65 61 76 65 73 20 ing them leaves
0660: 3c 4b 2e 2e 2e 0d 0a 09 09 09 69 66 28 63 6f 76 <K........if(cov
0670: 65 72 20 26 26 20 28 70 2e 73 69 7a 65 28 29 2d er && (p.size()-
0680: 63 6f 76 65 72 29 20 3c 20 4b 29 0d 0a 09 09 09 cover) < K).....
0690: 09 72 65 73 75 6c 74 5b 78 5d 20 3d 20 27 2b 27 .result[x] = '+'
06a0: 3b 0d 0a 09 09 7d 0d 0a 09 7d 0d 0a 7d 3b 0d 0a ;....}...}..};..
06b0: 0d 0a 2f 2f 20 42 45 47 49 4e 20 43 55 54 20 48 ..// BEGIN CUT H
06c0: 45 52 45 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 63 ERE..#include <c
06d0: 74 69 6d 65 3e 0d 0a 64 6f 75 62 6c 65 20 73 74 time>..double st
06e0: 61 72 74 5f 74 69 6d 65 3b 20 73 74 72 69 6e 67 art_time; string
06f0: 20 74 69 6d 65 72 28 29 0d 0a 20 7b 20 6f 73 74 timer().. { ost
0700: 72 69 6e 67 73 74 72 65 61 6d 20 6f 73 3b 20 6f ringstream os; o
0710: 73 20 3c 3c 20 22 20 28 22 20 3c 3c 20 69 6e 74 s << " (" << int
0720: 28 28 63 6c 6f 63 6b 28 29 2d 73 74 61 72 74 5f ((clock()-start_
0730: 74 69 6d 65 29 2f 43 4c 4f 43 4b 53 5f 50 45 52 time)/CLOCKS_PER
0740: 5f 53 45 43 2a 31 30 30 30 29 20 3c 3c 20 22 20 _SEC*1000) << "
0750: 6d 73 65 63 29 22 3b 20 72 65 74 75 72 6e 20 6f msec)"; return o
0760: 73 2e 73 74 72 28 29 3b 20 7d 0d 0a 74 65 6d 70 s.str(); }..temp
0770: 6c 61 74 65 3c 74 79 70 65 6e 61 6d 65 20 54 3e late<typename T>
0780: 20 6f 73 74 72 65 61 6d 26 20 6f 70 65 72 61 74 ostream& operat
0790: 6f 72 3c 3c 28 6f 73 74 72 65 61 6d 26 20 6f 73 or<<(ostream& os
07a0: 2c 20 63 6f 6e 73 74 20 76 65 63 74 6f 72 3c 54 , const vector<T
07b0: 3e 26 20 76 29 0d 0a 20 7b 20 6f 73 20 3c 3c 20 >& v).. { os <<
07c0: 22 7b 20 22 3b 0d 0a 20 20 20 66 6f 72 28 74 79 "{ ";.. for(ty
07d0: 70 65 6e 61 6d 65 20 76 65 63 74 6f 72 3c 54 3e pename vector<T>
07e0: 3a 3a 63 6f 6e 73 74 5f 69 74 65 72 61 74 6f 72 ::const_iterator
07f0: 20 69 74 3d 76 2e 62 65 67 69 6e 28 29 3b 20 69 it=v.begin(); i
0800: 74 21 3d 76 2e 65 6e 64 28 29 3b 20 2b 2b 69 74 t!=v.end(); ++it
0810: 29 0d 0a 20 20 20 6f 73 20 3c 3c 20 27 5c 22 27 ).. os << '\"'
0820: 20 3c 3c 20 2a 69 74 20 3c 3c 20 27 5c 22 27 20 << *it << '\"'
0830: 3c 3c 20 28 69 74 2b 31 3d 3d 76 2e 65 6e 64 28 << (it+1==v.end(
0840: 29 20 3f 20 22 22 20 3a 20 22 2c 20 22 29 3b 20 ) ? "" : ", ");
0850: 6f 73 20 3c 3c 20 22 20 7d 22 3b 20 72 65 74 75 os << " }"; retu
0860: 72 6e 20 6f 73 3b 20 7d 0d 0a 76 6f 69 64 20 76 rn os; }..void v
0870: 65 72 69 66 79 5f 63 61 73 65 28 63 6f 6e 73 74 erify_case(const
0880: 20 73 74 72 69 6e 67 26 20 45 78 70 65 63 74 65 string& Expecte
0890: 64 2c 20 63 6f 6e 73 74 20 73 74 72 69 6e 67 26 d, const string&
08a0: 20 52 65 63 65 69 76 65 64 29 20 7b 0d 0a 20 62 Received) {.. b
08b0: 6f 6f 6c 20 6f 6b 20 3d 20 28 45 78 70 65 63 74 ool ok = (Expect
08c0: 65 64 20 3d 3d 20 52 65 63 65 69 76 65 64 29 3b ed == Received);
08d0: 0d 0a 20 69 66 28 6f 6b 29 20 63 65 72 72 20 3c .. if(ok) cerr <
08e0: 3c 20 22 50 41 53 53 45 44 22 20 3c 3c 20 74 69 < "PASSED" << ti
08f0: 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 20 20 mer() << endl;
0900: 65 6c 73 65 20 7b 20 63 65 72 72 20 3c 3c 20 22 else { cerr << "
0910: 46 41 49 4c 45 44 22 20 3c 3c 20 74 69 6d 65 72 FAILED" << timer
0920: 28 29 20 3c 3c 20 65 6e 64 6c 3b 0d 0a 20 63 65 () << endl;.. ce
0930: 72 72 20 3c 3c 20 22 5c 74 6f 3a 20 5c 22 22 20 rr << "\to: \""
0940: 3c 3c 20 45 78 70 65 63 74 65 64 20 3c 3c 20 27 << Expected << '
0950: 5c 22 27 20 3c 3c 20 65 6e 64 6c 20 3c 3c 20 22 \"' << endl << "
0960: 5c 74 78 3a 20 5c 22 22 20 3c 3c 20 52 65 63 65 \tx: \"" << Rece
0970: 69 76 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 ived << '\"' <<
0980: 65 6e 64 6c 3b 20 7d 20 7d 0d 0a 23 64 65 66 69 endl; } }..#defi
0990: 6e 65 20 43 41 53 45 28 4e 29 20 7b 63 65 72 72 ne CASE(N) {cerr
09a0: 20 3c 3c 20 22 54 65 73 74 20 43 61 73 65 20 23 << "Test Case #
09b0: 22 20 3c 3c 20 4e 20 3c 3c 20 22 2e 2e 2e 22 20 " << N << "..."
09c0: 3c 3c 20 66 6c 75 73 68 3b 20 73 74 61 72 74 5f << flush; start_
09d0: 74 69 6d 65 3d 63 6c 6f 63 6b 28 29 3b 0d 0a 23 time=clock();..#
09e0: 64 65 66 69 6e 65 20 45 4e 44 09 20 76 65 72 69 define END. veri
09f0: 66 79 5f 63 61 73 65 28 5f 2c 20 53 75 72 76 65 fy_case(_, Surve
0a00: 69 6c 6c 61 6e 63 65 53 79 73 74 65 6d 28 29 2e illanceSystem().
0a10: 67 65 74 43 6f 6e 74 61 69 6e 65 72 49 6e 66 6f getContainerInfo
0a20: 28 63 6f 6e 74 61 69 6e 65 72 73 2c 20 72 65 70 (containers, rep
0a30: 6f 72 74 73 2c 20 4c 29 29 3b 7d 0d 0a 69 6e 74 orts, L));}..int
0a40: 20 6d 61 69 6e 28 29 7b 0d 0a 0d 0a 43 41 53 45 main(){....CASE
0a50: 28 30 29 0d 0a 09 73 74 72 69 6e 67 20 63 6f 6e (0)...string con
0a60: 74 61 69 6e 65 72 73 20 3d 20 22 2d 58 2d 2d 58 tainers = "-X--X
0a70: 58 22 3b 20 0d 0a 09 69 6e 74 20 72 65 70 6f 72 X"; ...int repor
0a80: 74 73 5f 5b 5d 20 3d 20 7b 31 2c 20 32 7d 3b 0d ts_[] = {1, 2};.
0a90: 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e .. vector <int>
0aa0: 20 72 65 70 6f 72 74 73 28 72 65 70 6f 72 74 73 reports(reports
0ab0: 5f 2c 20 72 65 70 6f 72 74 73 5f 2b 73 69 7a 65 _, reports_+size
0ac0: 6f 66 28 72 65 70 6f 72 74 73 5f 29 2f 73 69 7a of(reports_)/siz
0ad0: 65 6f 66 28 2a 72 65 70 6f 72 74 73 5f 29 29 3b eof(*reports_));
0ae0: 20 0d 0a 09 69 6e 74 20 4c 20 3d 20 33 3b 20 0d ...int L = 3; .
0af0: 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 3f 3f ..string _ = "??
0b00: 2b 2b 2b 2b 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 ++++"; ..END..CA
0b10: 53 45 28 31 29 0d 0a 09 73 74 72 69 6e 67 20 63 SE(1)...string c
0b20: 6f 6e 74 61 69 6e 65 72 73 20 3d 20 22 2d 58 58 ontainers = "-XX
0b30: 58 58 58 2d 22 3b 20 0d 0a 09 69 6e 74 20 72 65 XXX-"; ...int re
0b40: 70 6f 72 74 73 5f 5b 5d 20 3d 20 7b 32 7d 3b 0d ports_[] = {2};.
0b50: 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e .. vector <int>
0b60: 20 72 65 70 6f 72 74 73 28 72 65 70 6f 72 74 73 reports(reports
0b70: 5f 2c 20 72 65 70 6f 72 74 73 5f 2b 73 69 7a 65 _, reports_+size
0b80: 6f 66 28 72 65 70 6f 72 74 73 5f 29 2f 73 69 7a of(reports_)/siz
0b90: 65 6f 66 28 2a 72 65 70 6f 72 74 73 5f 29 29 3b eof(*reports_));
0ba0: 20 0d 0a 09 69 6e 74 20 4c 20 3d 20 33 3b 20 0d ...int L = 3; .
0bb0: 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 3f 3f ..string _ = "??
0bc0: 3f 2d 3f 3f 3f 22 3b 20 0d 0a 45 4e 44 0d 0a 43 ?-???"; ..END..C
0bd0: 41 53 45 28 32 29 0d 0a 09 73 74 72 69 6e 67 20 ASE(2)...string
0be0: 63 6f 6e 74 61 69 6e 65 72 73 20 3d 20 22 2d 2d containers = "--
0bf0: 2d 2d 2d 2d 58 2d 58 58 2d 22 3b 20 0d 0a 09 69 ----X-XX-"; ...i
0c00: 6e 74 20 72 65 70 6f 72 74 73 5f 5b 5d 20 3d 20 nt reports_[] =
0c10: 7b 33 2c 20 30 2c 20 32 2c 20 30 7d 3b 0d 0a 09 {3, 0, 2, 0};...
0c20: 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 72 vector <int> r
0c30: 65 70 6f 72 74 73 28 72 65 70 6f 72 74 73 5f 2c eports(reports_,
0c40: 20 72 65 70 6f 72 74 73 5f 2b 73 69 7a 65 6f 66 reports_+sizeof
0c50: 28 72 65 70 6f 72 74 73 5f 29 2f 73 69 7a 65 6f (reports_)/sizeo
0c60: 66 28 2a 72 65 70 6f 72 74 73 5f 29 29 3b 20 0d f(*reports_)); .
0c70: 0a 09 69 6e 74 20 4c 20 3d 20 35 3b 20 0d 0a 09 ..int L = 5; ...
0c80: 73 74 72 69 6e 67 20 5f 20 3d 20 22 2b 2b 2b 2b string _ = "++++
0c90: 2b 2b 2b 2b 2b 2b 3f 22 3b 20 0d 0a 45 4e 44 0d ++++++?"; ..END.
0ca0: 0a 43 41 53 45 28 33 29 0d 0a 09 73 74 72 69 6e .CASE(3)...strin
0cb0: 67 20 63 6f 6e 74 61 69 6e 65 72 73 20 3d 20 22 g containers = "
0cc0: 2d 58 58 58 58 58 2d 2d 2d 58 2d 2d 22 3b 20 0d -XXXXX---X--"; .
0cd0: 0a 09 69 6e 74 20 72 65 70 6f 72 74 73 5f 5b 5d ..int reports_[]
0ce0: 20 3d 20 7b 32 2c 20 31 2c 20 30 2c 20 31 7d 3b = {2, 1, 0, 1};
0cf0: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 ... vector <int
0d00: 3e 20 72 65 70 6f 72 74 73 28 72 65 70 6f 72 74 > reports(report
0d10: 73 5f 2c 20 72 65 70 6f 72 74 73 5f 2b 73 69 7a s_, reports_+siz
0d20: 65 6f 66 28 72 65 70 6f 72 74 73 5f 29 2f 73 69 eof(reports_)/si
0d30: 7a 65 6f 66 28 2a 72 65 70 6f 72 74 73 5f 29 29 zeof(*reports_))
0d40: 3b 20 0d 0a 09 69 6e 74 20 4c 20 3d 20 33 3b 20 ; ...int L = 3;
0d50: 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 3f ...string _ = "?
0d60: 3f 3f 2d 3f 3f 2b 2b 2b 2b 3f 3f 22 3b 20 0d 0a ??-??++++??"; ..
0d70: 45 4e 44 0d 0a 43 41 53 45 28 34 29 0d 0a 09 73 END..CASE(4)...s
0d80: 74 72 69 6e 67 20 63 6f 6e 74 61 69 6e 65 72 73 tring containers
0d90: 20 3d 20 22 2d 58 58 2d 2d 58 2d 58 58 2d 58 2d = "-XX--X-XX-X-
0da0: 58 2d 2d 58 2d 2d 2d 58 58 2d 58 2d 2d 2d 58 58 X--X---XX-X---XX
0db0: 58 58 2d 2d 2d 2d 2d 58 22 3b 20 0d 0a 09 69 6e XX-----X"; ...in
0dc0: 74 20 72 65 70 6f 72 74 73 5f 5b 5d 20 3d 20 7b t reports_[] = {
0dd0: 33 2c 20 33 2c 20 33 2c 20 33 2c 20 33 2c 20 33 3, 3, 3, 3, 3, 3
0de0: 2c 20 33 2c 20 33 2c 20 33 2c 20 33 2c 20 33 2c , 3, 3, 3, 3, 3,
0df0: 20 33 2c 20 33 7d 3b 0d 0a 09 20 20 76 65 63 74 3, 3};... vect
0e00: 6f 72 20 3c 69 6e 74 3e 20 72 65 70 6f 72 74 73 or <int> reports
0e10: 28 72 65 70 6f 72 74 73 5f 2c 20 72 65 70 6f 72 (reports_, repor
0e20: 74 73 5f 2b 73 69 7a 65 6f 66 28 72 65 70 6f 72 ts_+sizeof(repor
0e30: 74 73 5f 29 2f 73 69 7a 65 6f 66 28 2a 72 65 70 ts_)/sizeof(*rep
0e40: 6f 72 74 73 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 orts_)); ...int
0e50: 4c 20 3d 20 37 3b 20 0d 0a 09 73 74 72 69 6e 67 L = 7; ...string
0e60: 20 5f 20 3d 20 22 3f 3f 3f 2b 2b 2b 2b 3f 2b 2b _ = "???++++?++
0e70: 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b ++++++++++++++++
0e80: 2b 2b 3f 3f 3f 3f 3f 3f 2d 2d 22 3b 20 0d 0a 45 ++??????--"; ..E
0e90: 4e 44 0d 0a 2f 2a 0d 0a 43 41 53 45 28 35 29 0d ND../*..CASE(5).
0ea0: 0a 09 73 74 72 69 6e 67 20 63 6f 6e 74 61 69 6e ..string contain
0eb0: 65 72 73 20 3d 20 3b 20 0d 0a 09 69 6e 74 20 72 ers = ; ...int r
0ec0: 65 70 6f 72 74 73 5f 5b 5d 20 3d 20 3b 0d 0a 09 eports_[] = ;...
0ed0: 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 72 vector <int> r
0ee0: 65 70 6f 72 74 73 28 72 65 70 6f 72 74 73 5f 2c eports(reports_,
0ef0: 20 72 65 70 6f 72 74 73 5f 2b 73 69 7a 65 6f 66 reports_+sizeof
0f00: 28 72 65 70 6f 72 74 73 5f 29 2f 73 69 7a 65 6f (reports_)/sizeo
0f10: 66 28 2a 72 65 70 6f 72 74 73 5f 29 29 3b 20 0d f(*reports_)); .
0f20: 0a 09 69 6e 74 20 4c 20 3d 20 3b 20 0d 0a 09 73 ..int L = ; ...s
0f30: 74 72 69 6e 67 20 5f 20 3d 20 3b 20 0d 0a 45 4e tring _ = ; ..EN
0f40: 44 0d 0a 43 41 53 45 28 36 29 0d 0a 09 73 74 72 D..CASE(6)...str
0f50: 69 6e 67 20 63 6f 6e 74 61 69 6e 65 72 73 20 3d ing containers =
0f60: 20 3b 20 0d 0a 09 69 6e 74 20 72 65 70 6f 72 74 ; ...int report
0f70: 73 5f 5b 5d 20 3d 20 3b 0d 0a 09 20 20 76 65 63 s_[] = ;... vec
0f80: 74 6f 72 20 3c 69 6e 74 3e 20 72 65 70 6f 72 74 tor <int> report
0f90: 73 28 72 65 70 6f 72 74 73 5f 2c 20 72 65 70 6f s(reports_, repo
0fa0: 72 74 73 5f 2b 73 69 7a 65 6f 66 28 72 65 70 6f rts_+sizeof(repo
0fb0: 72 74 73 5f 29 2f 73 69 7a 65 6f 66 28 2a 72 65 rts_)/sizeof(*re
0fc0: 70 6f 72 74 73 5f 29 29 3b 20 0d 0a 09 69 6e 74 ports_)); ...int
0fd0: 20 4c 20 3d 20 3b 20 0d 0a 09 73 74 72 69 6e 67 L = ; ...string
0fe0: 20 5f 20 3d 20 3b 20 0d 0a 45 4e 44 0d 0a 2a 2f _ = ; ..END..*/
0ff0: 0d 0a 7d 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 20 ..}..// END CUT
1000: 48 45 52 45 0d 0a HERE..