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 4d 6f 76 69 65 73 4c 65 76 65 6c 54 77 6f 44 eMoviesLevelTwoD
01b0: 69 76 4f 6e 65 20 7b 20 70 75 62 6c 69 63 3a 0d ivOne { public:.
01c0: 0a 09 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 66 ..vector <int> f
01d0: 69 6e 64 28 76 65 63 74 6f 72 20 3c 69 6e 74 3e ind(vector <int>
01e0: 20 6c 65 6e 67 74 68 2c 20 76 65 63 74 6f 72 20 length, vector
01f0: 3c 69 6e 74 3e 20 73 63 61 72 79 29 20 0d 0a 09 <int> scary) ...
0200: 7b 0d 0a 09 09 69 6e 74 20 4e 20 3d 20 6c 65 6e {....int N = len
0210: 67 74 68 2e 73 69 7a 65 28 29 3b 0d 0a 0d 0a 09 gth.size();.....
0220: 09 76 65 63 74 6f 72 3c 69 6e 74 3e 20 6c 77 62 .vector<int> lwb
0230: 28 4e 29 2c 20 69 6e 63 28 4e 29 3b 0d 0a 09 09 (N), inc(N);....
0240: 66 6f 72 28 69 6e 74 20 69 3d 30 3b 20 69 3c 4e for(int i=0; i<N
0250: 3b 20 2b 2b 69 29 0d 0a 09 09 09 69 66 28 20 73 ; ++i).....if( s
0260: 63 61 72 79 5b 69 5d 2b 34 37 20 3c 20 6c 65 6e cary[i]+47 < len
0270: 67 74 68 5b 69 5d 20 29 0d 0a 09 09 09 09 6c 77 gth[i] )......lw
0280: 62 5b 69 5d 20 3d 20 6c 65 6e 67 74 68 5b 69 5d b[i] = length[i]
0290: 20 2d 20 34 37 3b 0d 0a 09 09 09 65 6c 73 65 0d - 47;.....else.
02a0: 0a 09 09 09 09 6c 77 62 5b 69 5d 20 3d 20 73 63 .....lwb[i] = sc
02b0: 61 72 79 5b 69 5d 3b 0d 0a 09 09 66 6f 72 28 69 ary[i];....for(i
02c0: 6e 74 20 69 3d 30 3b 20 69 3c 4e 3b 20 2b 2b 69 nt i=0; i<N; ++i
02d0: 29 0d 0a 09 09 09 69 6e 63 5b 69 5d 20 3d 20 34 ).....inc[i] = 4
02e0: 37 20 2d 20 6c 65 6e 67 74 68 5b 69 5d 3b 0d 0a 7 - length[i];..
02f0: 0d 0a 09 09 6d 65 6d 6f 20 3d 20 76 65 63 74 6f ....memo = vecto
0300: 72 3c 62 6f 6f 6c 3e 28 31 3c 3c 4e 29 3b 0d 0a r<bool>(1<<N);..
0310: 09 09 6d 65 6d 6f 5b 28 31 3c 3c 4e 29 2d 31 5d ..memo[(1<<N)-1]
0320: 20 3d 20 74 72 75 65 3b 0d 0a 09 09 76 65 63 74 = true;....vect
0330: 6f 72 3c 69 6e 74 3e 20 74 65 6d 70 3b 0d 0a 09 or<int> temp;...
0340: 09 72 65 63 28 30 2c 20 37 34 2c 20 4e 2c 20 6c .rec(0, 74, N, l
0350: 77 62 2c 20 69 6e 63 2c 20 74 65 6d 70 29 3b 0d wb, inc, temp);.
0360: 0a 0d 0a 09 09 73 65 74 3c 69 6e 74 3e 20 6e 6f .....set<int> no
0370: 74 5f 75 73 65 64 3b 0d 0a 09 09 66 6f 72 28 69 t_used;....for(i
0380: 6e 74 20 69 3d 30 3b 20 69 3c 4e 3b 20 2b 2b 69 nt i=0; i<N; ++i
0390: 29 20 6e 6f 74 5f 75 73 65 64 2e 69 6e 73 65 72 ) not_used.inser
03a0: 74 28 69 29 3b 0d 0a 09 09 66 6f 72 28 69 6e 74 t(i);....for(int
03b0: 20 69 3d 30 3b 20 69 3c 72 65 73 75 6c 74 2e 73 i=0; i<result.s
03c0: 69 7a 65 28 29 3b 20 2b 2b 69 29 0d 0a 09 09 09 ize(); ++i).....
03d0: 6e 6f 74 5f 75 73 65 64 2e 65 72 61 73 65 28 72 not_used.erase(r
03e0: 65 73 75 6c 74 5b 69 5d 29 3b 0d 0a 09 09 72 65 esult[i]);....re
03f0: 73 75 6c 74 2e 69 6e 73 65 72 74 28 72 65 73 75 sult.insert(resu
0400: 6c 74 2e 65 6e 64 28 29 2c 20 6e 6f 74 5f 75 73 lt.end(), not_us
0410: 65 64 2e 62 65 67 69 6e 28 29 2c 20 6e 6f 74 5f ed.begin(), not_
0420: 75 73 65 64 2e 65 6e 64 28 29 29 3b 0d 0a 0d 0a used.end());....
0430: 09 09 72 65 74 75 72 6e 20 72 65 73 75 6c 74 3b ..return result;
0440: 0d 0a 09 7d 0d 0a 0d 0a 09 76 65 63 74 6f 72 3c ...}.....vector<
0450: 69 6e 74 3e 20 20 72 65 73 75 6c 74 3b 0d 0a 09 int> result;...
0460: 76 65 63 74 6f 72 3c 62 6f 6f 6c 3e 20 6d 65 6d vector<bool> mem
0470: 6f 3b 0d 0a 09 76 6f 69 64 20 72 65 63 28 69 6e o;...void rec(in
0480: 74 20 6d 61 73 6b 2c 20 69 6e 74 20 63 75 72 2c t mask, int cur,
0490: 20 69 6e 74 20 4e 2c 20 76 65 63 74 6f 72 3c 69 int N, vector<i
04a0: 6e 74 3e 26 20 6c 77 62 2c 20 76 65 63 74 6f 72 nt>& lwb, vector
04b0: 3c 69 6e 74 3e 26 20 69 6e 63 2c 20 76 65 63 74 <int>& inc, vect
04c0: 6f 72 3c 69 6e 74 3e 26 20 74 65 6d 70 29 0d 0a or<int>& temp)..
04d0: 09 7b 0d 0a 09 09 69 66 28 20 72 65 73 75 6c 74 .{....if( result
04e0: 2e 73 69 7a 65 28 29 20 3c 20 74 65 6d 70 2e 73 .size() < temp.s
04f0: 69 7a 65 28 29 20 29 0d 0a 09 09 09 72 65 73 75 ize() ).....resu
0500: 6c 74 20 3d 20 74 65 6d 70 3b 0d 0a 09 09 69 66 lt = temp;....if
0510: 28 20 6d 65 6d 6f 5b 6d 61 73 6b 5d 20 29 0d 0a ( memo[mask] )..
0520: 09 09 09 72 65 74 75 72 6e 3b 0d 0a 09 09 6d 65 ...return;....me
0530: 6d 6f 5b 6d 61 73 6b 5d 20 3d 20 74 72 75 65 3b mo[mask] = true;
0540: 0d 0a 0d 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d ......for(int i=
0550: 30 3b 20 69 3c 4e 3b 20 2b 2b 69 29 0d 0a 09 09 0; i<N; ++i)....
0560: 09 69 66 28 20 21 28 6d 61 73 6b 20 26 20 28 31 .if( !(mask & (1
0570: 3c 3c 69 29 29 20 26 26 20 63 75 72 3e 3d 6c 77 <<i)) && cur>=lw
0580: 62 5b 69 5d 20 29 0d 0a 09 09 09 7b 0d 0a 09 09 b[i] ).....{....
0590: 09 09 74 65 6d 70 2e 70 75 73 68 5f 62 61 63 6b ..temp.push_back
05a0: 28 69 29 3b 0d 0a 09 09 09 09 72 65 63 28 6d 61 (i);......rec(ma
05b0: 73 6b 7c 28 31 3c 3c 69 29 2c 20 63 75 72 2b 69 sk|(1<<i), cur+i
05c0: 6e 63 5b 69 5d 2c 20 4e 2c 20 6c 77 62 2c 20 69 nc[i], N, lwb, i
05d0: 6e 63 2c 20 74 65 6d 70 29 3b 0d 0a 09 09 09 09 nc, temp);......
05e0: 74 65 6d 70 2e 70 6f 70 5f 62 61 63 6b 28 29 3b temp.pop_back();
05f0: 0d 0a 09 09 09 7d 0d 0a 09 7d 0d 0a 7d 3b 0d 0a .....}...}..};..
0600: 0d 0a 2f 2f 20 42 45 47 49 4e 20 43 55 54 20 48 ..// BEGIN CUT H
0610: 45 52 45 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 63 ERE..#include <c
0620: 74 69 6d 65 3e 0d 0a 64 6f 75 62 6c 65 20 73 74 time>..double st
0630: 61 72 74 5f 74 69 6d 65 3b 20 73 74 72 69 6e 67 art_time; string
0640: 20 74 69 6d 65 72 28 29 0d 0a 20 7b 20 6f 73 74 timer().. { ost
0650: 72 69 6e 67 73 74 72 65 61 6d 20 6f 73 3b 20 6f ringstream os; o
0660: 73 20 3c 3c 20 22 20 28 22 20 3c 3c 20 69 6e 74 s << " (" << int
0670: 28 28 63 6c 6f 63 6b 28 29 2d 73 74 61 72 74 5f ((clock()-start_
0680: 74 69 6d 65 29 2f 43 4c 4f 43 4b 53 5f 50 45 52 time)/CLOCKS_PER
0690: 5f 53 45 43 2a 31 30 30 30 29 20 3c 3c 20 22 20 _SEC*1000) << "
06a0: 6d 73 65 63 29 22 3b 20 72 65 74 75 72 6e 20 6f msec)"; return o
06b0: 73 2e 73 74 72 28 29 3b 20 7d 0d 0a 74 65 6d 70 s.str(); }..temp
06c0: 6c 61 74 65 3c 74 79 70 65 6e 61 6d 65 20 54 3e late<typename T>
06d0: 20 6f 73 74 72 65 61 6d 26 20 6f 70 65 72 61 74 ostream& operat
06e0: 6f 72 3c 3c 28 6f 73 74 72 65 61 6d 26 20 6f 73 or<<(ostream& os
06f0: 2c 20 63 6f 6e 73 74 20 76 65 63 74 6f 72 3c 54 , const vector<T
0700: 3e 26 20 76 29 0d 0a 20 7b 20 6f 73 20 3c 3c 20 >& v).. { os <<
0710: 22 7b 20 22 3b 0d 0a 20 20 20 66 6f 72 28 74 79 "{ ";.. for(ty
0720: 70 65 6e 61 6d 65 20 76 65 63 74 6f 72 3c 54 3e pename vector<T>
0730: 3a 3a 63 6f 6e 73 74 5f 69 74 65 72 61 74 6f 72 ::const_iterator
0740: 20 69 74 3d 76 2e 62 65 67 69 6e 28 29 3b 20 69 it=v.begin(); i
0750: 74 21 3d 76 2e 65 6e 64 28 29 3b 20 2b 2b 69 74 t!=v.end(); ++it
0760: 29 0d 0a 20 20 20 6f 73 20 3c 3c 20 27 5c 22 27 ).. os << '\"'
0770: 20 3c 3c 20 2a 69 74 20 3c 3c 20 27 5c 22 27 20 << *it << '\"'
0780: 3c 3c 20 28 69 74 2b 31 3d 3d 76 2e 65 6e 64 28 << (it+1==v.end(
0790: 29 20 3f 20 22 22 20 3a 20 22 2c 20 22 29 3b 20 ) ? "" : ", ");
07a0: 6f 73 20 3c 3c 20 22 20 7d 22 3b 20 72 65 74 75 os << " }"; retu
07b0: 72 6e 20 6f 73 3b 20 7d 0d 0a 76 6f 69 64 20 76 rn os; }..void v
07c0: 65 72 69 66 79 5f 63 61 73 65 28 63 6f 6e 73 74 erify_case(const
07d0: 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 26 20 45 vector <int>& E
07e0: 78 70 65 63 74 65 64 2c 20 63 6f 6e 73 74 20 76 xpected, const v
07f0: 65 63 74 6f 72 20 3c 69 6e 74 3e 26 20 52 65 63 ector <int>& Rec
0800: 65 69 76 65 64 29 20 7b 0d 0a 20 62 6f 6f 6c 20 eived) {.. bool
0810: 6f 6b 20 3d 20 28 45 78 70 65 63 74 65 64 20 3d ok = (Expected =
0820: 3d 20 52 65 63 65 69 76 65 64 29 3b 0d 0a 20 69 = Received);.. i
0830: 66 28 6f 6b 29 20 63 65 72 72 20 3c 3c 20 22 50 f(ok) cerr << "P
0840: 41 53 53 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 ASSED" << timer(
0850: 29 20 3c 3c 20 65 6e 64 6c 3b 20 20 65 6c 73 65 ) << endl; else
0860: 20 7b 20 63 65 72 72 20 3c 3c 20 22 46 41 49 4c { cerr << "FAIL
0870: 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c ED" << timer() <
0880: 3c 20 65 6e 64 6c 3b 0d 0a 20 63 65 72 72 20 3c < endl;.. cerr <
0890: 3c 20 22 5c 74 6f 3a 20 22 20 3c 3c 20 45 78 70 < "\to: " << Exp
08a0: 65 63 74 65 64 20 3c 3c 20 65 6e 64 6c 20 3c 3c ected << endl <<
08b0: 20 22 5c 74 78 3a 20 22 20 3c 3c 20 52 65 63 65 "\tx: " << Rece
08c0: 69 76 65 64 20 3c 3c 20 65 6e 64 6c 3b 20 7d 20 ived << endl; }
08d0: 7d 0d 0a 23 64 65 66 69 6e 65 20 43 41 53 45 28 }..#define CASE(
08e0: 4e 29 20 7b 63 65 72 72 20 3c 3c 20 22 54 65 73 N) {cerr << "Tes
08f0: 74 20 43 61 73 65 20 23 22 20 3c 3c 20 4e 20 3c t Case #" << N <
0900: 3c 20 22 2e 2e 2e 22 20 3c 3c 20 66 6c 75 73 68 < "..." << flush
0910: 3b 20 73 74 61 72 74 5f 74 69 6d 65 3d 63 6c 6f ; start_time=clo
0920: 63 6b 28 29 3b 0d 0a 23 64 65 66 69 6e 65 20 45 ck();..#define E
0930: 4e 44 09 20 76 65 72 69 66 79 5f 63 61 73 65 28 ND. verify_case(
0940: 5f 2c 20 54 68 65 4d 6f 76 69 65 73 4c 65 76 65 _, TheMoviesLeve
0950: 6c 54 77 6f 44 69 76 4f 6e 65 28 29 2e 66 69 6e lTwoDivOne().fin
0960: 64 28 6c 65 6e 67 74 68 2c 20 73 63 61 72 79 29 d(length, scary)
0970: 29 3b 7d 0d 0a 69 6e 74 20 6d 61 69 6e 28 29 7b );}..int main(){
0980: 0d 0a 0d 0a 43 41 53 45 28 30 29 0d 0a 09 69 6e ....CASE(0)...in
0990: 74 20 6c 65 6e 67 74 68 5f 5b 5d 20 3d 20 7b 31 t length_[] = {1
09a0: 30 30 2c 20 35 30 7d 3b 0d 0a 09 20 20 76 65 63 00, 50};... vec
09b0: 74 6f 72 20 3c 69 6e 74 3e 20 6c 65 6e 67 74 68 tor <int> length
09c0: 28 6c 65 6e 67 74 68 5f 2c 20 6c 65 6e 67 74 68 (length_, length
09d0: 5f 2b 73 69 7a 65 6f 66 28 6c 65 6e 67 74 68 5f _+sizeof(length_
09e0: 29 2f 73 69 7a 65 6f 66 28 2a 6c 65 6e 67 74 68 )/sizeof(*length
09f0: 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 73 63 61 72 _)); ...int scar
0a00: 79 5f 5b 5d 20 3d 20 7b 31 2c 20 31 7d 3b 0d 0a y_[] = {1, 1};..
0a10: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 . vector <int>
0a20: 73 63 61 72 79 28 73 63 61 72 79 5f 2c 20 73 63 scary(scary_, sc
0a30: 61 72 79 5f 2b 73 69 7a 65 6f 66 28 73 63 61 72 ary_+sizeof(scar
0a40: 79 5f 29 2f 73 69 7a 65 6f 66 28 2a 73 63 61 72 y_)/sizeof(*scar
0a50: 79 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 5f 5f 5b y_)); ...int __[
0a60: 5d 20 3d 20 7b 30 2c 20 31 20 7d 3b 0d 0a 09 20 ] = {0, 1 };...
0a70: 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 5f 28 vector <int> _(
0a80: 5f 5f 2c 20 5f 5f 2b 73 69 7a 65 6f 66 28 5f 5f __, __+sizeof(__
0a90: 29 2f 73 69 7a 65 6f 66 28 2a 5f 5f 29 29 3b 20 )/sizeof(*__));
0aa0: 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 31 29 0d 0a ..END..CASE(1)..
0ab0: 09 69 6e 74 20 6c 65 6e 67 74 68 5f 5b 5d 20 3d .int length_[] =
0ac0: 20 7b 31 30 30 2c 20 35 30 7d 3b 0d 0a 09 20 20 {100, 50};...
0ad0: 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 6c 65 6e vector <int> len
0ae0: 67 74 68 28 6c 65 6e 67 74 68 5f 2c 20 6c 65 6e gth(length_, len
0af0: 67 74 68 5f 2b 73 69 7a 65 6f 66 28 6c 65 6e 67 gth_+sizeof(leng
0b00: 74 68 5f 29 2f 73 69 7a 65 6f 66 28 2a 6c 65 6e th_)/sizeof(*len
0b10: 67 74 68 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 73 gth_)); ...int s
0b20: 63 61 72 79 5f 5b 5d 20 3d 20 7b 31 2c 20 34 39 cary_[] = {1, 49
0b30: 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 };... vector <i
0b40: 6e 74 3e 20 73 63 61 72 79 28 73 63 61 72 79 5f nt> scary(scary_
0b50: 2c 20 73 63 61 72 79 5f 2b 73 69 7a 65 6f 66 28 , scary_+sizeof(
0b60: 73 63 61 72 79 5f 29 2f 73 69 7a 65 6f 66 28 2a scary_)/sizeof(*
0b70: 73 63 61 72 79 5f 29 29 3b 20 0d 0a 09 69 6e 74 scary_)); ...int
0b80: 20 5f 5f 5b 5d 20 3d 20 7b 31 2c 20 30 20 7d 3b __[] = {1, 0 };
0b90: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 ... vector <int
0ba0: 3e 20 5f 28 5f 5f 2c 20 5f 5f 2b 73 69 7a 65 6f > _(__, __+sizeo
0bb0: 66 28 5f 5f 29 2f 73 69 7a 65 6f 66 28 2a 5f 5f f(__)/sizeof(*__
0bc0: 29 29 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 )); ..END..CASE(
0bd0: 32 29 0d 0a 09 69 6e 74 20 6c 65 6e 67 74 68 5f 2)...int length_
0be0: 5b 5d 20 3d 20 7b 31 30 30 2c 20 31 30 30 2c 20 [] = {100, 100,
0bf0: 31 30 30 2c 20 31 30 30 7d 3b 0d 0a 09 20 20 76 100, 100};... v
0c00: 65 63 74 6f 72 20 3c 69 6e 74 3e 20 6c 65 6e 67 ector <int> leng
0c10: 74 68 28 6c 65 6e 67 74 68 5f 2c 20 6c 65 6e 67 th(length_, leng
0c20: 74 68 5f 2b 73 69 7a 65 6f 66 28 6c 65 6e 67 74 th_+sizeof(lengt
0c30: 68 5f 29 2f 73 69 7a 65 6f 66 28 2a 6c 65 6e 67 h_)/sizeof(*leng
0c40: 74 68 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 73 63 th_)); ...int sc
0c50: 61 72 79 5f 5b 5d 20 3d 20 7b 37 37 2c 20 37 36 ary_[] = {77, 76
0c60: 2c 20 37 35 2c 20 37 34 7d 3b 0d 0a 09 20 20 76 , 75, 74};... v
0c70: 65 63 74 6f 72 20 3c 69 6e 74 3e 20 73 63 61 72 ector <int> scar
0c80: 79 28 73 63 61 72 79 5f 2c 20 73 63 61 72 79 5f y(scary_, scary_
0c90: 2b 73 69 7a 65 6f 66 28 73 63 61 72 79 5f 29 2f +sizeof(scary_)/
0ca0: 73 69 7a 65 6f 66 28 2a 73 63 61 72 79 5f 29 29 sizeof(*scary_))
0cb0: 3b 20 0d 0a 09 69 6e 74 20 5f 5f 5b 5d 20 3d 20 ; ...int __[] =
0cc0: 7b 33 2c 20 30 2c 20 31 2c 20 32 20 7d 3b 0d 0a {3, 0, 1, 2 };..
0cd0: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 . vector <int>
0ce0: 5f 28 5f 5f 2c 20 5f 5f 2b 73 69 7a 65 6f 66 28 _(__, __+sizeof(
0cf0: 5f 5f 29 2f 73 69 7a 65 6f 66 28 2a 5f 5f 29 29 __)/sizeof(*__))
0d00: 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 33 29 ; ..END..CASE(3)
0d10: 0d 0a 09 69 6e 74 20 6c 65 6e 67 74 68 5f 5b 5d ...int length_[]
0d20: 20 3d 20 7b 31 30 30 7d 3b 0d 0a 09 20 20 76 65 = {100};... ve
0d30: 63 74 6f 72 20 3c 69 6e 74 3e 20 6c 65 6e 67 74 ctor <int> lengt
0d40: 68 28 6c 65 6e 67 74 68 5f 2c 20 6c 65 6e 67 74 h(length_, lengt
0d50: 68 5f 2b 73 69 7a 65 6f 66 28 6c 65 6e 67 74 68 h_+sizeof(length
0d60: 5f 29 2f 73 69 7a 65 6f 66 28 2a 6c 65 6e 67 74 _)/sizeof(*lengt
0d70: 68 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 73 63 61 h_)); ...int sca
0d80: 72 79 5f 5b 5d 20 3d 20 7b 39 39 7d 3b 0d 0a 09 ry_[] = {99};...
0d90: 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 73 vector <int> s
0da0: 63 61 72 79 28 73 63 61 72 79 5f 2c 20 73 63 61 cary(scary_, sca
0db0: 72 79 5f 2b 73 69 7a 65 6f 66 28 73 63 61 72 79 ry_+sizeof(scary
0dc0: 5f 29 2f 73 69 7a 65 6f 66 28 2a 73 63 61 72 79 _)/sizeof(*scary
0dd0: 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 5f 5f 5b 5d _)); ...int __[]
0de0: 20 3d 20 7b 30 20 7d 3b 0d 0a 09 20 20 76 65 63 = {0 };... vec
0df0: 74 6f 72 20 3c 69 6e 74 3e 20 5f 28 5f 5f 2c 20 tor <int> _(__,
0e00: 5f 5f 2b 73 69 7a 65 6f 66 28 5f 5f 29 2f 73 69 __+sizeof(__)/si
0e10: 7a 65 6f 66 28 2a 5f 5f 29 29 3b 20 0d 0a 45 4e zeof(*__)); ..EN
0e20: 44 0d 0a 43 41 53 45 28 34 29 0d 0a 09 69 6e 74 D..CASE(4)...int
0e30: 20 6c 65 6e 67 74 68 5f 5b 5d 20 3d 20 7b 32 7d length_[] = {2}
0e40: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e ;... vector <in
0e50: 74 3e 20 6c 65 6e 67 74 68 28 6c 65 6e 67 74 68 t> length(length
0e60: 5f 2c 20 6c 65 6e 67 74 68 5f 2b 73 69 7a 65 6f _, length_+sizeo
0e70: 66 28 6c 65 6e 67 74 68 5f 29 2f 73 69 7a 65 6f f(length_)/sizeo
0e80: 66 28 2a 6c 65 6e 67 74 68 5f 29 29 3b 20 0d 0a f(*length_)); ..
0e90: 09 69 6e 74 20 73 63 61 72 79 5f 5b 5d 20 3d 20 .int scary_[] =
0ea0: 7b 31 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 {1};... vector
0eb0: 3c 69 6e 74 3e 20 73 63 61 72 79 28 73 63 61 72 <int> scary(scar
0ec0: 79 5f 2c 20 73 63 61 72 79 5f 2b 73 69 7a 65 6f y_, scary_+sizeo
0ed0: 66 28 73 63 61 72 79 5f 29 2f 73 69 7a 65 6f 66 f(scary_)/sizeof
0ee0: 28 2a 73 63 61 72 79 5f 29 29 3b 20 0d 0a 09 20 (*scary_)); ...
0ef0: 20 69 6e 74 20 5f 5f 5b 5d 20 3d 20 7b 30 7d 3b int __[] = {0};
0f00: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 ... vector <int
0f10: 3e 20 5f 28 5f 5f 2c 20 5f 5f 2b 73 69 7a 65 6f > _(__, __+sizeo
0f20: 66 28 5f 5f 29 2f 73 69 7a 65 6f 66 28 2a 5f 5f f(__)/sizeof(*__
0f30: 29 29 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 )); ..END..CASE(
0f40: 35 29 0d 0a 09 69 6e 74 20 6c 65 6e 67 74 68 5f 5)...int length_
0f50: 5b 5d 20 3d 20 7b 33 7d 3b 0d 0a 09 20 20 76 65 [] = {3};... ve
0f60: 63 74 6f 72 20 3c 69 6e 74 3e 20 6c 65 6e 67 74 ctor <int> lengt
0f70: 68 28 6c 65 6e 67 74 68 5f 2c 20 6c 65 6e 67 74 h(length_, lengt
0f80: 68 5f 2b 73 69 7a 65 6f 66 28 6c 65 6e 67 74 68 h_+sizeof(length
0f90: 5f 29 2f 73 69 7a 65 6f 66 28 2a 6c 65 6e 67 74 _)/sizeof(*lengt
0fa0: 68 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 73 63 61 h_)); ...int sca
0fb0: 72 79 5f 5b 5d 20 3d 20 7b 31 7d 3b 0d 0a 09 20 ry_[] = {1};...
0fc0: 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 73 63 vector <int> sc
0fd0: 61 72 79 28 73 63 61 72 79 5f 2c 20 73 63 61 72 ary(scary_, scar
0fe0: 79 5f 2b 73 69 7a 65 6f 66 28 73 63 61 72 79 5f y_+sizeof(scary_
0ff0: 29 2f 73 69 7a 65 6f 66 28 2a 73 63 61 72 79 5f )/sizeof(*scary_
1000: 29 29 3b 20 0d 0a 09 20 20 69 6e 74 20 5f 5f 5b )); ... int __[
1010: 5d 20 3d 20 7b 30 7d 3b 0d 0a 09 20 20 76 65 63 ] = {0};... vec
1020: 74 6f 72 20 3c 69 6e 74 3e 20 5f 28 5f 5f 2c 20 tor <int> _(__,
1030: 5f 5f 2b 73 69 7a 65 6f 66 28 5f 5f 29 2f 73 69 __+sizeof(__)/si
1040: 7a 65 6f 66 28 2a 5f 5f 29 29 3b 20 0d 0a 45 4e zeof(*__)); ..EN
1050: 44 0d 0a 43 41 53 45 28 36 29 0d 0a 20 20 69 6e D..CASE(6).. in
1060: 74 20 6c 65 6e 67 74 68 5f 5b 5d 20 3d 20 7b 35 t length_[] = {5
1070: 2c 36 2c 37 2c 38 2c 39 2c 31 30 2c 31 31 2c 31 ,6,7,8,9,10,11,1
1080: 30 2c 39 2c 38 2c 37 2c 36 2c 35 2c 36 2c 37 2c 0,9,8,7,6,5,6,7,
1090: 38 2c 39 2c 31 30 2c 31 31 2c 31 30 7d 3b 0d 0a 8,9,10,11,10};..
10a0: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 . vector <int>
10b0: 6c 65 6e 67 74 68 28 6c 65 6e 67 74 68 5f 2c 20 length(length_,
10c0: 6c 65 6e 67 74 68 5f 2b 73 69 7a 65 6f 66 28 6c length_+sizeof(l
10d0: 65 6e 67 74 68 5f 29 2f 73 69 7a 65 6f 66 28 2a ength_)/sizeof(*
10e0: 6c 65 6e 67 74 68 5f 29 29 3b 20 0d 0a 20 20 69 length_)); .. i
10f0: 6e 74 20 73 63 61 72 79 5f 5b 5d 20 3d 20 7b 33 nt scary_[] = {3
1100: 2c 33 2c 33 2c 33 2c 33 2c 33 2c 33 2c 33 2c 33 ,3,3,3,3,3,3,3,3
1110: 2c 33 2c 33 2c 33 2c 33 2c 33 2c 33 2c 33 2c 33 ,3,3,3,3,3,3,3,3
1120: 2c 33 2c 33 2c 33 7d 3b 0d 0a 09 20 20 76 65 63 ,3,3,3};... vec
1130: 74 6f 72 20 3c 69 6e 74 3e 20 73 63 61 72 79 28 tor <int> scary(
1140: 73 63 61 72 79 5f 2c 20 73 63 61 72 79 5f 2b 73 scary_, scary_+s
1150: 69 7a 65 6f 66 28 73 63 61 72 79 5f 29 2f 73 69 izeof(scary_)/si
1160: 7a 65 6f 66 28 2a 73 63 61 72 79 5f 29 29 3b 20 zeof(*scary_));
1170: 0d 0a 20 20 69 6e 74 20 5f 5f 5b 5d 20 3d 20 7b .. int __[] = {
1180: 2d 31 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 -1};... vector
1190: 3c 69 6e 74 3e 20 5f 28 5f 5f 2c 20 5f 5f 2b 73 <int> _(__, __+s
11a0: 69 7a 65 6f 66 28 5f 5f 29 2f 73 69 7a 65 6f 66 izeof(__)/sizeof
11b0: 28 2a 5f 5f 29 29 3b 20 0d 0a 45 4e 44 0d 0a 43 (*__)); ..END..C
11c0: 41 53 45 28 37 29 0d 0a 20 20 69 6e 74 20 6c 65 ASE(7).. int le
11d0: 6e 67 74 68 5f 5b 5d 20 3d 20 7b 31 38 35 2c 20 ngth_[] = {185,
11e0: 35 33 2c 20 32 38 2c 20 39 32 2c 20 37 30 7d 3b 53, 28, 92, 70};
11f0: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 ... vector <int
1200: 3e 20 6c 65 6e 67 74 68 28 6c 65 6e 67 74 68 5f > length(length_
1210: 2c 20 6c 65 6e 67 74 68 5f 2b 73 69 7a 65 6f 66 , length_+sizeof
1220: 28 6c 65 6e 67 74 68 5f 29 2f 73 69 7a 65 6f 66 (length_)/sizeof
1230: 28 2a 6c 65 6e 67 74 68 5f 29 29 3b 20 0d 0a 20 (*length_)); ..
1240: 20 69 6e 74 20 73 63 61 72 79 5f 5b 5d 20 3d 20 int scary_[] =
1250: 7b 39 36 2c 20 31 37 2c 20 34 2c 20 36 2c 20 33 {96, 17, 4, 6, 3
1260: 34 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 4};... vector <
1270: 69 6e 74 3e 20 73 63 61 72 79 28 73 63 61 72 79 int> scary(scary
1280: 5f 2c 20 73 63 61 72 79 5f 2b 73 69 7a 65 6f 66 _, scary_+sizeof
1290: 28 73 63 61 72 79 5f 29 2f 73 69 7a 65 6f 66 28 (scary_)/sizeof(
12a0: 2a 73 63 61 72 79 5f 29 29 3b 20 0d 0a 20 20 69 *scary_)); .. i
12b0: 6e 74 20 5f 5f 5b 5d 20 3d 20 7b 31 2c 32 2c 33 nt __[] = {1,2,3
12c0: 2c 34 2c 30 7d 3b 0d 0a 09 20 20 76 65 63 74 6f ,4,0};... vecto
12d0: 72 20 3c 69 6e 74 3e 20 5f 28 5f 5f 2c 20 5f 5f r <int> _(__, __
12e0: 2b 73 69 7a 65 6f 66 28 5f 5f 29 2f 73 69 7a 65 +sizeof(__)/size
12f0: 6f 66 28 2a 5f 5f 29 29 3b 20 0d 0a 45 4e 44 0d of(*__)); ..END.
1300: 0a 7d 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48 .}..// END CUT H
1310: 45 52 45 0d 0a ERE..