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 69 6e 74 3e 20 43 4d 50 complex<int> CMP
0190: 3b 0d 0a 0d 0a 64 6f 75 62 6c 65 20 6f 75 74 65 ;....double oute
01a0: 72 5f 70 72 6f 64 28 63 6f 6e 73 74 20 43 4d 50 r_prod(const CMP
01b0: 26 20 61 2c 20 63 6f 6e 73 74 20 43 4d 50 26 20 & a, const CMP&
01c0: 62 29 20 7b 20 72 65 74 75 72 6e 20 69 6d 61 67 b) { return imag
01d0: 28 63 6f 6e 6a 28 61 29 2a 62 29 3b 20 7d 0d 0a (conj(a)*b); }..
01e0: 64 6f 75 62 6c 65 20 69 6e 6e 65 72 5f 70 72 6f double inner_pro
01f0: 64 28 63 6f 6e 73 74 20 43 4d 50 26 20 61 2c 20 d(const CMP& a,
0200: 63 6f 6e 73 74 20 43 4d 50 26 20 62 29 20 7b 20 const CMP& b) {
0210: 72 65 74 75 72 6e 20 72 65 61 6c 28 63 6f 6e 6a return real(conj
0220: 28 61 29 2a 62 29 3b 20 7d 0d 0a 0d 0a 69 6e 74 (a)*b); }....int
0230: 20 63 63 77 28 63 6f 6e 73 74 20 43 4d 50 26 20 ccw(const CMP&
0240: 61 2c 20 43 4d 50 20 62 2c 20 43 4d 50 20 63 29 a, CMP b, CMP c)
0250: 20 7b 0d 0a 09 62 20 2d 3d 20 61 3b 20 63 20 2d {...b -= a; c -
0260: 3d 20 61 3b 0d 0a 09 69 66 28 20 6f 75 74 65 72 = a;...if( outer
0270: 5f 70 72 6f 64 28 62 2c 63 29 20 3e 20 30 20 29 _prod(b,c) > 0 )
0280: 20 72 65 74 75 72 6e 20 2b 31 3b 20 2f 2f 20 63 return +1; // c
0290: 6f 75 6e 74 65 72 20 63 6c 6f 63 6b 77 69 73 65 ounter clockwise
02a0: 0d 0a 09 69 66 28 20 6f 75 74 65 72 5f 70 72 6f ...if( outer_pro
02b0: 64 28 62 2c 63 29 20 3c 20 30 20 29 20 72 65 74 d(b,c) < 0 ) ret
02c0: 75 72 6e 20 2d 31 3b 20 2f 2f 20 63 6c 6f 63 6b urn -1; // clock
02d0: 77 69 73 65 0d 0a 09 69 66 28 20 69 6e 6e 65 72 wise...if( inner
02e0: 5f 70 72 6f 64 28 62 2c 63 29 20 3c 20 30 20 29 _prod(b,c) < 0 )
02f0: 20 72 65 74 75 72 6e 20 2b 32 3b 20 2f 2f 20 63 return +2; // c
0300: 2d 2d 61 2d 2d 62 20 6f 6e 20 6c 69 6e 65 0d 0a --a--b on line..
0310: 09 69 66 28 20 6e 6f 72 6d 28 62 29 20 3c 20 6e .if( norm(b) < n
0320: 6f 72 6d 28 63 29 20 29 20 20 20 72 65 74 75 72 orm(c) ) retur
0330: 6e 20 2d 32 3b 20 2f 2f 20 61 2d 2d 62 2d 2d 63 n -2; // a--b--c
0340: 20 6f 6e 20 6c 69 6e 65 0d 0a 09 72 65 74 75 72 on line...retur
0350: 6e 20 30 3b 0d 0a 7d 0d 0a 0d 0a 62 6f 6f 6c 20 n 0;..}....bool
0360: 62 79 58 28 20 63 6f 6e 73 74 20 43 4d 50 26 20 byX( const CMP&
0370: 61 2c 20 63 6f 6e 73 74 20 43 4d 50 26 20 62 20 a, const CMP& b
0380: 29 20 7b 0d 0a 09 69 66 28 20 61 2e 72 65 61 6c ) {...if( a.real
0390: 28 29 20 21 3d 20 62 2e 72 65 61 6c 28 29 20 29 () != b.real() )
03a0: 0d 0a 09 09 72 65 74 75 72 6e 20 61 2e 72 65 61 ....return a.rea
03b0: 6c 28 29 20 3c 20 62 2e 72 65 61 6c 28 29 3b 0d l() < b.real();.
03c0: 0a 09 72 65 74 75 72 6e 20 61 2e 69 6d 61 67 28 ..return a.imag(
03d0: 29 20 3c 20 62 2e 69 6d 61 67 28 29 3b 0d 0a 7d ) < b.imag();..}
03e0: 0d 0a 0d 0a 76 65 63 74 6f 72 3c 43 4d 50 3e 20 ....vector<CMP>
03f0: 63 6f 6e 76 65 78 5f 68 75 6c 6c 28 20 76 65 63 convex_hull( vec
0400: 74 6f 72 3c 43 4d 50 3e 20 70 20 29 0d 0a 7b 0d tor<CMP> p )..{.
0410: 0a 09 2f 2f 23 64 65 66 69 6e 65 20 49 53 5f 52 ..//#define IS_R
0420: 49 47 48 54 20 3c 30 20 20 20 2f 2f 20 73 6b 69 IGHT <0 // ski
0430: 70 20 6f 6e 2d 6c 69 6e 65 20 76 65 72 74 73 0d p on-line verts.
0440: 0a 09 23 64 65 66 69 6e 65 20 49 53 5f 52 49 47 ..#define IS_RIG
0450: 48 54 20 3d 3d 2d 31 20 2f 2f 20 74 61 6b 65 20 HT ==-1 // take
0460: 61 6c 6c 0d 0a 0d 0a 09 73 6f 72 74 28 70 2e 62 all.....sort(p.b
0470: 65 67 69 6e 28 29 2c 20 70 2e 65 6e 64 28 29 2c egin(), p.end(),
0480: 20 26 62 79 58 29 3b 0d 0a 0d 0a 09 76 65 63 74 &byX);.....vect
0490: 6f 72 3c 43 4d 50 3e 20 61 6e 73 3b 0d 0a 09 66 or<CMP> ans;...f
04a0: 6f 72 28 69 6e 74 20 69 3d 30 3b 20 69 3c 70 2e or(int i=0; i<p.
04b0: 73 69 7a 65 28 29 3b 20 61 6e 73 2e 70 75 73 68 size(); ans.push
04c0: 5f 62 61 63 6b 28 70 5b 69 2b 2b 5d 29 29 20 2f _back(p[i++])) /
04d0: 2f 20 6c 65 66 74 2d 74 6f 2d 72 69 67 68 74 0d / left-to-right.
04e0: 0a 09 09 77 68 69 6c 65 28 20 61 6e 73 2e 73 69 ...while( ans.si
04f0: 7a 65 28 29 3e 3d 32 20 26 26 20 63 63 77 28 61 ze()>=2 && ccw(a
0500: 6e 73 5b 61 6e 73 2e 73 69 7a 65 28 29 2d 32 5d ns[ans.size()-2]
0510: 2c 20 61 6e 73 5b 61 6e 73 2e 73 69 7a 65 28 29 , ans[ans.size()
0520: 2d 31 5d 2c 20 70 5b 69 5d 29 20 49 53 5f 52 49 -1], p[i]) IS_RI
0530: 47 48 54 20 29 0d 0a 09 09 09 61 6e 73 2e 70 6f GHT ).....ans.po
0540: 70 5f 62 61 63 6b 28 29 3b 0d 0a 09 69 66 28 20 p_back();...if(
0550: 61 6e 73 2e 73 69 7a 65 28 29 20 3d 3d 20 70 2e ans.size() == p.
0560: 73 69 7a 65 28 29 20 29 0d 0a 09 09 72 65 74 75 size() )....retu
0570: 72 6e 20 61 6e 73 3b 0d 0a 09 66 6f 72 28 69 6e rn ans;...for(in
0580: 74 20 69 3d 70 2e 73 69 7a 65 28 29 2d 32 3b 20 t i=p.size()-2;
0590: 69 3e 3d 30 3b 20 61 6e 73 2e 70 75 73 68 5f 62 i>=0; ans.push_b
05a0: 61 63 6b 28 70 5b 69 2d 2d 5d 29 29 20 2f 2f 20 ack(p[i--])) //
05b0: 72 69 67 68 74 2d 74 6f 2d 6c 65 66 74 0d 0a 09 right-to-left...
05c0: 09 77 68 69 6c 65 28 20 61 6e 73 2e 73 69 7a 65 .while( ans.size
05d0: 28 29 3e 3d 32 20 26 26 20 63 63 77 28 61 6e 73 ()>=2 && ccw(ans
05e0: 5b 61 6e 73 2e 73 69 7a 65 28 29 2d 32 5d 2c 20 [ans.size()-2],
05f0: 61 6e 73 5b 61 6e 73 2e 73 69 7a 65 28 29 2d 31 ans[ans.size()-1
0600: 5d 2c 20 70 5b 69 5d 29 20 49 53 5f 52 49 47 48 ], p[i]) IS_RIGH
0610: 54 20 29 0d 0a 09 09 09 61 6e 73 2e 70 6f 70 5f T ).....ans.pop_
0620: 62 61 63 6b 28 29 3b 0d 0a 09 61 6e 73 2e 70 6f back();...ans.po
0630: 70 5f 62 61 63 6b 28 29 3b 0d 0a 09 72 65 74 75 p_back();...retu
0640: 72 6e 20 61 6e 73 3b 0d 0a 7d 0d 0a 0d 0a 69 6e rn ans;..}....in
0650: 74 20 61 72 65 61 28 63 6f 6e 73 74 20 43 4d 50 t area(const CMP
0660: 26 20 61 2c 20 63 6f 6e 73 74 20 43 4d 50 26 20 & a, const CMP&
0670: 62 2c 20 63 6f 6e 73 74 20 43 4d 50 26 20 63 29 b, const CMP& c)
0680: 0d 0a 7b 0d 0a 09 72 65 74 75 72 6e 20 28 69 6e ..{...return (in
0690: 74 29 20 61 62 73 28 20 6f 75 74 65 72 5f 70 72 t) abs( outer_pr
06a0: 6f 64 28 62 2d 61 2c 63 2d 61 29 20 29 3b 0d 0a od(b-a,c-a) );..
06b0: 7d 0d 0a 0d 0a 63 6c 61 73 73 20 45 78 74 65 6e }....class Exten
06c0: 64 61 62 6c 65 54 72 69 61 6e 67 6c 65 73 20 7b dableTriangles {
06d0: 0d 0a 70 75 62 6c 69 63 3a 0d 0a 09 69 6e 74 20 ..public:...int
06e0: 67 65 74 43 6f 75 6e 74 28 76 65 63 74 6f 72 20 getCount(vector
06f0: 3c 73 74 72 69 6e 67 3e 20 67 72 69 64 29 20 0d <string> grid) .
0700: 0a 09 7b 0d 0a 09 09 76 65 63 74 6f 72 3c 43 4d ..{....vector<CM
0710: 50 3e 20 72 2c 20 67 2c 20 62 3b 0d 0a 09 09 66 P> r, g, b;....f
0720: 6f 72 28 69 6e 74 20 79 3d 30 3b 20 79 3c 67 72 or(int y=0; y<gr
0730: 69 64 2e 73 69 7a 65 28 29 3b 20 2b 2b 79 29 0d id.size(); ++y).
0740: 0a 09 09 09 66 6f 72 28 69 6e 74 20 78 3d 30 3b ....for(int x=0;
0750: 20 78 3c 67 72 69 64 5b 30 5d 2e 73 69 7a 65 28 x<grid[0].size(
0760: 29 3b 20 2b 2b 78 29 0d 0a 09 09 09 09 28 67 72 ); ++x)......(gr
0770: 69 64 5b 79 5d 5b 78 5d 3d 3d 27 52 27 20 3f 20 id[y][x]=='R' ?
0780: 72 20 3a 20 67 72 69 64 5b 79 5d 5b 78 5d 3d 3d r : grid[y][x]==
0790: 27 47 27 20 3f 20 67 20 3a 20 62 29 2e 70 75 73 'G' ? g : b).pus
07a0: 68 5f 62 61 63 6b 28 20 43 4d 50 28 79 2c 78 29 h_back( CMP(y,x)
07b0: 20 29 3b 0d 0a 0d 0a 09 09 69 6e 74 20 63 6e 74 );......int cnt
07c0: 20 3d 20 72 2e 73 69 7a 65 28 29 20 2a 20 67 2e = r.size() * g.
07d0: 73 69 7a 65 28 29 20 2a 20 62 2e 73 69 7a 65 28 size() * b.size(
07e0: 29 3b 0d 0a 0d 0a 09 09 72 20 3d 20 63 6f 6e 76 );......r = conv
07f0: 65 78 5f 68 75 6c 6c 28 72 29 3b 0d 0a 09 09 67 ex_hull(r);....g
0800: 20 3d 20 63 6f 6e 76 65 78 5f 68 75 6c 6c 28 67 = convex_hull(g
0810: 29 3b 0d 0a 09 09 62 20 3d 20 63 6f 6e 76 65 78 );....b = convex
0820: 5f 68 75 6c 6c 28 62 29 3b 0d 0a 0d 0a 09 09 62 _hull(b);......b
0830: 6f 6f 6c 20 28 2a 65 78 74 29 5b 32 30 30 5d 5b ool (*ext)[200][
0840: 32 30 30 5d 20 3d 20 28 62 6f 6f 6c 28 2a 29 5b 200] = (bool(*)[
0850: 32 30 30 5d 5b 32 30 30 5d 29 63 61 6c 6c 6f 63 200][200])calloc
0860: 28 32 30 30 2a 32 30 30 2a 32 30 30 2c 20 31 29 (200*200*200, 1)
0870: 3b 0d 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d 30 ;....for(int i=0
0880: 3b 20 69 3c 72 2e 73 69 7a 65 28 29 3b 20 2b 2b ; i<r.size(); ++
0890: 69 29 0d 0a 09 09 09 66 6f 72 28 69 6e 74 20 6a i).....for(int j
08a0: 3d 30 3b 20 6a 3c 67 2e 73 69 7a 65 28 29 3b 20 =0; j<g.size();
08b0: 2b 2b 6a 29 0d 0a 09 09 09 7b 0d 0a 09 09 09 09 ++j).....{......
08c0: 69 6e 74 20 6d 61 20 3d 20 2d 31 3b 0d 0a 09 09 int ma = -1;....
08d0: 09 09 66 6f 72 28 69 6e 74 20 6b 3d 30 3b 20 6b ..for(int k=0; k
08e0: 3c 62 2e 73 69 7a 65 28 29 3b 20 2b 2b 6b 29 0d <b.size(); ++k).
08f0: 0a 09 09 09 09 09 6d 61 20 3d 20 6d 61 78 28 6d ......ma = max(m
0900: 61 2c 20 61 72 65 61 28 72 5b 69 5d 2c 20 67 5b a, area(r[i], g[
0910: 6a 5d 2c 20 62 5b 6b 5d 29 29 3b 0d 0a 09 09 09 j], b[k]));.....
0920: 09 66 6f 72 28 69 6e 74 20 6b 3d 30 3b 20 6b 3c .for(int k=0; k<
0930: 62 2e 73 69 7a 65 28 29 3b 20 2b 2b 6b 29 0d 0a b.size(); ++k)..
0940: 09 09 09 09 09 69 66 28 20 61 72 65 61 28 72 5b .....if( area(r[
0950: 69 5d 2c 20 67 5b 6a 5d 2c 20 62 5b 6b 5d 29 20 i], g[j], b[k])
0960: 3c 20 6d 61 20 29 0d 0a 09 09 09 09 09 09 65 78 < ma )........ex
0970: 74 5b 69 5d 5b 6a 5d 5b 6b 5d 20 3d 20 74 72 75 t[i][j][k] = tru
0980: 65 3b 0d 0a 09 09 09 7d 0d 0a 09 09 66 6f 72 28 e;.....}....for(
0990: 69 6e 74 20 6a 3d 30 3b 20 6a 3c 67 2e 73 69 7a int j=0; j<g.siz
09a0: 65 28 29 3b 20 2b 2b 6a 29 0d 0a 09 09 09 66 6f e(); ++j).....fo
09b0: 72 28 69 6e 74 20 6b 3d 30 3b 20 6b 3c 62 2e 73 r(int k=0; k<b.s
09c0: 69 7a 65 28 29 3b 20 2b 2b 6b 29 0d 0a 09 09 09 ize(); ++k).....
09d0: 7b 0d 0a 09 09 09 09 69 6e 74 20 6d 61 20 3d 20 {......int ma =
09e0: 2d 31 3b 0d 0a 09 09 09 09 66 6f 72 28 69 6e 74 -1;......for(int
09f0: 20 69 3d 30 3b 20 69 3c 72 2e 73 69 7a 65 28 29 i=0; i<r.size()
0a00: 3b 20 2b 2b 69 29 0d 0a 09 09 09 09 09 6d 61 20 ; ++i).......ma
0a10: 3d 20 6d 61 78 28 6d 61 2c 20 61 72 65 61 28 72 = max(ma, area(r
0a20: 5b 69 5d 2c 20 67 5b 6a 5d 2c 20 62 5b 6b 5d 29 [i], g[j], b[k])
0a30: 29 3b 0d 0a 09 09 09 09 66 6f 72 28 69 6e 74 20 );......for(int
0a40: 69 3d 30 3b 20 69 3c 72 2e 73 69 7a 65 28 29 3b i=0; i<r.size();
0a50: 20 2b 2b 69 29 0d 0a 09 09 09 09 09 69 66 28 20 ++i).......if(
0a60: 61 72 65 61 28 72 5b 69 5d 2c 20 67 5b 6a 5d 2c area(r[i], g[j],
0a70: 20 62 5b 6b 5d 29 20 3c 20 6d 61 20 29 0d 0a 09 b[k]) < ma )...
0a80: 09 09 09 09 09 65 78 74 5b 69 5d 5b 6a 5d 5b 6b .....ext[i][j][k
0a90: 5d 20 3d 20 74 72 75 65 3b 0d 0a 09 09 09 7d 0d ] = true;.....}.
0aa0: 0a 09 09 66 6f 72 28 69 6e 74 20 6b 3d 30 3b 20 ...for(int k=0;
0ab0: 6b 3c 62 2e 73 69 7a 65 28 29 3b 20 2b 2b 6b 29 k<b.size(); ++k)
0ac0: 0d 0a 09 09 09 66 6f 72 28 69 6e 74 20 69 3d 30 .....for(int i=0
0ad0: 3b 20 69 3c 72 2e 73 69 7a 65 28 29 3b 20 2b 2b ; i<r.size(); ++
0ae0: 69 29 0d 0a 09 09 09 7b 0d 0a 09 09 09 09 69 6e i).....{......in
0af0: 74 20 6d 61 20 3d 20 2d 31 3b 0d 0a 09 09 09 09 t ma = -1;......
0b00: 66 6f 72 28 69 6e 74 20 6a 3d 30 3b 20 6a 3c 67 for(int j=0; j<g
0b10: 2e 73 69 7a 65 28 29 3b 20 2b 2b 6a 29 0d 0a 09 .size(); ++j)...
0b20: 09 09 09 09 6d 61 20 3d 20 6d 61 78 28 6d 61 2c ....ma = max(ma,
0b30: 20 61 72 65 61 28 72 5b 69 5d 2c 20 67 5b 6a 5d area(r[i], g[j]
0b40: 2c 20 62 5b 6b 5d 29 29 3b 0d 0a 09 09 09 09 66 , b[k]));......f
0b50: 6f 72 28 69 6e 74 20 6a 3d 30 3b 20 6a 3c 67 2e or(int j=0; j<g.
0b60: 73 69 7a 65 28 29 3b 20 2b 2b 6a 29 0d 0a 09 09 size(); ++j)....
0b70: 09 09 09 69 66 28 20 61 72 65 61 28 72 5b 69 5d ...if( area(r[i]
0b80: 2c 20 67 5b 6a 5d 2c 20 62 5b 6b 5d 29 20 3c 20 , g[j], b[k]) <
0b90: 6d 61 20 29 0d 0a 09 09 09 09 09 09 65 78 74 5b ma )........ext[
0ba0: 69 5d 5b 6a 5d 5b 6b 5d 20 3d 20 74 72 75 65 3b i][j][k] = true;
0bb0: 0d 0a 09 09 09 7d 0d 0a 09 09 66 6f 72 28 69 6e .....}....for(in
0bc0: 74 20 69 3d 30 3b 20 69 3c 72 2e 73 69 7a 65 28 t i=0; i<r.size(
0bd0: 29 3b 20 2b 2b 69 29 0d 0a 09 09 09 66 6f 72 28 ); ++i).....for(
0be0: 69 6e 74 20 6a 3d 30 3b 20 6a 3c 67 2e 73 69 7a int j=0; j<g.siz
0bf0: 65 28 29 3b 20 2b 2b 6a 29 0d 0a 09 09 09 09 66 e(); ++j)......f
0c00: 6f 72 28 69 6e 74 20 6b 3d 30 3b 20 6b 3c 62 2e or(int k=0; k<b.
0c10: 73 69 7a 65 28 29 3b 20 2b 2b 6b 29 0d 0a 09 09 size(); ++k)....
0c20: 09 09 09 69 66 28 20 21 65 78 74 5b 69 5d 5b 6a ...if( !ext[i][j
0c30: 5d 5b 6b 5d 20 29 0d 0a 09 09 09 09 09 09 2d 2d ][k] )........--
0c40: 63 6e 74 3b 0d 0a 09 09 66 72 65 65 28 65 78 74 cnt;....free(ext
0c50: 29 3b 0d 0a 09 09 72 65 74 75 72 6e 20 63 6e 74 );....return cnt
0c60: 3b 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 ;...}..};....//
0c70: 42 45 47 49 4e 20 43 55 54 20 48 45 52 45 0d 0a BEGIN CUT HERE..
0c80: 23 69 6e 63 6c 75 64 65 20 3c 63 74 69 6d 65 3e #include <ctime>
0c90: 0d 0a 64 6f 75 62 6c 65 20 73 74 61 72 74 5f 74 ..double start_t
0ca0: 69 6d 65 3b 73 74 72 69 6e 67 20 74 69 6d 65 72 ime;string timer
0cb0: 28 29 20 7b 20 6f 73 74 72 69 6e 67 73 74 72 65 () { ostringstre
0cc0: 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 20 28 am os; os << " (
0cd0: 22 20 3c 3c 20 69 6e 74 28 28 63 6c 6f 63 6b 28 " << int((clock(
0ce0: 29 2d 73 74 61 72 74 5f 74 69 6d 65 29 2f 43 4c )-start_time)/CL
0cf0: 4f 43 4b 53 5f 50 45 52 5f 53 45 43 2a 31 30 30 OCKS_PER_SEC*100
0d00: 30 29 20 3c 3c 20 22 20 6d 73 65 63 29 22 3b 20 0) << " msec)";
0d10: 72 65 74 75 72 6e 20 6f 73 2e 73 74 72 28 29 3b return os.str();
0d20: 20 7d 0d 0a 0d 0a 74 65 6d 70 6c 61 74 65 20 3c }....template <
0d30: 74 79 70 65 6e 61 6d 65 20 54 3e 20 73 74 72 69 typename T> stri
0d40: 6e 67 20 70 72 69 6e 74 5f 61 72 72 61 79 28 63 ng print_array(c
0d50: 6f 6e 73 74 20 76 65 63 74 6f 72 3c 54 3e 20 26 onst vector<T> &
0d60: 56 29 20 7b 20 6f 73 74 72 69 6e 67 73 74 72 65 V) { ostringstre
0d70: 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 7b 20 am os; os << "{
0d80: 22 3b 20 66 6f 72 20 28 74 79 70 65 6e 61 6d 65 "; for (typename
0d90: 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 vector<T>::cons
0da0: 74 5f 69 74 65 72 61 74 6f 72 20 69 74 65 72 20 t_iterator iter
0db0: 3d 20 56 2e 62 65 67 69 6e 28 29 3b 20 69 74 65 = V.begin(); ite
0dc0: 72 20 21 3d 20 56 2e 65 6e 64 28 29 3b 20 2b 2b r != V.end(); ++
0dd0: 69 74 65 72 29 20 6f 73 20 3c 3c 20 27 5c 22 27 iter) os << '\"'
0de0: 20 3c 3c 20 2a 69 74 65 72 20 3c 3c 20 22 5c 22 << *iter << "\"
0df0: 2c 22 3b 20 6f 73 20 3c 3c 20 22 20 7d 22 3b 20 ,"; os << " }";
0e00: 72 65 74 75 72 6e 20 6f 73 2e 73 74 72 28 29 3b return os.str();
0e10: 20 7d 0d 0a 69 6e 74 20 76 65 72 69 66 79 5f 63 }..int verify_c
0e20: 61 73 65 28 63 6f 6e 73 74 20 69 6e 74 20 26 45 ase(const int &E
0e30: 78 70 65 63 74 65 64 2c 20 63 6f 6e 73 74 20 69 xpected, const i
0e40: 6e 74 20 26 52 65 63 65 69 76 65 64 29 20 7b 20 nt &Received) {
0e50: 69 66 20 28 45 78 70 65 63 74 65 64 20 3d 3d 20 if (Expected ==
0e60: 52 65 63 65 69 76 65 64 29 20 63 65 72 72 20 3c Received) cerr <
0e70: 3c 20 22 50 41 53 53 45 44 22 20 3c 3c 20 74 69 < "PASSED" << ti
0e80: 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 20 65 mer() << endl; e
0e90: 6c 73 65 20 7b 20 63 65 72 72 20 3c 3c 20 22 46 lse { cerr << "F
0ea0: 41 49 4c 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 AILED" << timer(
0eb0: 29 20 3c 3c 20 65 6e 64 6c 3b 20 63 65 72 72 20 ) << endl; cerr
0ec0: 3c 3c 20 22 5c 74 45 78 70 65 63 74 65 64 3a 20 << "\tExpected:
0ed0: 5c 22 22 20 3c 3c 20 45 78 70 65 63 74 65 64 20 \"" << Expected
0ee0: 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b << '\"' << endl;
0ef0: 20 63 65 72 72 20 3c 3c 20 22 5c 74 52 65 63 65 cerr << "\tRece
0f00: 69 76 65 64 3a 20 5c 22 22 20 3c 3c 20 52 65 63 ived: \"" << Rec
0f10: 65 69 76 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c eived << '\"' <<
0f20: 20 65 6e 64 6c 3b 20 7d 20 72 65 74 75 72 6e 20 endl; } return
0f30: 30 3b 7d 0d 0a 0d 0a 74 65 6d 70 6c 61 74 65 3c 0;}....template<
0f40: 69 6e 74 20 4e 3e 20 73 74 72 75 63 74 20 43 61 int N> struct Ca
0f50: 73 65 5f 20 7b 20 43 61 73 65 5f 28 29 7b 73 74 se_ { Case_(){st
0f60: 61 72 74 5f 74 69 6d 65 3d 63 6c 6f 63 6b 28 29 art_time=clock()
0f70: 3b 7d 20 7d 3b 0d 0a 63 68 61 72 20 54 65 73 74 ;} };..char Test
0f80: 5f 28 2e 2e 2e 29 3b 0d 0a 0d 0a 69 6e 74 20 54 _(...);....int T
0f90: 65 73 74 5f 28 43 61 73 65 5f 3c 30 3e 29 20 7b est_(Case_<0>) {
0fa0: 0d 0a 09 73 74 72 69 6e 67 20 67 72 69 64 5f 5b ...string grid_[
0fb0: 5d 20 3d 20 7b 22 52 47 42 22 7d 3b 0d 0a 09 20 ] = {"RGB"};...
0fc0: 20 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e vector <string>
0fd0: 20 67 72 69 64 28 67 72 69 64 5f 2c 20 67 72 69 grid(grid_, gri
0fe0: 64 5f 2b 73 69 7a 65 6f 66 28 67 72 69 64 5f 29 d_+sizeof(grid_)
0ff0: 2f 73 69 7a 65 6f 66 28 2a 67 72 69 64 5f 29 29 /sizeof(*grid_))
1000: 3b 20 0d 0a 09 69 6e 74 20 52 65 74 56 61 6c 20 ; ...int RetVal
1010: 3d 20 30 3b 20 0d 0a 09 72 65 74 75 72 6e 20 76 = 0; ...return v
1020: 65 72 69 66 79 5f 63 61 73 65 28 52 65 74 56 61 erify_case(RetVa
1030: 6c 2c 20 45 78 74 65 6e 64 61 62 6c 65 54 72 69 l, ExtendableTri
1040: 61 6e 67 6c 65 73 28 29 2e 67 65 74 43 6f 75 6e angles().getCoun
1050: 74 28 67 72 69 64 29 29 3b 20 7d 0d 0a 69 6e 74 t(grid)); }..int
1060: 20 54 65 73 74 5f 28 43 61 73 65 5f 3c 31 3e 29 Test_(Case_<1>)
1070: 20 7b 0d 0a 09 73 74 72 69 6e 67 20 67 72 69 64 {...string grid
1080: 5f 5b 5d 20 3d 20 7b 22 52 47 42 22 2c 0d 0a 20 _[] = {"RGB",..
1090: 22 52 47 42 22 7d 3b 0d 0a 09 20 20 76 65 63 74 "RGB"};... vect
10a0: 6f 72 20 3c 73 74 72 69 6e 67 3e 20 67 72 69 64 or <string> grid
10b0: 28 67 72 69 64 5f 2c 20 67 72 69 64 5f 2b 73 69 (grid_, grid_+si
10c0: 7a 65 6f 66 28 67 72 69 64 5f 29 2f 73 69 7a 65 zeof(grid_)/size
10d0: 6f 66 28 2a 67 72 69 64 5f 29 29 3b 20 0d 0a 09 of(*grid_)); ...
10e0: 69 6e 74 20 52 65 74 56 61 6c 20 3d 20 36 3b 20 int RetVal = 6;
10f0: 0d 0a 09 72 65 74 75 72 6e 20 76 65 72 69 66 79 ...return verify
1100: 5f 63 61 73 65 28 52 65 74 56 61 6c 2c 20 45 78 _case(RetVal, Ex
1110: 74 65 6e 64 61 62 6c 65 54 72 69 61 6e 67 6c 65 tendableTriangle
1120: 73 28 29 2e 67 65 74 43 6f 75 6e 74 28 67 72 69 s().getCount(gri
1130: 64 29 29 3b 20 7d 0d 0a 69 6e 74 20 54 65 73 74 d)); }..int Test
1140: 5f 28 43 61 73 65 5f 3c 32 3e 29 20 7b 0d 0a 09 _(Case_<2>) {...
1150: 73 74 72 69 6e 67 20 67 72 69 64 5f 5b 5d 20 3d string grid_[] =
1160: 20 7b 22 52 52 52 52 52 52 52 52 22 2c 0d 0a 20 {"RRRRRRRR",..
1170: 22 47 47 47 47 42 42 42 42 22 2c 0d 0a 20 22 52 "GGGGBBBB",.. "R
1180: 52 52 52 52 52 52 52 22 7d 3b 0d 0a 09 20 20 76 RRRRRRR"};... v
1190: 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 67 ector <string> g
11a0: 72 69 64 28 67 72 69 64 5f 2c 20 67 72 69 64 5f rid(grid_, grid_
11b0: 2b 73 69 7a 65 6f 66 28 67 72 69 64 5f 29 2f 73 +sizeof(grid_)/s
11c0: 69 7a 65 6f 66 28 2a 67 72 69 64 5f 29 29 3b 20 izeof(*grid_));
11d0: 0d 0a 09 69 6e 74 20 52 65 74 56 61 6c 20 3d 20 ...int RetVal =
11e0: 32 34 30 3b 20 0d 0a 09 72 65 74 75 72 6e 20 76 240; ...return v
11f0: 65 72 69 66 79 5f 63 61 73 65 28 52 65 74 56 61 erify_case(RetVa
1200: 6c 2c 20 45 78 74 65 6e 64 61 62 6c 65 54 72 69 l, ExtendableTri
1210: 61 6e 67 6c 65 73 28 29 2e 67 65 74 43 6f 75 6e angles().getCoun
1220: 74 28 67 72 69 64 29 29 3b 20 7d 0d 0a 69 6e 74 t(grid)); }..int
1230: 20 54 65 73 74 5f 28 43 61 73 65 5f 3c 33 3e 29 Test_(Case_<3>)
1240: 20 7b 0d 0a 09 73 74 72 69 6e 67 20 67 72 69 64 {...string grid
1250: 5f 5b 5d 20 3d 20 7b 22 52 42 52 42 52 42 52 42 _[] = {"RBRBRBRB
1260: 22 2c 0d 0a 20 22 42 52 42 52 42 52 42 52 22 2c ",.. "BRBRBRBR",
1270: 0d 0a 20 22 52 42 52 42 52 42 52 42 22 2c 0d 0a .. "RBRBRBRB",..
1280: 20 22 42 52 42 52 42 52 42 52 22 2c 0d 0a 20 22 "BRBRBRBR",.. "
1290: 52 52 52 52 52 52 52 52 22 2c 0d 0a 20 22 42 42 RRRRRRRR",.. "BB
12a0: 42 42 42 42 42 42 22 2c 0d 0a 20 22 52 52 52 52 BBBBBB",.. "RRRR
12b0: 42 42 42 42 22 2c 0d 0a 20 22 42 42 42 42 52 52 BBBB",.. "BBBBRR
12c0: 52 52 22 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 RR"};... vector
12d0: 20 3c 73 74 72 69 6e 67 3e 20 67 72 69 64 28 67 <string> grid(g
12e0: 72 69 64 5f 2c 20 67 72 69 64 5f 2b 73 69 7a 65 rid_, grid_+size
12f0: 6f 66 28 67 72 69 64 5f 29 2f 73 69 7a 65 6f 66 of(grid_)/sizeof
1300: 28 2a 67 72 69 64 5f 29 29 3b 20 0d 0a 09 69 6e (*grid_)); ...in
1310: 74 20 52 65 74 56 61 6c 20 3d 20 30 3b 20 0d 0a t RetVal = 0; ..
1320: 09 72 65 74 75 72 6e 20 76 65 72 69 66 79 5f 63 .return verify_c
1330: 61 73 65 28 52 65 74 56 61 6c 2c 20 45 78 74 65 ase(RetVal, Exte
1340: 6e 64 61 62 6c 65 54 72 69 61 6e 67 6c 65 73 28 ndableTriangles(
1350: 29 2e 67 65 74 43 6f 75 6e 74 28 67 72 69 64 29 ).getCount(grid)
1360: 29 3b 20 7d 0d 0a 69 6e 74 20 54 65 73 74 5f 28 ); }..int Test_(
1370: 43 61 73 65 5f 3c 34 3e 29 20 7b 0d 0a 09 73 74 Case_<4>) {...st
1380: 72 69 6e 67 20 67 72 69 64 5f 5b 5d 20 3d 20 7b ring grid_[] = {
1390: 22 52 47 42 22 2c 0d 0a 20 22 52 42 47 22 2c 0d "RGB",.. "RBG",.
13a0: 0a 20 22 47 52 42 22 2c 0d 0a 20 22 47 42 52 22 . "GRB",.. "GBR"
13b0: 2c 0d 0a 20 22 42 52 47 22 2c 0d 0a 20 22 42 47 ,.. "BRG",.. "BG
13c0: 52 22 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 R"};... vector
13d0: 3c 73 74 72 69 6e 67 3e 20 67 72 69 64 28 67 72 <string> grid(gr
13e0: 69 64 5f 2c 20 67 72 69 64 5f 2b 73 69 7a 65 6f id_, grid_+sizeo
13f0: 66 28 67 72 69 64 5f 29 2f 73 69 7a 65 6f 66 28 f(grid_)/sizeof(
1400: 2a 67 72 69 64 5f 29 29 3b 20 0d 0a 09 69 6e 74 *grid_)); ...int
1410: 20 52 65 74 56 61 6c 20 3d 20 32 30 38 3b 20 0d RetVal = 208; .
1420: 0a 09 72 65 74 75 72 6e 20 76 65 72 69 66 79 5f ..return verify_
1430: 63 61 73 65 28 52 65 74 56 61 6c 2c 20 45 78 74 case(RetVal, Ext
1440: 65 6e 64 61 62 6c 65 54 72 69 61 6e 67 6c 65 73 endableTriangles
1450: 28 29 2e 67 65 74 43 6f 75 6e 74 28 67 72 69 64 ().getCount(grid
1460: 29 29 3b 20 7d 0d 0a 69 6e 74 20 54 65 73 74 5f )); }..int Test_
1470: 28 43 61 73 65 5f 3c 35 3e 29 20 7b 0d 0a 09 73 (Case_<5>) {...s
1480: 74 72 69 6e 67 20 67 72 69 64 5f 5b 5d 20 3d 20 tring grid_[] =
1490: 7b 22 42 42 52 52 42 42 47 52 42 47 22 7d 3b 0d {"BBRRBBGRBG"};.
14a0: 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74 72 69 .. vector <stri
14b0: 6e 67 3e 20 67 72 69 64 28 67 72 69 64 5f 2c 20 ng> grid(grid_,
14c0: 67 72 69 64 5f 2b 73 69 7a 65 6f 66 28 67 72 69 grid_+sizeof(gri
14d0: 64 5f 29 2f 73 69 7a 65 6f 66 28 2a 67 72 69 64 d_)/sizeof(*grid
14e0: 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 52 65 74 56 _)); ...int RetV
14f0: 61 6c 20 3d 20 30 3b 20 0d 0a 09 72 65 74 75 72 al = 0; ...retur
1500: 6e 20 76 65 72 69 66 79 5f 63 61 73 65 28 52 65 n verify_case(Re
1510: 74 56 61 6c 2c 20 45 78 74 65 6e 64 61 62 6c 65 tVal, Extendable
1520: 54 72 69 61 6e 67 6c 65 73 28 29 2e 67 65 74 43 Triangles().getC
1530: 6f 75 6e 74 28 67 72 69 64 29 29 3b 20 7d 0d 0a ount(grid)); }..
1540: 69 6e 74 20 54 65 73 74 5f 28 43 61 73 65 5f 3c int Test_(Case_<
1550: 36 3e 29 20 7b 0d 0a 09 73 74 72 69 6e 67 20 67 6>) {...string g
1560: 72 69 64 5f 5b 5d 20 3d 20 7b 22 52 52 52 52 52 rid_[] = {"RRRRR
1570: 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 RRRRRRRRRRRRRRRR
1580: 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 RRRRRRRRRRRRRRRR
1590: 52 52 52 52 52 52 52 52 52 52 52 52 52 22 2c 20 RRRRRRRRRRRRR",
15a0: 22 52 47 47 47 47 47 47 47 47 47 47 47 47 47 47 "RGGGGGGGGGGGGGG
15b0: 47 47 47 47 47 47 47 47 47 47 47 47 47 47 47 47 GGGGGGGGGGGGGGGG
15c0: 47 47 47 47 47 47 47 47 47 47 47 47 47 47 47 47 GGGGGGGGGGGGGGGG
15d0: 47 47 52 22 2c 20 22 52 47 42 42 42 42 42 42 42 GGR", "RGBBBBBBB
15e0: 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 BBBBBBBBBBBBBBBB
15f0: 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 BBBBBBBBBBBBBBBB
1600: 42 42 42 42 42 42 42 47 52 22 2c 20 22 52 47 42 BBBBBBBGR", "RGB
1610: 42 42 42 42 47 52 47 42 52 42 52 47 42 42 42 42 BBBBGRGBRBRGBBBB
1620: 47 42 52 42 52 42 52 47 52 47 42 42 42 42 52 52 GBRBRBRGRGBBBBRR
1630: 42 47 47 52 47 52 42 47 42 42 42 42 42 47 52 22 BGGRGRBGBBBBBGR"
1640: 2c 20 22 52 47 42 42 42 47 52 47 52 42 52 47 42 , "RGBBBGRGRBRGB
1650: 52 47 42 52 47 42 52 47 42 47 47 42 52 42 52 42 RGBRGBRGBGGBRBRB
1660: 52 47 42 52 47 42 52 47 47 42 52 42 42 42 42 42 RGBRGBRGGBRBBBBB
1670: 42 42 42 47 52 22 2c 20 22 52 47 42 42 42 52 47 BBBGR", "RGBBBRG
1680: 42 52 42 52 42 52 47 42 52 47 42 52 42 52 42 52 BRBRBRGBRGBRBRBR
1690: 42 52 47 42 52 47 47 47 47 52 52 42 42 52 47 42 BRGBRGGGGRRBBRGB
16a0: 42 42 47 52 52 47 52 42 42 47 52 22 2c 20 22 52 BBGRRGRBBGR", "R
16b0: 47 42 42 52 52 47 42 52 42 52 42 52 47 47 42 52 GBBRRGBRBRBRGGBR
16c0: 47 52 52 47 52 47 42 52 47 42 52 42 52 47 52 47 GRRGRGBRGBRBRGRG
16d0: 42 52 47 52 47 52 47 52 42 52 42 47 52 47 42 47 BRGRGRGRBRBGRGBG
16e0: 52 22 2c 20 22 52 47 42 42 42 42 42 47 52 47 42 R", "RGBBBBBGRGB
16f0: 52 42 52 47 42 42 42 42 47 42 52 42 52 42 52 47 RBRGBBBBGBRBRBRG
1700: 52 47 42 42 42 42 52 52 42 47 47 52 47 52 42 47 RGBBBBRRBGGRGRBG
1710: 42 42 42 42 42 47 52 22 2c 20 22 52 47 42 42 42 BBBBBGR", "RGBBB
1720: 47 52 47 52 42 52 47 42 52 47 42 52 47 42 52 47 GRGRBRGBRGBRGBRG
1730: 42 47 47 42 52 42 52 42 52 47 42 52 47 42 52 47 BGGBRBRBRGBRGBRG
1740: 47 42 52 42 42 42 42 42 42 42 42 47 52 22 2c 20 GBRBBBBBBBBGR",
1750: 22 52 47 42 42 42 52 47 42 52 42 52 42 52 47 42 "RGBBBRGBRBRBRGB
1760: 52 47 42 52 42 52 42 52 42 52 47 42 52 47 47 47 RGBRBRBRBRGBRGGG
1770: 47 52 52 42 42 52 47 42 42 42 47 52 52 47 52 42 GRRBBRGBBBGRRGRB
1780: 42 47 52 22 2c 20 22 52 47 42 42 52 52 47 42 52 BGR", "RGBBRRGBR
1790: 42 52 42 52 47 47 42 52 47 52 52 47 52 47 42 52 BRBRGGBRGRRGRGBR
17a0: 47 42 52 42 52 47 52 47 42 52 47 52 47 52 47 52 GBRBRGRGBRGRGRGR
17b0: 42 52 42 47 52 47 42 47 52 22 2c 20 22 52 47 42 BRBGRGBGR", "RGB
17c0: 42 42 42 42 47 52 47 42 52 42 52 47 42 42 42 42 BBBBGRGBRBRGBBBB
17d0: 47 42 52 42 52 42 52 47 52 47 42 42 42 42 52 52 GBRBRBRGRGBBBBRR
17e0: 42 47 47 52 47 52 42 47 42 42 42 42 42 47 52 22 BGGRGRBGBBBBBGR"
17f0: 2c 20 22 52 47 42 42 42 47 52 47 52 42 52 47 42 , "RGBBBGRGRBRGB
1800: 52 47 42 52 47 42 52 47 42 47 47 42 52 42 52 42 RGBRGBRGBGGBRBRB
1810: 52 47 42 52 47 42 52 47 47 42 52 42 42 42 42 42 RGBRGBRGGBRBBBBB
1820: 42 42 42 47 52 22 2c 20 22 52 47 42 42 42 52 47 BBBGR", "RGBBBRG
1830: 42 52 42 52 42 52 47 42 52 47 42 52 42 52 42 52 BRBRBRGBRGBRBRBR
1840: 42 52 47 42 52 47 47 47 47 52 52 42 42 52 47 42 BRGBRGGGGRRBBRGB
1850: 42 42 47 52 52 47 52 42 42 47 52 22 2c 20 22 52 BBGRRGRBBGR", "R
1860: 47 42 42 52 52 47 42 52 42 52 42 52 47 47 42 52 GBBRRGBRBRBRGGBR
1870: 47 52 52 47 52 47 42 52 47 42 52 42 52 47 52 47 GRRGRGBRGBRBRGRG
1880: 42 52 47 52 47 52 47 52 42 52 42 47 52 47 42 47 BRGRGRGRBRBGRGBG
1890: 52 22 2c 20 22 52 47 42 42 42 42 42 47 52 47 42 R", "RGBBBBBGRGB
18a0: 52 42 52 47 42 42 42 42 47 42 52 42 52 42 52 47 RBRGBBBBGBRBRBRG
18b0: 52 47 42 42 42 42 52 52 42 47 47 52 47 52 42 47 RGBBBBRRBGGRGRBG
18c0: 42 42 42 42 42 47 52 22 2c 20 22 52 47 42 42 42 BBBBBGR", "RGBBB
18d0: 47 52 47 52 42 52 47 42 52 47 42 52 47 42 52 47 GRGRBRGBRGBRGBRG
18e0: 42 47 47 42 52 42 52 42 52 47 42 52 47 42 52 47 BGGBRBRBRGBRGBRG
18f0: 47 42 52 42 42 42 42 42 42 42 42 47 52 22 2c 20 GBRBBBBBBBBGR",
1900: 22 52 47 42 42 42 52 47 42 52 42 52 42 52 47 42 "RGBBBRGBRBRBRGB
1910: 52 47 42 52 42 52 42 52 42 52 47 42 52 47 47 47 RGBRBRBRBRGBRGGG
1920: 47 52 52 42 42 52 47 42 42 42 47 52 52 47 52 42 GRRBBRGBBBGRRGRB
1930: 42 47 52 22 2c 20 22 52 47 42 42 52 52 47 42 52 BGR", "RGBBRRGBR
1940: 42 52 42 52 47 47 42 52 47 52 52 47 52 47 42 52 BRBRGGBRGRRGRGBR
1950: 47 42 52 42 52 47 52 47 42 52 47 52 47 52 47 52 GBRBRGRGBRGRGRGR
1960: 42 52 42 47 52 47 42 47 52 22 2c 20 22 52 47 42 BRBGRGBGR", "RGB
1970: 42 42 42 42 47 52 47 42 52 42 52 47 42 42 42 42 BBBBGRGBRBRGBBBB
1980: 47 42 52 42 52 42 52 47 52 47 42 42 42 42 52 52 GBRBRBRGRGBBBBRR
1990: 42 47 47 52 47 52 42 47 42 42 42 42 42 47 52 22 BGGRGRBGBBBBBGR"
19a0: 2c 20 22 52 47 42 42 42 47 52 47 52 42 52 47 42 , "RGBBBGRGRBRGB
19b0: 52 47 42 52 47 42 52 47 42 47 47 42 52 42 52 42 RGBRGBRGBGGBRBRB
19c0: 52 47 42 52 47 42 52 47 47 42 52 42 42 42 42 42 RGBRGBRGGBRBBBBB
19d0: 42 42 42 47 52 22 2c 20 22 52 47 42 42 42 52 47 BBBGR", "RGBBBRG
19e0: 42 52 42 52 42 52 47 42 52 47 42 52 42 52 42 52 BRBRBRGBRGBRBRBR
19f0: 42 52 47 42 52 47 47 47 47 52 52 42 42 52 47 42 BRGBRGGGGRRBBRGB
1a00: 42 42 47 52 52 47 52 42 42 47 52 22 2c 20 22 52 BBGRRGRBBGR", "R
1a10: 47 42 42 52 52 47 42 52 42 52 42 52 47 47 42 52 GBBRRGBRBRBRGGBR
1a20: 47 52 52 47 52 47 42 52 47 42 52 42 52 47 52 47 GRRGRGBRGBRBRGRG
1a30: 42 52 47 52 47 52 47 52 42 52 42 47 52 47 42 47 BRGRGRGRBRBGRGBG
1a40: 52 22 2c 20 22 52 47 42 42 42 42 42 47 52 47 42 R", "RGBBBBBGRGB
1a50: 52 42 52 47 42 42 42 42 47 42 52 42 52 42 52 47 RBRGBBBBGBRBRBRG
1a60: 52 47 42 42 42 42 52 52 42 47 47 52 47 52 42 47 RGBBBBRRBGGRGRBG
1a70: 42 42 42 42 42 47 52 22 2c 20 22 52 47 42 42 42 BBBBBGR", "RGBBB
1a80: 47 52 47 52 42 52 47 42 52 47 42 52 47 42 52 47 GRGRBRGBRGBRGBRG
1a90: 42 47 47 42 52 42 52 42 52 47 42 52 47 42 52 47 BGGBRBRBRGBRGBRG
1aa0: 47 42 52 42 42 42 42 42 42 42 42 47 52 22 2c 20 GBRBBBBBBBBGR",
1ab0: 22 52 47 42 42 42 52 47 42 52 42 52 42 52 47 42 "RGBBBRGBRBRBRGB
1ac0: 52 47 42 52 42 52 42 52 42 52 47 42 52 47 47 47 RGBRBRBRBRGBRGGG
1ad0: 47 52 52 42 42 52 47 42 42 42 47 52 52 47 52 42 GRRBBRGBBBGRRGRB
1ae0: 42 47 52 22 2c 20 22 52 47 42 42 52 52 47 42 52 BGR", "RGBBRRGBR
1af0: 42 52 42 52 47 47 42 52 47 52 52 47 52 47 42 52 BRBRGGBRGRRGRGBR
1b00: 47 42 52 42 52 47 52 47 42 52 47 52 47 52 47 52 GBRBRGRGBRGRGRGR
1b10: 42 52 42 47 52 47 42 47 52 22 2c 20 22 52 47 42 BRBGRGBGR", "RGB
1b20: 42 42 42 42 47 52 47 42 52 42 52 47 42 42 42 42 BBBBGRGBRBRGBBBB
1b30: 47 42 52 42 52 42 52 47 52 47 42 42 42 42 52 52 GBRBRBRGRGBBBBRR
1b40: 42 47 47 52 47 52 42 47 42 42 42 42 42 47 52 22 BGGRGRBGBBBBBGR"
1b50: 2c 20 22 52 47 42 42 42 47 52 47 52 42 52 47 42 , "RGBBBGRGRBRGB
1b60: 52 47 42 52 47 42 52 47 42 47 47 42 52 42 52 42 RGBRGBRGBGGBRBRB
1b70: 52 47 42 52 47 42 52 47 47 42 52 42 42 42 42 42 RGBRGBRGGBRBBBBB
1b80: 42 42 42 47 52 22 2c 20 22 52 47 42 42 42 52 47 BBBGR", "RGBBBRG
1b90: 42 52 42 52 42 52 47 42 52 47 42 52 42 52 42 52 BRBRBRGBRGBRBRBR
1ba0: 42 52 47 42 52 47 47 47 47 52 52 42 42 52 47 42 BRGBRGGGGRRBBRGB
1bb0: 42 42 47 52 52 47 52 42 42 47 52 22 2c 20 22 52 BBGRRGRBBGR", "R
1bc0: 47 42 42 52 52 47 42 52 42 52 42 52 47 47 42 52 GBBRRGBRBRBRGGBR
1bd0: 47 52 52 47 52 47 42 52 47 42 52 42 52 47 52 47 GRRGRGBRGBRBRGRG
1be0: 42 52 47 52 47 52 47 52 42 52 42 47 52 47 42 47 BRGRGRGRBRBGRGBG
1bf0: 52 22 2c 20 22 52 47 42 42 42 42 42 47 52 47 42 R", "RGBBBBBGRGB
1c00: 52 42 52 47 42 42 42 42 47 42 52 42 52 42 52 47 RBRGBBBBGBRBRBRG
1c10: 52 47 42 42 42 42 52 52 42 47 47 52 47 52 42 47 RGBBBBRRBGGRGRBG
1c20: 42 42 42 42 42 47 52 22 2c 20 22 52 47 42 42 42 BBBBBGR", "RGBBB
1c30: 47 52 47 52 42 52 47 42 52 47 42 52 47 42 52 47 GRGRBRGBRGBRGBRG
1c40: 42 47 47 42 52 42 52 42 52 47 42 52 47 42 52 47 BGGBRBRBRGBRGBRG
1c50: 47 42 52 42 42 42 42 42 42 42 42 47 52 22 2c 20 GBRBBBBBBBBGR",
1c60: 22 52 47 42 42 42 52 47 42 52 42 52 42 52 47 42 "RGBBBRGBRBRBRGB
1c70: 52 47 42 52 42 52 42 52 42 52 47 42 52 47 47 47 RGBRBRBRBRGBRGGG
1c80: 47 52 52 42 42 52 47 42 42 42 47 52 52 47 52 42 GRRBBRGBBBGRRGRB
1c90: 42 47 52 22 2c 20 22 52 47 42 42 52 52 47 42 52 BGR", "RGBBRRGBR
1ca0: 42 52 42 52 47 47 42 52 47 52 52 47 52 47 42 52 BRBRGGBRGRRGRGBR
1cb0: 47 42 52 42 52 47 52 47 42 52 47 52 47 52 47 52 GBRBRGRGBRGRGRGR
1cc0: 42 52 42 47 52 47 42 47 52 22 2c 20 22 52 47 42 BRBGRGBGR", "RGB
1cd0: 42 42 42 42 47 52 47 42 52 42 52 47 42 42 42 42 BBBBGRGBRBRGBBBB
1ce0: 47 42 52 42 52 42 52 47 52 47 42 42 42 42 52 52 GBRBRBRGRGBBBBRR
1cf0: 42 47 47 52 47 52 42 47 42 42 42 42 42 47 52 22 BGGRGRBGBBBBBGR"
1d00: 2c 20 22 52 47 42 42 42 47 52 47 52 42 52 47 42 , "RGBBBGRGRBRGB
1d10: 52 47 42 52 47 42 52 47 42 47 47 42 52 42 52 42 RGBRGBRGBGGBRBRB
1d20: 52 47 42 52 47 42 52 47 47 42 52 42 42 42 42 42 RGBRGBRGGBRBBBBB
1d30: 42 42 42 47 52 22 2c 20 22 52 47 42 42 42 52 47 BBBGR", "RGBBBRG
1d40: 42 52 42 52 42 52 47 42 52 47 42 52 42 52 42 52 BRBRBRGBRGBRBRBR
1d50: 42 52 47 42 52 47 47 47 47 52 52 42 42 52 47 42 BRGBRGGGGRRBBRGB
1d60: 42 42 47 52 52 47 52 42 42 47 52 22 2c 20 22 52 BBGRRGRBBGR", "R
1d70: 47 42 42 52 52 47 42 52 42 52 42 52 47 47 42 52 GBBRRGBRBRBRGGBR
1d80: 47 52 52 47 52 47 42 52 47 42 52 42 52 47 52 47 GRRGRGBRGBRBRGRG
1d90: 42 52 47 52 47 52 47 52 42 52 42 47 52 47 42 47 BRGRGRGRBRBGRGBG
1da0: 52 22 2c 20 22 52 47 42 42 42 42 42 47 52 47 42 R", "RGBBBBBGRGB
1db0: 52 42 52 47 42 42 42 42 47 42 52 42 52 42 52 47 RBRGBBBBGBRBRBRG
1dc0: 52 47 42 42 42 42 52 52 42 47 47 52 47 52 42 47 RGBBBBRRBGGRGRBG
1dd0: 42 42 42 42 42 47 52 22 2c 20 22 52 47 42 42 42 BBBBBGR", "RGBBB
1de0: 47 52 47 52 42 52 47 42 52 47 42 52 47 42 52 47 GRGRBRGBRGBRGBRG
1df0: 42 47 47 42 52 42 52 42 52 47 42 52 47 42 52 47 BGGBRBRBRGBRGBRG
1e00: 47 42 52 42 42 42 42 42 42 42 42 47 52 22 2c 20 GBRBBBBBBBBGR",
1e10: 22 52 47 42 42 42 52 47 42 52 42 52 42 52 47 42 "RGBBBRGBRBRBRGB
1e20: 52 47 42 52 42 52 42 52 42 52 47 42 52 47 47 47 RGBRBRBRBRGBRGGG
1e30: 47 52 52 42 42 52 47 42 42 42 47 52 52 47 52 42 GRRBBRGBBBGRRGRB
1e40: 42 47 52 22 2c 20 22 52 47 42 42 52 52 47 42 52 BGR", "RGBBRRGBR
1e50: 42 52 42 52 47 47 42 52 47 52 52 47 52 47 42 52 BRBRGGBRGRRGRGBR
1e60: 47 42 52 42 52 47 52 47 42 52 47 52 47 52 47 52 GBRBRGRGBRGRGRGR
1e70: 42 52 42 47 52 47 42 47 52 22 2c 20 22 52 47 42 BRBGRGBGR", "RGB
1e80: 42 42 42 42 47 52 47 42 52 42 52 47 42 42 42 42 BBBBGRGBRBRGBBBB
1e90: 47 42 52 42 52 42 52 47 52 47 42 42 42 42 52 52 GBRBRBRGRGBBBBRR
1ea0: 42 47 47 52 47 52 42 47 42 42 42 42 42 47 52 22 BGGRGRBGBBBBBGR"
1eb0: 2c 20 22 52 47 42 42 42 47 52 47 52 42 52 47 42 , "RGBBBGRGRBRGB
1ec0: 52 47 42 52 47 42 52 47 42 47 47 42 52 42 52 42 RGBRGBRGBGGBRBRB
1ed0: 52 47 42 52 47 42 52 47 47 42 52 42 42 42 42 42 RGBRGBRGGBRBBBBB
1ee0: 42 42 42 47 52 22 2c 20 22 52 47 42 42 42 52 47 BBBGR", "RGBBBRG
1ef0: 42 52 42 52 42 52 47 42 52 47 42 52 42 52 42 52 BRBRBRGBRGBRBRBR
1f00: 42 52 47 42 52 47 47 47 47 52 52 42 42 52 47 42 BRGBRGGGGRRBBRGB
1f10: 42 42 47 52 52 47 52 42 42 47 52 22 2c 20 22 52 BBGRRGRBBGR", "R
1f20: 47 42 42 52 52 47 42 52 42 52 42 52 47 47 42 52 GBBRRGBRBRBRGGBR
1f30: 47 52 52 47 52 47 42 52 47 42 52 42 52 47 52 47 GRRGRGBRGBRBRGRG
1f40: 42 52 47 52 47 52 47 52 42 52 42 47 52 47 42 47 BRGRGRGRBRBGRGBG
1f50: 52 22 2c 20 22 52 47 42 42 42 42 42 42 42 42 42 R", "RGBBBBBBBBB
1f60: 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 BBBBBBBBBBBBBBBB
1f70: 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 BBBBBBBBBBBBBBBB
1f80: 42 42 42 42 42 47 52 22 2c 20 22 52 47 47 47 47 BBBBBGR", "RGGGG
1f90: 47 47 47 47 47 47 47 47 47 47 47 47 47 47 47 47 GGGGGGGGGGGGGGGG
1fa0: 47 47 47 47 47 47 47 47 47 47 47 47 47 47 47 47 GGGGGGGGGGGGGGGG
1fb0: 47 47 47 47 47 47 47 47 47 47 47 47 52 22 2c 20 GGGGGGGGGGGGR",
1fc0: 22 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 "RRRRRRRRRRRRRRR
1fd0: 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 RRRRRRRRRRRRRRRR
1fe0: 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 RRRRRRRRRRRRRRRR
1ff0: 52 52 52 22 7d 3b 0d 0a 09 20 20 76 65 63 74 6f RRR"};... vecto
2000: 72 20 3c 73 74 72 69 6e 67 3e 20 67 72 69 64 28 r <string> grid(
2010: 67 72 69 64 5f 2c 20 67 72 69 64 5f 2b 73 69 7a grid_, grid_+siz
2020: 65 6f 66 28 67 72 69 64 5f 29 2f 73 69 7a 65 6f eof(grid_)/sizeo
2030: 66 28 2a 67 72 69 64 5f 29 29 3b 20 0d 0a 09 69 f(*grid_)); ...i
2040: 6e 74 20 52 65 74 56 61 6c 20 3d 20 35 36 35 30 nt RetVal = 5650
2050: 33 39 31 35 34 3b 0d 0a 09 72 65 74 75 72 6e 20 39154;...return
2060: 76 65 72 69 66 79 5f 63 61 73 65 28 52 65 74 56 verify_case(RetV
2070: 61 6c 2c 20 45 78 74 65 6e 64 61 62 6c 65 54 72 al, ExtendableTr
2080: 69 61 6e 67 6c 65 73 28 29 2e 67 65 74 43 6f 75 iangles().getCou
2090: 6e 74 28 67 72 69 64 29 29 3b 20 7d 0d 0a 0d 0a nt(grid)); }....
20a0: 0d 0a 74 65 6d 70 6c 61 74 65 3c 69 6e 74 20 4e ..template<int N
20b0: 3e 20 76 6f 69 64 20 52 75 6e 5f 28 29 20 7b 20 > void Run_() {
20c0: 63 65 72 72 20 3c 3c 20 22 54 65 73 74 20 43 61 cerr << "Test Ca
20d0: 73 65 20 23 22 20 3c 3c 20 4e 20 3c 3c 20 22 2e se #" << N << ".
20e0: 2e 2e 22 20 3c 3c 20 66 6c 75 73 68 3b 20 54 65 .." << flush; Te
20f0: 73 74 5f 28 43 61 73 65 5f 3c 4e 3e 28 29 29 3b st_(Case_<N>());
2100: 20 52 75 6e 5f 3c 73 69 7a 65 6f 66 28 54 65 73 Run_<sizeof(Tes
2110: 74 5f 28 43 61 73 65 5f 3c 4e 2b 31 3e 28 29 29 t_(Case_<N+1>())
2120: 29 3d 3d 31 20 3f 20 2d 31 20 3a 20 4e 2b 31 3e )==1 ? -1 : N+1>
2130: 28 29 3b 20 7d 0d 0a 74 65 6d 70 6c 61 74 65 3c (); }..template<
2140: 3e 20 20 20 20 20 20 76 6f 69 64 20 52 75 6e 5f > void Run_
2150: 3c 2d 31 3e 28 29 20 7b 7d 0d 0a 69 6e 74 20 6d <-1>() {}..int m
2160: 61 69 6e 28 29 20 7b 20 52 75 6e 5f 3c 30 3e 28 ain() { Run_<0>(
2170: 29 3b 20 7d 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 ); }..// END CUT
2180: 20 48 45 52 45 0d 0a 0d 0a HERE....