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 43 61 CMP;....class Ca
01a0: 72 72 6f 74 42 6f 78 65 73 20 7b 20 70 75 62 6c rrotBoxes { publ
01b0: 69 63 3a 0d 0a 09 64 6f 75 62 6c 65 20 74 68 65 ic:...double the
01c0: 50 72 6f 62 61 62 69 6c 69 74 79 28 76 65 63 74 Probability(vect
01d0: 6f 72 20 3c 73 74 72 69 6e 67 3e 20 69 6e 66 6f or <string> info
01e0: 29 0d 0a 09 7b 0d 0a 09 09 69 6e 66 6f 20 3d 20 )...{....info =
01f0: 77 61 72 73 68 61 6c 6c 5f 66 6c 6f 79 64 28 69 warshall_floyd(i
0200: 6e 66 6f 29 3b 0d 0a 0d 0a 09 09 64 6f 75 62 6c nfo);......doubl
0210: 65 20 61 6e 73 77 65 72 3d 30 2e 30 2c 20 70 3d e answer=0.0, p=
0220: 31 2e 30 3b 0d 0a 0d 0a 09 09 73 65 74 3c 69 6e 1.0;......set<in
0230: 74 3e 20 62 6f 78 65 73 3b 0d 0a 09 09 66 6f 72 t> boxes;....for
0240: 28 69 6e 74 20 76 3d 30 3b 20 76 3c 69 6e 66 6f (int v=0; v<info
0250: 2e 73 69 7a 65 28 29 3b 20 2b 2b 76 29 0d 0a 09 .size(); ++v)...
0260: 09 09 62 6f 78 65 73 2e 69 6e 73 65 72 74 28 76 ..boxes.insert(v
0270: 29 3b 0d 0a 0d 0a 09 09 77 68 69 6c 65 28 20 21 );......while( !
0280: 62 6f 78 65 73 2e 65 6d 70 74 79 28 29 20 29 0d boxes.empty() ).
0290: 0a 09 09 7b 0d 0a 09 09 09 66 6f 72 28 73 65 74 ...{.....for(set
02a0: 3c 69 6e 74 3e 3a 3a 69 74 65 72 61 74 6f 72 20 <int>::iterator
02b0: 69 74 3d 62 6f 78 65 73 2e 62 65 67 69 6e 28 29 it=boxes.begin()
02c0: 3b 20 69 74 21 3d 62 6f 78 65 73 2e 65 6e 64 28 ; it!=boxes.end(
02d0: 29 3b 20 2b 2b 69 74 29 0d 0a 09 09 09 09 69 66 ); ++it)......if
02e0: 28 20 69 73 52 6f 6f 74 28 2a 69 74 2c 20 69 6e ( isRoot(*it, in
02f0: 66 6f 2c 20 62 6f 78 65 73 29 20 26 26 20 21 69 fo, boxes) && !i
0300: 73 53 69 6e 67 6c 65 74 6f 6e 28 2a 69 74 2c 20 sSingleton(*it,
0310: 69 6e 66 6f 2c 20 62 6f 78 65 73 29 20 29 0d 0a info, boxes) )..
0320: 09 09 09 09 7b 0d 0a 09 09 09 09 09 69 6e 74 20 ....{.......int
0330: 4e 20 3d 20 62 6f 78 65 73 2e 73 69 7a 65 28 29 N = boxes.size()
0340: 3b 0d 0a 09 09 09 09 09 69 6e 74 20 6e 72 20 3d ;.......int nr =
0350: 20 30 3b 0d 0a 09 09 09 09 09 66 6f 72 28 69 6e 0;.......for(in
0360: 74 20 75 3d 30 3b 20 75 3c 69 6e 66 6f 2e 73 69 t u=0; u<info.si
0370: 7a 65 28 29 3b 20 2b 2b 75 29 0d 0a 09 09 09 09 ze(); ++u)......
0380: 09 09 69 66 28 20 69 6e 66 6f 5b 2a 69 74 5d 5b ..if( info[*it][
0390: 75 5d 3d 3d 27 59 27 20 26 26 20 62 6f 78 65 73 u]=='Y' && boxes
03a0: 2e 63 6f 75 6e 74 28 75 29 20 29 0d 0a 09 09 09 .count(u) ).....
03b0: 09 09 09 09 7b 2b 2b 6e 72 3b 20 62 6f 78 65 73 ....{++nr; boxes
03c0: 2e 65 72 61 73 65 28 75 29 3b 7d 0d 0a 09 09 09 .erase(u);}.....
03d0: 09 09 61 6e 73 77 65 72 20 2b 3d 20 70 20 2a 20 ..answer += p *
03e0: 28 6e 72 2d 31 29 20 2f 20 4e 3b 0d 0a 09 09 09 (nr-1) / N;.....
03f0: 09 09 70 20 2a 3d 20 64 6f 75 62 6c 65 28 4e 2d ..p *= double(N-
0400: 6e 72 29 20 2f 20 4e 3b 0d 0a 09 09 09 09 09 67 nr) / N;.......g
0410: 6f 74 6f 20 6e 65 78 74 49 74 65 72 3b 0d 0a 09 oto nextIter;...
0420: 09 09 09 7d 0d 0a 0d 0a 09 09 09 2f 2f 20 91 53 ...}.......// .S
0430: 95 94 82 aa 20 73 74 61 6e 64 20 61 6c 6f 6e 65 .... stand alone
0440: 0d 0a 09 09 09 61 6e 73 77 65 72 20 2b 3d 20 70 .....answer += p
0450: 20 2f 20 62 6f 78 65 73 2e 73 69 7a 65 28 29 3b / boxes.size();
0460: 0d 0a 09 09 09 62 72 65 61 6b 3b 0d 0a 0d 0a 09 .....break;.....
0470: 09 6e 65 78 74 49 74 65 72 3a 3b 0d 0a 09 09 7d .nextIter:;....}
0480: 0d 0a 09 09 72 65 74 75 72 6e 20 61 6e 73 77 65 ....return answe
0490: 72 3b 0d 0a 09 7d 0d 0a 0d 0a 09 62 6f 6f 6c 20 r;...}.....bool
04a0: 69 73 52 6f 6f 74 28 69 6e 74 20 76 2c 20 63 6f isRoot(int v, co
04b0: 6e 73 74 20 76 65 63 74 6f 72 3c 73 74 72 69 6e nst vector<strin
04c0: 67 3e 26 20 69 6e 66 6f 2c 20 63 6f 6e 73 74 20 g>& info, const
04d0: 73 65 74 3c 69 6e 74 3e 26 20 62 6f 78 65 73 29 set<int>& boxes)
04e0: 0d 0a 09 7b 0d 0a 09 09 66 6f 72 28 73 65 74 3c ...{....for(set<
04f0: 69 6e 74 3e 3a 3a 63 6f 6e 73 74 5f 69 74 65 72 int>::const_iter
0500: 61 74 6f 72 20 6a 74 3d 62 6f 78 65 73 2e 62 65 ator jt=boxes.be
0510: 67 69 6e 28 29 3b 20 6a 74 21 3d 62 6f 78 65 73 gin(); jt!=boxes
0520: 2e 65 6e 64 28 29 3b 20 2b 2b 6a 74 29 0d 0a 09 .end(); ++jt)...
0530: 09 09 69 66 28 20 69 6e 66 6f 5b 76 5d 5b 2a 6a ..if( info[v][*j
0540: 74 5d 3d 3d 27 4e 27 20 26 26 20 69 6e 66 6f 5b t]=='N' && info[
0550: 2a 6a 74 5d 5b 76 5d 3d 3d 27 59 27 20 29 0d 0a *jt][v]=='Y' )..
0560: 09 09 09 09 72 65 74 75 72 6e 20 66 61 6c 73 65 ....return false
0570: 3b 0d 0a 09 09 72 65 74 75 72 6e 20 74 72 75 65 ;....return true
0580: 3b 0d 0a 09 7d 0d 0a 0d 0a 09 62 6f 6f 6c 20 69 ;...}.....bool i
0590: 73 53 69 6e 67 6c 65 74 6f 6e 28 69 6e 74 20 76 sSingleton(int v
05a0: 2c 20 63 6f 6e 73 74 20 76 65 63 74 6f 72 3c 73 , const vector<s
05b0: 74 72 69 6e 67 3e 26 20 69 6e 66 6f 2c 20 63 6f tring>& info, co
05c0: 6e 73 74 20 73 65 74 3c 69 6e 74 3e 26 20 62 6f nst set<int>& bo
05d0: 78 65 73 29 0d 0a 09 7b 0d 0a 09 09 66 6f 72 28 xes)...{....for(
05e0: 73 65 74 3c 69 6e 74 3e 3a 3a 63 6f 6e 73 74 5f set<int>::const_
05f0: 69 74 65 72 61 74 6f 72 20 6a 74 3d 62 6f 78 65 iterator jt=boxe
0600: 73 2e 62 65 67 69 6e 28 29 3b 20 6a 74 21 3d 62 s.begin(); jt!=b
0610: 6f 78 65 73 2e 65 6e 64 28 29 3b 20 2b 2b 6a 74 oxes.end(); ++jt
0620: 29 0d 0a 09 09 09 69 66 28 20 76 21 3d 2a 6a 74 ).....if( v!=*jt
0630: 20 26 26 20 69 6e 66 6f 5b 76 5d 5b 2a 6a 74 5d && info[v][*jt]
0640: 3d 3d 27 59 27 20 29 0d 0a 09 09 09 09 72 65 74 =='Y' )......ret
0650: 75 72 6e 20 66 61 6c 73 65 3b 0d 0a 09 09 72 65 urn false;....re
0660: 74 75 72 6e 20 74 72 75 65 3b 0d 0a 09 7d 0d 0a turn true;...}..
0670: 0d 0a 09 76 65 63 74 6f 72 3c 73 74 72 69 6e 67 ...vector<string
0680: 3e 20 77 61 72 73 68 61 6c 6c 5f 66 6c 6f 79 64 > warshall_floyd
0690: 28 63 6f 6e 73 74 20 76 65 63 74 6f 72 3c 73 74 (const vector<st
06a0: 72 69 6e 67 3e 26 20 67 67 29 0d 0a 09 7b 0d 0a ring>& gg)...{..
06b0: 09 09 76 65 63 74 6f 72 3c 73 74 72 69 6e 67 3e ..vector<string>
06c0: 20 67 20 3d 20 67 67 3b 0d 0a 09 09 66 6f 72 28 g = gg;....for(
06d0: 69 6e 74 20 6b 3d 30 3b 20 6b 3c 67 2e 73 69 7a int k=0; k<g.siz
06e0: 65 28 29 3b 20 2b 2b 6b 29 0d 0a 09 09 09 66 6f e(); ++k).....fo
06f0: 72 28 69 6e 74 20 69 3d 30 3b 20 69 3c 67 2e 73 r(int i=0; i<g.s
0700: 69 7a 65 28 29 3b 20 2b 2b 69 29 0d 0a 09 09 09 ize(); ++i).....
0710: 09 66 6f 72 28 69 6e 74 20 6a 3d 30 3b 20 6a 3c .for(int j=0; j<
0720: 67 2e 73 69 7a 65 28 29 3b 20 2b 2b 6a 29 0d 0a g.size(); ++j)..
0730: 09 09 09 09 09 69 66 28 20 67 5b 69 5d 5b 6b 5d .....if( g[i][k]
0740: 3d 3d 27 59 27 20 26 26 20 67 5b 6b 5d 5b 6a 5d =='Y' && g[k][j]
0750: 3d 3d 27 59 27 20 29 0d 0a 09 09 09 09 09 09 67 =='Y' )........g
0760: 5b 69 5d 5b 6a 5d 20 3d 20 27 59 27 3b 0d 0a 09 [i][j] = 'Y';...
0770: 09 72 65 74 75 72 6e 20 67 3b 0d 0a 09 7d 0d 0a .return g;...}..
0780: 7d 3b 0d 0a 0d 0a 2f 2f 20 42 45 47 49 4e 20 43 };....// BEGIN C
0790: 55 54 20 48 45 52 45 0d 0a 23 69 6e 63 6c 75 64 UT HERE..#includ
07a0: 65 20 3c 63 74 69 6d 65 3e 0d 0a 64 6f 75 62 6c e <ctime>..doubl
07b0: 65 20 73 74 61 72 74 5f 74 69 6d 65 3b 20 73 74 e start_time; st
07c0: 72 69 6e 67 20 74 69 6d 65 72 28 29 0d 0a 20 7b ring timer().. {
07d0: 20 6f 73 74 72 69 6e 67 73 74 72 65 61 6d 20 6f ostringstream o
07e0: 73 3b 20 6f 73 20 3c 3c 20 22 20 28 22 20 3c 3c s; os << " (" <<
07f0: 20 69 6e 74 28 28 63 6c 6f 63 6b 28 29 2d 73 74 int((clock()-st
0800: 61 72 74 5f 74 69 6d 65 29 2f 43 4c 4f 43 4b 53 art_time)/CLOCKS
0810: 5f 50 45 52 5f 53 45 43 2a 31 30 30 30 29 20 3c _PER_SEC*1000) <
0820: 3c 20 22 20 6d 73 65 63 29 22 3b 20 72 65 74 75 < " msec)"; retu
0830: 72 6e 20 6f 73 2e 73 74 72 28 29 3b 20 7d 0d 0a rn os.str(); }..
0840: 74 65 6d 70 6c 61 74 65 3c 74 79 70 65 6e 61 6d template<typenam
0850: 65 20 54 3e 20 6f 73 74 72 65 61 6d 26 20 6f 70 e T> ostream& op
0860: 65 72 61 74 6f 72 3c 3c 28 6f 73 74 72 65 61 6d erator<<(ostream
0870: 26 20 6f 73 2c 20 63 6f 6e 73 74 20 76 65 63 74 & os, const vect
0880: 6f 72 3c 54 3e 26 20 76 29 0d 0a 20 7b 20 6f 73 or<T>& v).. { os
0890: 20 3c 3c 20 22 7b 20 22 3b 0d 0a 20 20 20 66 6f << "{ ";.. fo
08a0: 72 28 74 79 70 65 6e 61 6d 65 20 76 65 63 74 6f r(typename vecto
08b0: 72 3c 54 3e 3a 3a 63 6f 6e 73 74 5f 69 74 65 72 r<T>::const_iter
08c0: 61 74 6f 72 20 69 74 3d 76 2e 62 65 67 69 6e 28 ator it=v.begin(
08d0: 29 3b 20 69 74 21 3d 76 2e 65 6e 64 28 29 3b 20 ); it!=v.end();
08e0: 2b 2b 69 74 29 0d 0a 20 20 20 6f 73 20 3c 3c 20 ++it).. os <<
08f0: 27 5c 22 27 20 3c 3c 20 2a 69 74 20 3c 3c 20 27 '\"' << *it << '
0900: 5c 22 27 20 3c 3c 20 28 69 74 2b 31 3d 3d 76 2e \"' << (it+1==v.
0910: 65 6e 64 28 29 20 3f 20 22 22 20 3a 20 22 2c 20 end() ? "" : ",
0920: 22 29 3b 20 6f 73 20 3c 3c 20 22 20 7d 22 3b 20 "); os << " }";
0930: 72 65 74 75 72 6e 20 6f 73 3b 20 7d 0d 0a 76 6f return os; }..vo
0940: 69 64 20 76 65 72 69 66 79 5f 63 61 73 65 28 63 id verify_case(c
0950: 6f 6e 73 74 20 64 6f 75 62 6c 65 26 20 45 78 70 onst double& Exp
0960: 65 63 74 65 64 2c 20 63 6f 6e 73 74 20 64 6f 75 ected, const dou
0970: 62 6c 65 26 20 52 65 63 65 69 76 65 64 29 20 7b ble& Received) {
0980: 0d 0a 20 62 6f 6f 6c 20 6f 6b 20 3d 20 28 61 62 .. bool ok = (ab
0990: 73 28 45 78 70 65 63 74 65 64 20 2d 20 52 65 63 s(Expected - Rec
09a0: 65 69 76 65 64 29 20 3c 20 31 65 2d 39 29 3b 0d eived) < 1e-9);.
09b0: 0a 20 69 66 28 6f 6b 29 20 63 65 72 72 20 3c 3c . if(ok) cerr <<
09c0: 20 22 50 41 53 53 45 44 22 20 3c 3c 20 74 69 6d "PASSED" << tim
09d0: 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 20 20 65 er() << endl; e
09e0: 6c 73 65 20 7b 20 63 65 72 72 20 3c 3c 20 22 46 lse { cerr << "F
09f0: 41 49 4c 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 AILED" << timer(
0a00: 29 20 3c 3c 20 65 6e 64 6c 3b 0d 0a 20 63 65 72 ) << endl;.. cer
0a10: 72 20 3c 3c 20 22 5c 74 6f 3a 20 5c 22 22 20 3c r << "\to: \"" <
0a20: 3c 20 45 78 70 65 63 74 65 64 20 3c 3c 20 27 5c < Expected << '\
0a30: 22 27 20 3c 3c 20 65 6e 64 6c 20 3c 3c 20 22 5c "' << endl << "\
0a40: 74 78 3a 20 5c 22 22 20 3c 3c 20 52 65 63 65 69 tx: \"" << Recei
0a50: 76 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 ved << '\"' << e
0a60: 6e 64 6c 3b 20 7d 20 7d 0d 0a 23 64 65 66 69 6e ndl; } }..#defin
0a70: 65 20 43 41 53 45 28 4e 29 20 7b 63 65 72 72 20 e CASE(N) {cerr
0a80: 3c 3c 20 22 54 65 73 74 20 43 61 73 65 20 23 22 << "Test Case #"
0a90: 20 3c 3c 20 4e 20 3c 3c 20 22 2e 2e 2e 22 20 3c << N << "..." <
0aa0: 3c 20 66 6c 75 73 68 3b 20 73 74 61 72 74 5f 74 < flush; start_t
0ab0: 69 6d 65 3d 63 6c 6f 63 6b 28 29 3b 0d 0a 23 64 ime=clock();..#d
0ac0: 65 66 69 6e 65 20 45 4e 44 09 20 76 65 72 69 66 efine END. verif
0ad0: 79 5f 63 61 73 65 28 5f 2c 20 43 61 72 72 6f 74 y_case(_, Carrot
0ae0: 42 6f 78 65 73 28 29 2e 74 68 65 50 72 6f 62 61 Boxes().theProba
0af0: 62 69 6c 69 74 79 28 69 6e 66 6f 72 6d 61 74 69 bility(informati
0b00: 6f 6e 29 29 3b 7d 0d 0a 69 6e 74 20 6d 61 69 6e on));}..int main
0b10: 28 29 7b 0d 0a 0d 0a 43 41 53 45 28 30 29 0d 0a (){....CASE(0)..
0b20: 09 73 74 72 69 6e 67 20 69 6e 66 6f 72 6d 61 74 .string informat
0b30: 69 6f 6e 5f 5b 5d 20 3d 20 7b 22 59 59 59 59 59 ion_[] = {"YYYYY
0b40: 22 2c 0d 0a 20 22 4e 59 4e 4e 4e 22 2c 0d 0a 20 ",.. "NYNNN",..
0b50: 22 4e 4e 59 4e 4e 22 2c 0d 0a 20 22 4e 4e 4e 59 "NNYNN",.. "NNNY
0b60: 4e 22 2c 0d 0a 20 22 4e 4e 4e 4e 59 22 7d 0d 0a N",.. "NNNNY"}..
0b70: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74 ;... vector <st
0b80: 72 69 6e 67 3e 20 69 6e 66 6f 72 6d 61 74 69 6f ring> informatio
0b90: 6e 28 69 6e 66 6f 72 6d 61 74 69 6f 6e 5f 2c 20 n(information_,
0ba0: 69 6e 66 6f 72 6d 61 74 69 6f 6e 5f 2b 73 69 7a information_+siz
0bb0: 65 6f 66 28 69 6e 66 6f 72 6d 61 74 69 6f 6e 5f eof(information_
0bc0: 29 2f 73 69 7a 65 6f 66 28 2a 69 6e 66 6f 72 6d )/sizeof(*inform
0bd0: 61 74 69 6f 6e 5f 29 29 3b 20 0d 0a 09 64 6f 75 ation_)); ...dou
0be0: 62 6c 65 20 5f 20 3d 20 30 2e 38 3b 20 0d 0a 45 ble _ = 0.8; ..E
0bf0: 4e 44 0d 0a 43 41 53 45 28 31 29 0d 0a 09 73 74 ND..CASE(1)...st
0c00: 72 69 6e 67 20 69 6e 66 6f 72 6d 61 74 69 6f 6e ring information
0c10: 5f 5b 5d 20 3d 20 7b 22 59 4e 4e 4e 4e 22 2c 0d _[] = {"YNNNN",.
0c20: 0a 20 22 4e 59 4e 4e 4e 22 2c 0d 0a 20 22 4e 4e . "NYNNN",.. "NN
0c30: 59 4e 4e 22 2c 0d 0a 20 22 4e 4e 4e 59 4e 22 2c YNN",.. "NNNYN",
0c40: 0d 0a 20 22 4e 4e 4e 4e 59 22 7d 3b 0d 0a 09 20 .. "NNNNY"};...
0c50: 20 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e vector <string>
0c60: 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 28 69 6e 66 information(inf
0c70: 6f 72 6d 61 74 69 6f 6e 5f 2c 20 69 6e 66 6f 72 ormation_, infor
0c80: 6d 61 74 69 6f 6e 5f 2b 73 69 7a 65 6f 66 28 69 mation_+sizeof(i
0c90: 6e 66 6f 72 6d 61 74 69 6f 6e 5f 29 2f 73 69 7a nformation_)/siz
0ca0: 65 6f 66 28 2a 69 6e 66 6f 72 6d 61 74 69 6f 6e eof(*information
0cb0: 5f 29 29 3b 20 0d 0a 09 64 6f 75 62 6c 65 20 5f _)); ...double _
0cc0: 20 3d 20 30 2e 32 3b 20 0d 0a 45 4e 44 0d 0a 43 = 0.2; ..END..C
0cd0: 41 53 45 28 32 29 0d 0a 09 73 74 72 69 6e 67 20 ASE(2)...string
0ce0: 69 6e 66 6f 72 6d 61 74 69 6f 6e 5f 5b 5d 20 3d information_[] =
0cf0: 20 7b 22 59 22 7d 3b 0d 0a 09 20 20 76 65 63 74 {"Y"};... vect
0d00: 6f 72 20 3c 73 74 72 69 6e 67 3e 20 69 6e 66 6f or <string> info
0d10: 72 6d 61 74 69 6f 6e 28 69 6e 66 6f 72 6d 61 74 rmation(informat
0d20: 69 6f 6e 5f 2c 20 69 6e 66 6f 72 6d 61 74 69 6f ion_, informatio
0d30: 6e 5f 2b 73 69 7a 65 6f 66 28 69 6e 66 6f 72 6d n_+sizeof(inform
0d40: 61 74 69 6f 6e 5f 29 2f 73 69 7a 65 6f 66 28 2a ation_)/sizeof(*
0d50: 69 6e 66 6f 72 6d 61 74 69 6f 6e 5f 29 29 3b 20 information_));
0d60: 0d 0a 09 64 6f 75 62 6c 65 20 5f 20 3d 20 31 2e ...double _ = 1.
0d70: 30 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 33 0; ..END..CASE(3
0d80: 29 0d 0a 09 73 74 72 69 6e 67 20 69 6e 66 6f 72 )...string infor
0d90: 6d 61 74 69 6f 6e 5f 5b 5d 20 3d 20 7b 22 59 4e mation_[] = {"YN
0da0: 4e 4e 4e 22 2c 0d 0a 20 22 59 59 4e 4e 4e 22 2c NNN",.. "YYNNN",
0db0: 0d 0a 20 22 59 4e 59 4e 4e 22 2c 0d 0a 20 22 4e .. "YNYNN",.. "N
0dc0: 4e 4e 59 59 22 2c 0d 0a 20 22 4e 4e 4e 59 59 22 NNYY",.. "NNNYY"
0dd0: 7d 0d 0a 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 }..;... vector
0de0: 3c 73 74 72 69 6e 67 3e 20 69 6e 66 6f 72 6d 61 <string> informa
0df0: 74 69 6f 6e 28 69 6e 66 6f 72 6d 61 74 69 6f 6e tion(information
0e00: 5f 2c 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 5f 2b _, information_+
0e10: 73 69 7a 65 6f 66 28 69 6e 66 6f 72 6d 61 74 69 sizeof(informati
0e20: 6f 6e 5f 29 2f 73 69 7a 65 6f 66 28 2a 69 6e 66 on_)/sizeof(*inf
0e30: 6f 72 6d 61 74 69 6f 6e 5f 29 29 3b 20 0d 0a 09 ormation_)); ...
0e40: 64 6f 75 62 6c 65 20 5f 20 3d 20 30 2e 36 3b 20 double _ = 0.6;
0e50: 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 34 29 0d 0a ..END..CASE(4)..
0e60: 09 73 74 72 69 6e 67 20 69 6e 66 6f 72 6d 61 74 .string informat
0e70: 69 6f 6e 5f 5b 5d 20 3d 20 7b 22 59 59 59 4e 4e ion_[] = {"YYYNN
0e80: 4e 59 4e 22 2c 0d 0a 20 22 4e 59 4e 4e 4e 4e 59 NYN",.. "NYNNNNY
0e90: 4e 22 2c 0d 0a 20 22 4e 4e 59 4e 4e 4e 4e 4e 22 N",.. "NNYNNNNN"
0ea0: 2c 0d 0a 20 22 4e 59 4e 59 4e 4e 4e 4e 22 2c 0d ,.. "NYNYNNNN",.
0eb0: 0a 20 22 59 4e 4e 4e 59 4e 4e 59 22 2c 0d 0a 20 . "YNNNYNNY",..
0ec0: 22 4e 4e 59 4e 4e 59 4e 4e 22 2c 0d 0a 20 22 4e "NNYNNYNN",.. "N
0ed0: 4e 4e 4e 59 4e 59 4e 22 2c 0d 0a 20 22 4e 4e 59 NNNYNYN",.. "NNY
0ee0: 4e 4e 4e 4e 59 22 7d 0d 0a 3b 0d 0a 09 20 20 76 NNNNY"}..;... v
0ef0: 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 69 ector <string> i
0f00: 6e 66 6f 72 6d 61 74 69 6f 6e 28 69 6e 66 6f 72 nformation(infor
0f10: 6d 61 74 69 6f 6e 5f 2c 20 69 6e 66 6f 72 6d 61 mation_, informa
0f20: 74 69 6f 6e 5f 2b 73 69 7a 65 6f 66 28 69 6e 66 tion_+sizeof(inf
0f30: 6f 72 6d 61 74 69 6f 6e 5f 29 2f 73 69 7a 65 6f ormation_)/sizeo
0f40: 66 28 2a 69 6e 66 6f 72 6d 61 74 69 6f 6e 5f 29 f(*information_)
0f50: 29 3b 20 0d 0a 09 64 6f 75 62 6c 65 20 5f 20 3d ); ...double _ =
0f60: 20 30 2e 38 37 35 3b 20 0d 0a 45 4e 44 0d 0a 43 0.875; ..END..C
0f70: 41 53 45 28 35 29 0d 0a 09 73 74 72 69 6e 67 20 ASE(5)...string
0f80: 69 6e 66 6f 72 6d 61 74 69 6f 6e 5f 5b 5d 20 3d information_[] =
0f90: 20 7b 22 59 4e 4e 4e 4e 4e 4e 4e 4e 59 4e 4e 4e {"YNNNNNNNNYNNN
0fa0: 4e 4e 4e 4e 4e 4e 4e 22 2c 0d 0a 20 22 4e 59 4e NNNNNNN",.. "NYN
0fb0: 4e 4e 4e 4e 4e 4e 4e 4e 4e 4e 4e 4e 4e 4e 4e 4e NNNNNNNNNNNNNNNN
0fc0: 4e 22 2c 0d 0a 20 22 4e 4e 59 4e 4e 4e 4e 4e 4e N",.. "NNYNNNNNN
0fd0: 4e 59 4e 4e 4e 4e 4e 59 4e 4e 4e 22 2c 0d 0a 20 NYNNNNNYNNN",..
0fe0: 22 4e 4e 4e 59 4e 59 4e 4e 4e 4e 4e 4e 4e 4e 59 "NNNYNYNNNNNNNNY
0ff0: 4e 4e 4e 4e 4e 22 2c 0d 0a 20 22 4e 4e 4e 4e 59 NNNNN",.. "NNNNY
1000: 4e 4e 4e 4e 4e 4e 4e 4e 4e 59 4e 4e 4e 4e 59 22 NNNNNNNNNYNNNNY"
1010: 2c 0d 0a 20 22 4e 4e 4e 4e 4e 59 4e 4e 4e 4e 4e ,.. "NNNNNYNNNNN
1020: 4e 4e 4e 4e 4e 4e 4e 4e 59 22 2c 0d 0a 20 22 4e NNNNNNNNY",.. "N
1030: 4e 4e 4e 59 4e 59 4e 59 4e 4e 4e 4e 4e 4e 4e 4e NNNYNYNYNNNNNNNN
1040: 4e 4e 4e 22 2c 0d 0a 20 22 4e 4e 4e 4e 4e 4e 4e NNN",.. "NNNNNNN
1050: 59 4e 4e 4e 59 59 4e 4e 4e 4e 4e 4e 4e 22 2c 0d YNNNYYNNNNNNN",.
1060: 0a 20 22 4e 4e 4e 4e 4e 4e 4e 4e 59 4e 4e 4e 4e . "NNNNNNNNYNNNN
1070: 4e 4e 4e 4e 4e 4e 4e 22 2c 0d 0a 20 22 59 4e 4e NNNNNNN",.. "YNN
1080: 4e 4e 4e 4e 4e 4e 59 4e 4e 4e 4e 4e 59 4e 4e 4e NNNNNNYNNNNNYNNN
1090: 4e 22 2c 0d 0a 20 22 4e 4e 4e 4e 4e 4e 4e 4e 4e N",.. "NNNNNNNNN
10a0: 4e 59 4e 4e 4e 4e 4e 4e 4e 4e 4e 22 2c 0d 0a 20 NYNNNNNNNNN",..
10b0: 22 4e 59 4e 4e 4e 4e 4e 4e 4e 4e 4e 59 4e 4e 4e "NYNNNNNNNNNYNNN
10c0: 4e 4e 4e 4e 4e 22 2c 0d 0a 20 22 4e 4e 4e 4e 4e NNNNN",.. "NNNNN
10d0: 4e 4e 59 4e 4e 4e 4e 59 4e 4e 4e 4e 4e 4e 4e 22 NNYNNNNYNNNNNNN"
10e0: 2c 0d 0a 20 22 4e 4e 4e 4e 4e 4e 4e 4e 4e 4e 4e ,.. "NNNNNNNNNNN
10f0: 4e 4e 59 4e 4e 4e 59 4e 4e 22 2c 0d 0a 20 22 4e NNYNNNYNN",.. "N
1100: 4e 4e 4e 4e 4e 4e 4e 4e 4e 4e 59 4e 4e 59 4e 4e NNNNNNNNNNYNNYNN
1110: 4e 59 4e 22 2c 0d 0a 20 22 4e 59 4e 4e 4e 4e 4e NYN",.. "NYNNNNN
1120: 4e 4e 4e 4e 4e 4e 4e 4e 59 4e 4e 4e 4e 22 2c 0d NNNNNNNNYNNNN",.
1130: 0a 20 22 4e 4e 59 4e 4e 4e 4e 4e 4e 4e 4e 4e 4e . "NNYNNNNNNNNNN
1140: 4e 4e 4e 59 4e 4e 4e 22 2c 0d 0a 20 22 4e 4e 4e NNNYNNN",.. "NNN
1150: 4e 4e 4e 4e 4e 4e 4e 4e 4e 4e 59 4e 59 4e 59 4e NNNNNNNNNNYNYNYN
1160: 4e 22 2c 0d 0a 20 22 4e 4e 4e 4e 4e 4e 4e 4e 59 N",.. "NNNNNNNNY
1170: 4e 59 4e 4e 4e 4e 4e 4e 4e 59 59 22 2c 0d 0a 20 NYNNNNNNNYY",..
1180: 22 4e 4e 4e 59 4e 4e 4e 4e 4e 4e 4e 4e 4e 4e 4e "NNNYNNNNNNNNNNN
1190: 4e 4e 4e 4e 59 22 7d 3b 0d 0a 09 20 20 76 65 63 NNNNY"};... vec
11a0: 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 69 6e 66 tor <string> inf
11b0: 6f 72 6d 61 74 69 6f 6e 28 69 6e 66 6f 72 6d 61 ormation(informa
11c0: 74 69 6f 6e 5f 2c 20 69 6e 66 6f 72 6d 61 74 69 tion_, informati
11d0: 6f 6e 5f 2b 73 69 7a 65 6f 66 28 69 6e 66 6f 72 on_+sizeof(infor
11e0: 6d 61 74 69 6f 6e 5f 29 2f 73 69 7a 65 6f 66 28 mation_)/sizeof(
11f0: 2a 69 6e 66 6f 72 6d 61 74 69 6f 6e 5f 29 29 3b *information_));
1200: 20 0d 0a 09 64 6f 75 62 6c 65 20 5f 20 3d 20 30 ...double _ = 0
1210: 2e 37 35 3b 20 0d 0a 45 4e 44 0d 0a 2f 2a 0d 0a .75; ..END../*..
1220: 43 41 53 45 28 36 29 0d 0a 09 73 74 72 69 6e 67 CASE(6)...string
1230: 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 5f 5b 5d 20 information_[]
1240: 3d 20 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c = ;... vector <
1250: 73 74 72 69 6e 67 3e 20 69 6e 66 6f 72 6d 61 74 string> informat
1260: 69 6f 6e 28 69 6e 66 6f 72 6d 61 74 69 6f 6e 5f ion(information_
1270: 2c 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 5f 2b 73 , information_+s
1280: 69 7a 65 6f 66 28 69 6e 66 6f 72 6d 61 74 69 6f izeof(informatio
1290: 6e 5f 29 2f 73 69 7a 65 6f 66 28 2a 69 6e 66 6f n_)/sizeof(*info
12a0: 72 6d 61 74 69 6f 6e 5f 29 29 3b 20 0d 0a 09 64 rmation_)); ...d
12b0: 6f 75 62 6c 65 20 5f 20 3d 20 3b 20 0d 0a 45 4e ouble _ = ; ..EN
12c0: 44 0d 0a 43 41 53 45 28 37 29 0d 0a 09 73 74 72 D..CASE(7)...str
12d0: 69 6e 67 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 5f ing information_
12e0: 5b 5d 20 3d 20 3b 0d 0a 09 20 20 76 65 63 74 6f [] = ;... vecto
12f0: 72 20 3c 73 74 72 69 6e 67 3e 20 69 6e 66 6f 72 r <string> infor
1300: 6d 61 74 69 6f 6e 28 69 6e 66 6f 72 6d 61 74 69 mation(informati
1310: 6f 6e 5f 2c 20 69 6e 66 6f 72 6d 61 74 69 6f 6e on_, information
1320: 5f 2b 73 69 7a 65 6f 66 28 69 6e 66 6f 72 6d 61 _+sizeof(informa
1330: 74 69 6f 6e 5f 29 2f 73 69 7a 65 6f 66 28 2a 69 tion_)/sizeof(*i
1340: 6e 66 6f 72 6d 61 74 69 6f 6e 5f 29 29 3b 20 0d nformation_)); .
1350: 0a 09 64 6f 75 62 6c 65 20 5f 20 3d 20 3b 20 0d ..double _ = ; .
1360: 0a 45 4e 44 0d 0a 2a 2f 0d 0a 7d 0d 0a 2f 2f 20 .END..*/..}..//
1370: 45 4e 44 20 43 55 54 20 48 45 52 45 0d 0a END CUT HERE..