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 4f 6e CMP;....class On
01a0: 65 44 69 6d 65 6e 73 69 6f 6e 61 6c 42 61 6c 6c eDimensionalBall
01b0: 73 20 7b 20 70 75 62 6c 69 63 3a 0d 0a 09 6c 6f s { public:...lo
01c0: 6e 67 20 6c 6f 6e 67 20 63 6f 75 6e 74 56 61 6c ng long countVal
01d0: 69 64 47 75 65 73 73 65 73 28 76 65 63 74 6f 72 idGuesses(vector
01e0: 20 3c 69 6e 74 3e 20 66 69 72 73 74 50 69 63 74 <int> firstPict
01f0: 75 72 65 2c 20 76 65 63 74 6f 72 20 3c 69 6e 74 ure, vector <int
0200: 3e 20 73 65 63 6f 6e 64 50 69 63 74 75 72 65 29 > secondPicture)
0210: 20 0d 0a 09 7b 0d 0a 09 09 4c 4c 20 61 6e 73 77 ...{....LL answ
0220: 65 72 20 3d 20 30 3b 0d 0a 0d 0a 09 09 63 6f 6e er = 0;......con
0230: 73 74 20 69 6e 74 20 4e 20 3d 20 66 69 72 73 74 st int N = first
0240: 50 69 63 74 75 72 65 2e 73 69 7a 65 28 29 3b 0d Picture.size();.
0250: 0a 09 09 73 65 74 3c 69 6e 74 3e 20 73 70 28 73 ...set<int> sp(s
0260: 65 63 6f 6e 64 50 69 63 74 75 72 65 2e 62 65 67 econdPicture.beg
0270: 69 6e 28 29 2c 20 73 65 63 6f 6e 64 50 69 63 74 in(), secondPict
0280: 75 72 65 2e 65 6e 64 28 29 29 3b 0d 0a 0d 0a 09 ure.end());.....
0290: 09 66 6f 72 28 73 65 74 3c 69 6e 74 3e 3a 3a 69 .for(set<int>::i
02a0: 74 65 72 61 74 6f 72 20 69 74 3d 73 70 2e 62 65 terator it=sp.be
02b0: 67 69 6e 28 29 3b 20 69 74 21 3d 73 70 2e 65 6e gin(); it!=sp.en
02c0: 64 28 29 3b 20 2b 2b 69 74 29 0d 0a 09 09 7b 0d d(); ++it)....{.
02d0: 0a 09 09 09 69 66 28 20 66 69 72 73 74 50 69 63 ....if( firstPic
02e0: 74 75 72 65 5b 30 5d 20 21 3d 20 2a 69 74 20 29 ture[0] != *it )
02f0: 0d 0a 09 09 09 7b 0d 0a 09 09 09 09 63 6f 6e 73 .....{......cons
0300: 74 20 69 6e 74 20 64 20 3d 20 61 62 73 28 66 69 t int d = abs(fi
0310: 72 73 74 50 69 63 74 75 72 65 5b 30 5d 20 2d 20 rstPicture[0] -
0320: 2a 69 74 29 3b 0d 0a 0d 0a 09 09 09 09 73 65 74 *it);........set
0330: 3c 69 6e 74 3e 20 61 76 61 69 6c 20 3d 20 73 70 <int> avail = sp
0340: 3b 0d 0a 09 09 09 09 61 76 61 69 6c 2e 65 72 61 ;......avail.era
0350: 73 65 28 2a 69 74 29 3b 0d 0a 0d 0a 09 09 09 09 se(*it);........
0360: 76 65 63 74 6f 72 3c 62 6f 6f 6c 3e 20 64 6f 6e vector<bool> don
0370: 65 28 4e 2c 20 66 61 6c 73 65 29 3b 0d 0a 09 09 e(N, false);....
0380: 09 09 64 6f 6e 65 5b 30 5d 20 3d 20 74 72 75 65 ..done[0] = true
0390: 3b 0d 0a 0d 0a 09 09 09 09 66 6f 72 28 3b 3b 29 ;........for(;;)
03a0: 0d 0a 09 09 09 09 7b 0d 0a 09 09 09 09 09 62 6f ......{.......bo
03b0: 6f 6c 20 75 70 64 20 3d 20 66 61 6c 73 65 3b 0d ol upd = false;.
03c0: 0a 09 09 09 09 09 66 6f 72 28 69 6e 74 20 6b 3d ......for(int k=
03d0: 30 3b 20 6b 3c 4e 3b 20 2b 2b 6b 29 0d 0a 09 09 0; k<N; ++k)....
03e0: 09 09 09 09 69 66 28 20 21 64 6f 6e 65 5b 6b 5d ....if( !done[k]
03f0: 20 29 0d 0a 09 09 09 09 09 09 7b 0d 0a 09 09 09 )........{.....
0400: 09 09 09 09 62 6f 6f 6c 20 61 4c 20 3d 20 61 76 ....bool aL = av
0410: 61 69 6c 2e 63 6f 75 6e 74 28 66 69 72 73 74 50 ail.count(firstP
0420: 69 63 74 75 72 65 5b 6b 5d 2d 64 29 3e 30 3b 0d icture[k]-d)>0;.
0430: 0a 09 09 09 09 09 09 09 62 6f 6f 6c 20 61 52 20 ........bool aR
0440: 3d 20 61 76 61 69 6c 2e 63 6f 75 6e 74 28 66 69 = avail.count(fi
0450: 72 73 74 50 69 63 74 75 72 65 5b 6b 5d 2b 64 29 rstPicture[k]+d)
0460: 3e 30 3b 0d 0a 09 09 09 09 09 09 09 69 66 28 20 >0;.........if(
0470: 21 61 4c 20 26 26 20 21 61 52 20 29 0d 0a 09 09 !aL && !aR )....
0480: 09 09 09 09 09 09 67 6f 74 6f 20 6e 65 78 74 49 ......goto nextI
0490: 74 3b 0d 0a 09 09 09 09 09 09 09 65 6c 73 65 20 t;.........else
04a0: 69 66 28 20 61 4c 20 26 26 20 21 61 52 20 29 0d if( aL && !aR ).
04b0: 0a 09 09 09 09 09 09 09 09 7b 75 70 64 3d 64 6f .........{upd=do
04c0: 6e 65 5b 6b 5d 3d 74 72 75 65 3b 20 61 76 61 69 ne[k]=true; avai
04d0: 6c 2e 65 72 61 73 65 28 66 69 72 73 74 50 69 63 l.erase(firstPic
04e0: 74 75 72 65 5b 6b 5d 2d 64 29 3b 7d 0d 0a 09 09 ture[k]-d);}....
04f0: 09 09 09 09 09 65 6c 73 65 20 69 66 28 20 21 61 .....else if( !a
0500: 4c 20 26 26 20 61 52 20 29 0d 0a 09 09 09 09 09 L && aR ).......
0510: 09 09 09 7b 75 70 64 3d 64 6f 6e 65 5b 6b 5d 3d ...{upd=done[k]=
0520: 74 72 75 65 3b 20 61 76 61 69 6c 2e 65 72 61 73 true; avail.eras
0530: 65 28 66 69 72 73 74 50 69 63 74 75 72 65 5b 6b e(firstPicture[k
0540: 5d 2b 64 29 3b 7d 0d 0a 09 09 09 09 09 09 7d 0d ]+d);}........}.
0550: 0a 09 09 09 09 09 69 66 28 20 21 75 70 64 20 29 ......if( !upd )
0560: 0d 0a 09 09 09 09 09 09 62 72 65 61 6b 3b 0d 0a ........break;..
0570: 09 09 09 09 7d 0d 0a 0d 0a 09 09 09 09 73 65 74 ....}........set
0580: 3c 69 6e 74 3e 20 6e 6f 74 44 6f 6e 65 3b 0d 0a <int> notDone;..
0590: 09 09 09 09 66 6f 72 28 69 6e 74 20 6b 3d 30 3b ....for(int k=0;
05a0: 20 6b 3c 4e 3b 20 2b 2b 6b 29 0d 0a 09 09 09 09 k<N; ++k)......
05b0: 09 69 66 28 20 21 64 6f 6e 65 5b 6b 5d 20 29 0d .if( !done[k] ).
05c0: 0a 09 09 09 09 09 09 6e 6f 74 44 6f 6e 65 2e 69 .......notDone.i
05d0: 6e 73 65 72 74 28 66 69 72 73 74 50 69 63 74 75 nsert(firstPictu
05e0: 72 65 5b 6b 5d 29 3b 0d 0a 0d 0a 09 09 09 09 4c re[k]);........L
05f0: 4c 20 63 6e 74 20 3d 20 31 3b 0d 0a 0d 0a 09 09 L cnt = 1;......
0600: 09 09 73 65 74 3c 69 6e 74 3e 20 6e 6e 64 3b 0d ..set<int> nnd;.
0610: 0a 09 09 09 09 66 6f 72 28 73 65 74 3c 69 6e 74 .....for(set<int
0620: 3e 3a 3a 69 74 65 72 61 74 6f 72 20 6a 74 3d 6e >::iterator jt=n
0630: 6f 74 44 6f 6e 65 2e 62 65 67 69 6e 28 29 3b 20 otDone.begin();
0640: 6a 74 21 3d 6e 6f 74 44 6f 6e 65 2e 65 6e 64 28 jt!=notDone.end(
0650: 29 3b 20 2b 2b 6a 74 29 0d 0a 09 09 09 09 09 69 ); ++jt).......i
0660: 66 28 20 21 6e 6e 64 2e 63 6f 75 6e 74 28 2a 6a f( !nnd.count(*j
0670: 74 29 20 29 0d 0a 09 09 09 09 09 7b 0d 0a 09 09 t) ).......{....
0680: 09 09 09 09 69 6e 74 20 63 68 61 69 6e 20 3d 20 ....int chain =
0690: 31 3b 0d 0a 09 09 09 09 09 09 66 6f 72 28 69 6e 1;........for(in
06a0: 74 20 71 3d 2a 6a 74 2b 32 2a 64 3b 20 6e 6f 74 t q=*jt+2*d; not
06b0: 44 6f 6e 65 2e 63 6f 75 6e 74 28 71 29 3b 20 71 Done.count(q); q
06c0: 2b 3d 32 2a 64 29 0d 0a 09 09 09 09 09 09 09 7b +=2*d).........{
06d0: 6e 6e 64 2e 69 6e 73 65 72 74 28 71 29 3b 20 2b nnd.insert(q); +
06e0: 2b 63 68 61 69 6e 3b 7d 0d 0a 09 09 09 09 09 09 +chain;}........
06f0: 63 6e 74 20 2a 3d 20 63 68 61 69 6e 2b 31 3b 0d cnt *= chain+1;.
0700: 0a 09 09 09 09 09 7d 0d 0a 09 09 09 09 61 6e 73 ......}......ans
0710: 77 65 72 20 2b 3d 20 63 6e 74 3b 0d 0a 09 09 09 wer += cnt;.....
0720: 7d 0d 0a 09 09 6e 65 78 74 49 74 3a 3b 0d 0a 09 }....nextIt:;...
0730: 09 7d 0d 0a 0d 0a 09 09 72 65 74 75 72 6e 20 61 .}......return a
0740: 6e 73 77 65 72 3b 0d 0a 09 7d 0d 0a 7d 3b 0d 0a nswer;...}..};..
0750: 0d 0a 2f 2f 20 42 45 47 49 4e 20 43 55 54 20 48 ..// BEGIN CUT H
0760: 45 52 45 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 63 ERE..#include <c
0770: 74 69 6d 65 3e 0d 0a 64 6f 75 62 6c 65 20 73 74 time>..double st
0780: 61 72 74 5f 74 69 6d 65 3b 20 73 74 72 69 6e 67 art_time; string
0790: 20 74 69 6d 65 72 28 29 0d 0a 20 7b 20 6f 73 74 timer().. { ost
07a0: 72 69 6e 67 73 74 72 65 61 6d 20 6f 73 3b 20 6f ringstream os; o
07b0: 73 20 3c 3c 20 22 20 28 22 20 3c 3c 20 69 6e 74 s << " (" << int
07c0: 28 28 63 6c 6f 63 6b 28 29 2d 73 74 61 72 74 5f ((clock()-start_
07d0: 74 69 6d 65 29 2f 43 4c 4f 43 4b 53 5f 50 45 52 time)/CLOCKS_PER
07e0: 5f 53 45 43 2a 31 30 30 30 29 20 3c 3c 20 22 20 _SEC*1000) << "
07f0: 6d 73 65 63 29 22 3b 20 72 65 74 75 72 6e 20 6f msec)"; return o
0800: 73 2e 73 74 72 28 29 3b 20 7d 0d 0a 74 65 6d 70 s.str(); }..temp
0810: 6c 61 74 65 3c 74 79 70 65 6e 61 6d 65 20 54 3e late<typename T>
0820: 20 6f 73 74 72 65 61 6d 26 20 6f 70 65 72 61 74 ostream& operat
0830: 6f 72 3c 3c 28 6f 73 74 72 65 61 6d 26 20 6f 73 or<<(ostream& os
0840: 2c 20 63 6f 6e 73 74 20 76 65 63 74 6f 72 3c 54 , const vector<T
0850: 3e 26 20 76 29 0d 0a 20 7b 20 6f 73 20 3c 3c 20 >& v).. { os <<
0860: 22 7b 20 22 3b 0d 0a 20 20 20 66 6f 72 28 74 79 "{ ";.. for(ty
0870: 70 65 6e 61 6d 65 20 76 65 63 74 6f 72 3c 54 3e pename vector<T>
0880: 3a 3a 63 6f 6e 73 74 5f 69 74 65 72 61 74 6f 72 ::const_iterator
0890: 20 69 74 3d 76 2e 62 65 67 69 6e 28 29 3b 20 69 it=v.begin(); i
08a0: 74 21 3d 76 2e 65 6e 64 28 29 3b 20 2b 2b 69 74 t!=v.end(); ++it
08b0: 29 0d 0a 20 20 20 6f 73 20 3c 3c 20 27 5c 22 27 ).. os << '\"'
08c0: 20 3c 3c 20 2a 69 74 20 3c 3c 20 27 5c 22 27 20 << *it << '\"'
08d0: 3c 3c 20 28 69 74 2b 31 3d 3d 76 2e 65 6e 64 28 << (it+1==v.end(
08e0: 29 20 3f 20 22 22 20 3a 20 22 2c 20 22 29 3b 20 ) ? "" : ", ");
08f0: 6f 73 20 3c 3c 20 22 20 7d 22 3b 20 72 65 74 75 os << " }"; retu
0900: 72 6e 20 6f 73 3b 20 7d 0d 0a 76 6f 69 64 20 76 rn os; }..void v
0910: 65 72 69 66 79 5f 63 61 73 65 28 63 6f 6e 73 74 erify_case(const
0920: 20 6c 6f 6e 67 20 6c 6f 6e 67 26 20 45 78 70 65 long long& Expe
0930: 63 74 65 64 2c 20 63 6f 6e 73 74 20 6c 6f 6e 67 cted, const long
0940: 20 6c 6f 6e 67 26 20 52 65 63 65 69 76 65 64 29 long& Received)
0950: 20 7b 0d 0a 20 62 6f 6f 6c 20 6f 6b 20 3d 20 28 {.. bool ok = (
0960: 45 78 70 65 63 74 65 64 20 3d 3d 20 52 65 63 65 Expected == Rece
0970: 69 76 65 64 29 3b 0d 0a 20 69 66 28 6f 6b 29 20 ived);.. if(ok)
0980: 63 65 72 72 20 3c 3c 20 22 50 41 53 53 45 44 22 cerr << "PASSED"
0990: 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20 65 << timer() << e
09a0: 6e 64 6c 3b 20 20 65 6c 73 65 20 7b 20 63 65 72 ndl; else { cer
09b0: 72 20 3c 3c 20 22 46 41 49 4c 45 44 22 20 3c 3c r << "FAILED" <<
09c0: 20 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c timer() << endl
09d0: 3b 0d 0a 20 63 65 72 72 20 3c 3c 20 22 5c 74 6f ;.. cerr << "\to
09e0: 3a 20 5c 22 22 20 3c 3c 20 45 78 70 65 63 74 65 : \"" << Expecte
09f0: 64 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 d << '\"' << end
0a00: 6c 20 3c 3c 20 22 5c 74 78 3a 20 5c 22 22 20 3c l << "\tx: \"" <
0a10: 3c 20 52 65 63 65 69 76 65 64 20 3c 3c 20 27 5c < Received << '\
0a20: 22 27 20 3c 3c 20 65 6e 64 6c 3b 20 7d 20 7d 0d "' << endl; } }.
0a30: 0a 23 64 65 66 69 6e 65 20 43 41 53 45 28 4e 29 .#define CASE(N)
0a40: 20 7b 63 65 72 72 20 3c 3c 20 22 54 65 73 74 20 {cerr << "Test
0a50: 43 61 73 65 20 23 22 20 3c 3c 20 4e 20 3c 3c 20 Case #" << N <<
0a60: 22 2e 2e 2e 22 20 3c 3c 20 66 6c 75 73 68 3b 20 "..." << flush;
0a70: 73 74 61 72 74 5f 74 69 6d 65 3d 63 6c 6f 63 6b start_time=clock
0a80: 28 29 3b 0d 0a 23 64 65 66 69 6e 65 20 45 4e 44 ();..#define END
0a90: 09 20 76 65 72 69 66 79 5f 63 61 73 65 28 5f 2c . verify_case(_,
0aa0: 20 4f 6e 65 44 69 6d 65 6e 73 69 6f 6e 61 6c 42 OneDimensionalB
0ab0: 61 6c 6c 73 28 29 2e 63 6f 75 6e 74 56 61 6c 69 alls().countVali
0ac0: 64 47 75 65 73 73 65 73 28 66 69 72 73 74 50 69 dGuesses(firstPi
0ad0: 63 74 75 72 65 2c 20 73 65 63 6f 6e 64 50 69 63 cture, secondPic
0ae0: 74 75 72 65 29 29 3b 7d 0d 0a 69 6e 74 20 6d 61 ture));}..int ma
0af0: 69 6e 28 29 7b 0d 0a 0d 0a 43 41 53 45 28 30 29 in(){....CASE(0)
0b00: 0d 0a 09 69 6e 74 20 66 69 72 73 74 50 69 63 74 ...int firstPict
0b10: 75 72 65 5f 5b 5d 20 3d 20 7b 31 32 2c 31 31 7d ure_[] = {12,11}
0b20: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e ;... vector <in
0b30: 74 3e 20 66 69 72 73 74 50 69 63 74 75 72 65 28 t> firstPicture(
0b40: 66 69 72 73 74 50 69 63 74 75 72 65 5f 2c 20 66 firstPicture_, f
0b50: 69 72 73 74 50 69 63 74 75 72 65 5f 2b 73 69 7a irstPicture_+siz
0b60: 65 6f 66 28 66 69 72 73 74 50 69 63 74 75 72 65 eof(firstPicture
0b70: 5f 29 2f 73 69 7a 65 6f 66 28 2a 66 69 72 73 74 _)/sizeof(*first
0b80: 50 69 63 74 75 72 65 5f 29 29 3b 20 0d 0a 09 69 Picture_)); ...i
0b90: 6e 74 20 73 65 63 6f 6e 64 50 69 63 74 75 72 65 nt secondPicture
0ba0: 5f 5b 5d 20 3d 20 7b 31 30 2c 31 31 2c 31 33 7d _[] = {10,11,13}
0bb0: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e ;... vector <in
0bc0: 74 3e 20 73 65 63 6f 6e 64 50 69 63 74 75 72 65 t> secondPicture
0bd0: 28 73 65 63 6f 6e 64 50 69 63 74 75 72 65 5f 2c (secondPicture_,
0be0: 20 73 65 63 6f 6e 64 50 69 63 74 75 72 65 5f 2b secondPicture_+
0bf0: 73 69 7a 65 6f 66 28 73 65 63 6f 6e 64 50 69 63 sizeof(secondPic
0c00: 74 75 72 65 5f 29 2f 73 69 7a 65 6f 66 28 2a 73 ture_)/sizeof(*s
0c10: 65 63 6f 6e 64 50 69 63 74 75 72 65 5f 29 29 3b econdPicture_));
0c20: 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 5f 20 ...long long _
0c30: 3d 20 33 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a 43 41 = 3LL; ..END..CA
0c40: 53 45 28 31 29 0d 0a 09 69 6e 74 20 66 69 72 73 SE(1)...int firs
0c50: 74 50 69 63 74 75 72 65 5f 5b 5d 20 3d 20 7b 31 tPicture_[] = {1
0c60: 2c 32 2c 33 7d 3b 0d 0a 09 20 20 76 65 63 74 6f ,2,3};... vecto
0c70: 72 20 3c 69 6e 74 3e 20 66 69 72 73 74 50 69 63 r <int> firstPic
0c80: 74 75 72 65 28 66 69 72 73 74 50 69 63 74 75 72 ture(firstPictur
0c90: 65 5f 2c 20 66 69 72 73 74 50 69 63 74 75 72 65 e_, firstPicture
0ca0: 5f 2b 73 69 7a 65 6f 66 28 66 69 72 73 74 50 69 _+sizeof(firstPi
0cb0: 63 74 75 72 65 5f 29 2f 73 69 7a 65 6f 66 28 2a cture_)/sizeof(*
0cc0: 66 69 72 73 74 50 69 63 74 75 72 65 5f 29 29 3b firstPicture_));
0cd0: 20 0d 0a 09 69 6e 74 20 73 65 63 6f 6e 64 50 69 ...int secondPi
0ce0: 63 74 75 72 65 5f 5b 5d 20 3d 20 7b 31 2c 32 2c cture_[] = {1,2,
0cf0: 33 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 3};... vector <
0d00: 69 6e 74 3e 20 73 65 63 6f 6e 64 50 69 63 74 75 int> secondPictu
0d10: 72 65 28 73 65 63 6f 6e 64 50 69 63 74 75 72 65 re(secondPicture
0d20: 5f 2c 20 73 65 63 6f 6e 64 50 69 63 74 75 72 65 _, secondPicture
0d30: 5f 2b 73 69 7a 65 6f 66 28 73 65 63 6f 6e 64 50 _+sizeof(secondP
0d40: 69 63 74 75 72 65 5f 29 2f 73 69 7a 65 6f 66 28 icture_)/sizeof(
0d50: 2a 73 65 63 6f 6e 64 50 69 63 74 75 72 65 5f 29 *secondPicture_)
0d60: 29 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 ); ...long long
0d70: 5f 20 3d 20 30 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a _ = 0LL; ..END..
0d80: 43 41 53 45 28 32 29 0d 0a 09 69 6e 74 20 66 69 CASE(2)...int fi
0d90: 72 73 74 50 69 63 74 75 72 65 5f 5b 5d 20 3d 20 rstPicture_[] =
0da0: 7b 31 2c 33 7d 3b 0d 0a 09 20 20 76 65 63 74 6f {1,3};... vecto
0db0: 72 20 3c 69 6e 74 3e 20 66 69 72 73 74 50 69 63 r <int> firstPic
0dc0: 74 75 72 65 28 66 69 72 73 74 50 69 63 74 75 72 ture(firstPictur
0dd0: 65 5f 2c 20 66 69 72 73 74 50 69 63 74 75 72 65 e_, firstPicture
0de0: 5f 2b 73 69 7a 65 6f 66 28 66 69 72 73 74 50 69 _+sizeof(firstPi
0df0: 63 74 75 72 65 5f 29 2f 73 69 7a 65 6f 66 28 2a cture_)/sizeof(*
0e00: 66 69 72 73 74 50 69 63 74 75 72 65 5f 29 29 3b firstPicture_));
0e10: 20 0d 0a 09 69 6e 74 20 73 65 63 6f 6e 64 50 69 ...int secondPi
0e20: 63 74 75 72 65 5f 5b 5d 20 3d 20 7b 31 2c 33 7d cture_[] = {1,3}
0e30: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e ;... vector <in
0e40: 74 3e 20 73 65 63 6f 6e 64 50 69 63 74 75 72 65 t> secondPicture
0e50: 28 73 65 63 6f 6e 64 50 69 63 74 75 72 65 5f 2c (secondPicture_,
0e60: 20 73 65 63 6f 6e 64 50 69 63 74 75 72 65 5f 2b secondPicture_+
0e70: 73 69 7a 65 6f 66 28 73 65 63 6f 6e 64 50 69 63 sizeof(secondPic
0e80: 74 75 72 65 5f 29 2f 73 69 7a 65 6f 66 28 2a 73 ture_)/sizeof(*s
0e90: 65 63 6f 6e 64 50 69 63 74 75 72 65 5f 29 29 3b econdPicture_));
0ea0: 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 5f 20 ...long long _
0eb0: 3d 20 31 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a 43 41 = 1LL; ..END..CA
0ec0: 53 45 28 33 29 0d 0a 09 69 6e 74 20 66 69 72 73 SE(3)...int firs
0ed0: 74 50 69 63 74 75 72 65 5f 5b 5d 20 3d 20 7b 37 tPicture_[] = {7
0ee0: 32 33 34 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 234};... vector
0ef0: 20 3c 69 6e 74 3e 20 66 69 72 73 74 50 69 63 74 <int> firstPict
0f00: 75 72 65 28 66 69 72 73 74 50 69 63 74 75 72 65 ure(firstPicture
0f10: 5f 2c 20 66 69 72 73 74 50 69 63 74 75 72 65 5f _, firstPicture_
0f20: 2b 73 69 7a 65 6f 66 28 66 69 72 73 74 50 69 63 +sizeof(firstPic
0f30: 74 75 72 65 5f 29 2f 73 69 7a 65 6f 66 28 2a 66 ture_)/sizeof(*f
0f40: 69 72 73 74 50 69 63 74 75 72 65 5f 29 29 3b 20 irstPicture_));
0f50: 0d 0a 09 69 6e 74 20 73 65 63 6f 6e 64 50 69 63 ...int secondPic
0f60: 74 75 72 65 5f 5b 5d 20 3d 20 7b 36 33 31 36 2c ture_[] = {6316,
0f70: 36 38 39 31 35 36 2c 36 38 39 31 36 30 2c 36 38 689156,689160,68
0f80: 39 31 36 31 2c 38 30 30 30 30 30 2c 31 30 30 30 9161,800000,1000
0f90: 30 30 31 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 001};... vector
0fa0: 20 3c 69 6e 74 3e 20 73 65 63 6f 6e 64 50 69 63 <int> secondPic
0fb0: 74 75 72 65 28 73 65 63 6f 6e 64 50 69 63 74 75 ture(secondPictu
0fc0: 72 65 5f 2c 20 73 65 63 6f 6e 64 50 69 63 74 75 re_, secondPictu
0fd0: 72 65 5f 2b 73 69 7a 65 6f 66 28 73 65 63 6f 6e re_+sizeof(secon
0fe0: 64 50 69 63 74 75 72 65 5f 29 2f 73 69 7a 65 6f dPicture_)/sizeo
0ff0: 66 28 2a 73 65 63 6f 6e 64 50 69 63 74 75 72 65 f(*secondPicture
1000: 5f 29 29 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e _)); ...long lon
1010: 67 20 5f 20 3d 20 36 4c 4c 3b 20 0d 0a 45 4e 44 g _ = 6LL; ..END
1020: 0d 0a 43 41 53 45 28 34 29 0d 0a 09 69 6e 74 20 ..CASE(4)...int
1030: 66 69 72 73 74 50 69 63 74 75 72 65 5f 5b 5d 20 firstPicture_[]
1040: 3d 20 7b 36 2c 32 2c 34 7d 3b 0d 0a 09 20 20 76 = {6,2,4};... v
1050: 65 63 74 6f 72 20 3c 69 6e 74 3e 20 66 69 72 73 ector <int> firs
1060: 74 50 69 63 74 75 72 65 28 66 69 72 73 74 50 69 tPicture(firstPi
1070: 63 74 75 72 65 5f 2c 20 66 69 72 73 74 50 69 63 cture_, firstPic
1080: 74 75 72 65 5f 2b 73 69 7a 65 6f 66 28 66 69 72 ture_+sizeof(fir
1090: 73 74 50 69 63 74 75 72 65 5f 29 2f 73 69 7a 65 stPicture_)/size
10a0: 6f 66 28 2a 66 69 72 73 74 50 69 63 74 75 72 65 of(*firstPicture
10b0: 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 73 65 63 6f _)); ...int seco
10c0: 6e 64 50 69 63 74 75 72 65 5f 5b 5d 20 3d 20 7b ndPicture_[] = {
10d0: 31 2c 32 2c 33 2c 34 2c 35 2c 37 2c 38 7d 3b 0d 1,2,3,4,5,7,8};.
10e0: 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e .. vector <int>
10f0: 20 73 65 63 6f 6e 64 50 69 63 74 75 72 65 28 73 secondPicture(s
1100: 65 63 6f 6e 64 50 69 63 74 75 72 65 5f 2c 20 73 econdPicture_, s
1110: 65 63 6f 6e 64 50 69 63 74 75 72 65 5f 2b 73 69 econdPicture_+si
1120: 7a 65 6f 66 28 73 65 63 6f 6e 64 50 69 63 74 75 zeof(secondPictu
1130: 72 65 5f 29 2f 73 69 7a 65 6f 66 28 2a 73 65 63 re_)/sizeof(*sec
1140: 6f 6e 64 50 69 63 74 75 72 65 5f 29 29 3b 20 0d ondPicture_)); .
1150: 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20 ..long long _ =
1160: 37 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 7LL; ..END..CASE
1170: 28 35 29 0d 0a 69 6e 74 20 66 69 72 73 74 50 69 (5)..int firstPi
1180: 63 74 75 72 65 5f 5b 5d 20 3d 20 7b 31 2c 32 2c cture_[] = {1,2,
1190: 33 2c 34 2c 35 2c 36 2c 37 2c 38 2c 39 2c 31 30 3,4,5,6,7,8,9,10
11a0: 2c 31 31 2c 31 32 2c 31 33 2c 31 34 2c 31 35 2c ,11,12,13,14,15,
11b0: 31 36 2c 31 37 2c 31 38 2c 31 39 2c 32 30 2c 32 16,17,18,19,20,2
11c0: 31 2c 32 32 2c 32 33 2c 32 34 2c 32 35 2c 32 36 1,22,23,24,25,26
11d0: 2c 32 37 2c 32 38 2c 32 39 2c 33 30 7d 3b 0d 0a ,27,28,29,30};..
11e0: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 . vector <int>
11f0: 66 69 72 73 74 50 69 63 74 75 72 65 28 66 69 72 firstPicture(fir
1200: 73 74 50 69 63 74 75 72 65 5f 2c 20 66 69 72 73 stPicture_, firs
1210: 74 50 69 63 74 75 72 65 5f 2b 73 69 7a 65 6f 66 tPicture_+sizeof
1220: 28 66 69 72 73 74 50 69 63 74 75 72 65 5f 29 2f (firstPicture_)/
1230: 73 69 7a 65 6f 66 28 2a 66 69 72 73 74 50 69 63 sizeof(*firstPic
1240: 74 75 72 65 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 ture_)); ...int
1250: 73 65 63 6f 6e 64 50 69 63 74 75 72 65 5f 5b 5d secondPicture_[]
1260: 20 3d 20 7b 31 2c 32 2c 33 2c 34 2c 35 2c 36 2c = {1,2,3,4,5,6,
1270: 37 2c 38 2c 39 2c 31 30 2c 31 31 2c 31 32 2c 31 7,8,9,10,11,12,1
1280: 33 2c 31 34 2c 31 35 2c 31 36 2c 31 37 2c 31 38 3,14,15,16,17,18
1290: 2c 31 39 2c 32 30 2c 32 31 2c 32 32 2c 32 33 2c ,19,20,21,22,23,
12a0: 32 34 2c 32 35 2c 32 36 2c 32 37 2c 32 38 2c 32 24,25,26,27,28,2
12b0: 39 2c 33 30 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 9,30};... vecto
12c0: 72 20 3c 69 6e 74 3e 20 73 65 63 6f 6e 64 50 69 r <int> secondPi
12d0: 63 74 75 72 65 28 73 65 63 6f 6e 64 50 69 63 74 cture(secondPict
12e0: 75 72 65 5f 2c 20 73 65 63 6f 6e 64 50 69 63 74 ure_, secondPict
12f0: 75 72 65 5f 2b 73 69 7a 65 6f 66 28 73 65 63 6f ure_+sizeof(seco
1300: 6e 64 50 69 63 74 75 72 65 5f 29 2f 73 69 7a 65 ndPicture_)/size
1310: 6f 66 28 2a 73 65 63 6f 6e 64 50 69 63 74 75 72 of(*secondPictur
1320: 65 5f 29 29 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f e_)); ...long lo
1330: 6e 67 20 5f 20 3d 20 2d 31 4c 4c 3b 20 0d 0a 45 ng _ = -1LL; ..E
1340: 4e 44 0d 0a 43 41 53 45 28 36 29 0d 0a 09 69 6e ND..CASE(6)...in
1350: 74 20 66 69 72 73 74 50 69 63 74 75 72 65 5f 5b t firstPicture_[
1360: 5d 20 3d 20 7b 31 2c 32 2c 33 2c 34 7d 3b 0d 0a ] = {1,2,3,4};..
1370: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 . vector <int>
1380: 66 69 72 73 74 50 69 63 74 75 72 65 28 66 69 72 firstPicture(fir
1390: 73 74 50 69 63 74 75 72 65 5f 2c 20 66 69 72 73 stPicture_, firs
13a0: 74 50 69 63 74 75 72 65 5f 2b 73 69 7a 65 6f 66 tPicture_+sizeof
13b0: 28 66 69 72 73 74 50 69 63 74 75 72 65 5f 29 2f (firstPicture_)/
13c0: 73 69 7a 65 6f 66 28 2a 66 69 72 73 74 50 69 63 sizeof(*firstPic
13d0: 74 75 72 65 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 ture_)); ...int
13e0: 73 65 63 6f 6e 64 50 69 63 74 75 72 65 5f 5b 5d secondPicture_[]
13f0: 20 3d 20 7b 31 2c 32 2c 33 2c 34 7d 3b 0d 0a 09 = {1,2,3,4};...
1400: 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 73 vector <int> s
1410: 65 63 6f 6e 64 50 69 63 74 75 72 65 28 73 65 63 econdPicture(sec
1420: 6f 6e 64 50 69 63 74 75 72 65 5f 2c 20 73 65 63 ondPicture_, sec
1430: 6f 6e 64 50 69 63 74 75 72 65 5f 2b 73 69 7a 65 ondPicture_+size
1440: 6f 66 28 73 65 63 6f 6e 64 50 69 63 74 75 72 65 of(secondPicture
1450: 5f 29 2f 73 69 7a 65 6f 66 28 2a 73 65 63 6f 6e _)/sizeof(*secon
1460: 64 50 69 63 74 75 72 65 5f 29 29 3b 20 0d 0a 09 dPicture_)); ...
1470: 6c 6f 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20 32 4c long long _ = 2L
1480: 4c 3b 20 0d 0a 45 4e 44 0d 0a 7d 0d 0a 2f 2f 20 L; ..END..}..//
1490: 45 4e 44 20 43 55 54 20 48 45 52 45 0d 0a END CUT HERE..