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 52 6f CMP;....class Ro
01a0: 75 74 65 49 6e 74 65 72 73 65 63 74 69 6f 6e 20 uteIntersection
01b0: 7b 20 70 75 62 6c 69 63 3a 0d 0a 09 73 74 72 69 { public:...stri
01c0: 6e 67 20 69 73 56 61 6c 69 64 28 69 6e 74 20 4e ng isValid(int N
01d0: 2c 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 63 , vector <int> c
01e0: 6f 6f 72 64 73 2c 20 73 74 72 69 6e 67 20 6d 6f oords, string mo
01f0: 76 65 73 29 20 0d 0a 09 7b 0d 0a 09 09 76 65 63 ves) ...{....vec
0200: 74 6f 72 3c 20 6d 61 70 3c 69 6e 74 2c 69 6e 74 tor< map<int,int
0210: 3e 20 3e 20 72 6f 75 74 65 3b 0d 0a 0d 0a 09 09 > > route;......
0220: 6d 61 70 3c 69 6e 74 2c 69 6e 74 3e 20 63 75 72 map<int,int> cur
0230: 3b 0d 0a 09 09 72 6f 75 74 65 2e 70 75 73 68 5f ;....route.push_
0240: 62 61 63 6b 28 63 75 72 29 3b 0d 0a 09 09 66 6f back(cur);....fo
0250: 72 28 69 6e 74 20 69 3d 30 3b 20 69 3c 6d 6f 76 r(int i=0; i<mov
0260: 65 73 2e 73 69 7a 65 28 29 3b 20 2b 2b 69 29 20 es.size(); ++i)
0270: 7b 0d 0a 09 09 09 69 6e 74 20 63 20 3d 20 63 6f {.....int c = co
0280: 6f 72 64 73 5b 69 5d 3b 0d 0a 09 09 09 69 6e 74 ords[i];.....int
0290: 20 6d 20 3d 20 6d 6f 76 65 73 5b 69 5d 3d 3d 27 m = moves[i]=='
02a0: 2b 27 20 3f 20 2b 31 20 3a 20 2d 31 3b 0d 0a 09 +' ? +1 : -1;...
02b0: 09 09 63 75 72 5b 63 5d 20 2b 3d 20 6d 3b 0d 0a ..cur[c] += m;..
02c0: 09 09 09 72 6f 75 74 65 2e 70 75 73 68 5f 62 61 ...route.push_ba
02d0: 63 6b 28 63 75 72 29 3b 0d 0a 09 09 7d 0d 0a 09 ck(cur);....}...
02e0: 0d 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d 30 3b ....for(int i=0;
02f0: 20 69 3c 72 6f 75 74 65 2e 73 69 7a 65 28 29 3b i<route.size();
0300: 20 2b 2b 69 29 0d 0a 09 09 09 66 6f 72 28 69 6e ++i).....for(in
0310: 74 20 6a 3d 69 2b 31 3b 20 6a 3c 72 6f 75 74 65 t j=i+1; j<route
0320: 2e 73 69 7a 65 28 29 3b 20 2b 2b 6a 29 0d 0a 09 .size(); ++j)...
0330: 09 09 09 69 66 28 20 69 73 5f 73 61 6d 65 28 72 ...if( is_same(r
0340: 6f 75 74 65 5b 69 5d 2c 20 72 6f 75 74 65 5b 6a oute[i], route[j
0350: 5d 29 20 29 0d 0a 09 09 09 09 09 72 65 74 75 72 ]) ).......retur
0360: 6e 20 22 4e 4f 54 20 56 41 4c 49 44 22 3b 0d 0a n "NOT VALID";..
0370: 09 09 72 65 74 75 72 6e 20 22 56 41 4c 49 44 22 ..return "VALID"
0380: 3b 0d 0a 09 7d 0d 0a 0d 0a 09 62 6f 6f 6c 20 69 ;...}.....bool i
0390: 73 5f 73 61 6d 65 28 6d 61 70 3c 69 6e 74 2c 69 s_same(map<int,i
03a0: 6e 74 3e 26 20 61 2c 20 6d 61 70 3c 69 6e 74 2c nt>& a, map<int,
03b0: 69 6e 74 3e 26 20 62 29 0d 0a 09 7b 0d 0a 09 09 int>& b)...{....
03c0: 66 6f 72 28 6d 61 70 3c 69 6e 74 2c 69 6e 74 3e for(map<int,int>
03d0: 3a 3a 69 74 65 72 61 74 6f 72 20 69 74 3d 62 2e ::iterator it=b.
03e0: 62 65 67 69 6e 28 29 3b 20 69 74 21 3d 62 2e 65 begin(); it!=b.e
03f0: 6e 64 28 29 3b 20 2b 2b 69 74 29 0d 0a 09 09 09 nd(); ++it).....
0400: 69 66 28 20 61 5b 69 74 2d 3e 66 69 72 73 74 5d if( a[it->first]
0410: 20 21 3d 20 69 74 2d 3e 73 65 63 6f 6e 64 20 29 != it->second )
0420: 0d 0a 09 09 09 09 72 65 74 75 72 6e 20 66 61 6c ......return fal
0430: 73 65 3b 0d 0a 09 09 72 65 74 75 72 6e 20 74 72 se;....return tr
0440: 75 65 3b 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f ue;...}..};..../
0450: 2f 20 42 45 47 49 4e 20 43 55 54 20 48 45 52 45 / BEGIN CUT HERE
0460: 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 63 74 69 6d ..#include <ctim
0470: 65 3e 0d 0a 64 6f 75 62 6c 65 20 73 74 61 72 74 e>..double start
0480: 5f 74 69 6d 65 3b 20 73 74 72 69 6e 67 20 74 69 _time; string ti
0490: 6d 65 72 28 29 0d 0a 20 7b 20 6f 73 74 72 69 6e mer().. { ostrin
04a0: 67 73 74 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c gstream os; os <
04b0: 3c 20 22 20 28 22 20 3c 3c 20 69 6e 74 28 28 63 < " (" << int((c
04c0: 6c 6f 63 6b 28 29 2d 73 74 61 72 74 5f 74 69 6d lock()-start_tim
04d0: 65 29 2f 43 4c 4f 43 4b 53 5f 50 45 52 5f 53 45 e)/CLOCKS_PER_SE
04e0: 43 2a 31 30 30 30 29 20 3c 3c 20 22 20 6d 73 65 C*1000) << " mse
04f0: 63 29 22 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 c)"; return os.s
0500: 74 72 28 29 3b 20 7d 0d 0a 74 65 6d 70 6c 61 74 tr(); }..templat
0510: 65 3c 74 79 70 65 6e 61 6d 65 20 54 3e 20 6f 73 e<typename T> os
0520: 74 72 65 61 6d 26 20 6f 70 65 72 61 74 6f 72 3c tream& operator<
0530: 3c 28 6f 73 74 72 65 61 6d 26 20 6f 73 2c 20 63 <(ostream& os, c
0540: 6f 6e 73 74 20 76 65 63 74 6f 72 3c 54 3e 26 20 onst vector<T>&
0550: 76 29 0d 0a 20 7b 20 6f 73 20 3c 3c 20 22 7b 20 v).. { os << "{
0560: 22 3b 0d 0a 20 20 20 66 6f 72 28 74 79 70 65 6e ";.. for(typen
0570: 61 6d 65 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63 ame vector<T>::c
0580: 6f 6e 73 74 5f 69 74 65 72 61 74 6f 72 20 69 74 onst_iterator it
0590: 3d 76 2e 62 65 67 69 6e 28 29 3b 20 69 74 21 3d =v.begin(); it!=
05a0: 76 2e 65 6e 64 28 29 3b 20 2b 2b 69 74 29 0d 0a v.end(); ++it)..
05b0: 20 20 20 6f 73 20 3c 3c 20 27 5c 22 27 20 3c 3c os << '\"' <<
05c0: 20 2a 69 74 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 *it << '\"' <<
05d0: 28 69 74 2b 31 3d 3d 76 2e 65 6e 64 28 29 20 3f (it+1==v.end() ?
05e0: 20 22 22 20 3a 20 22 2c 20 22 29 3b 20 6f 73 20 "" : ", "); os
05f0: 3c 3c 20 22 20 7d 22 3b 20 72 65 74 75 72 6e 20 << " }"; return
0600: 6f 73 3b 20 7d 0d 0a 76 6f 69 64 20 76 65 72 69 os; }..void veri
0610: 66 79 5f 63 61 73 65 28 63 6f 6e 73 74 20 73 74 fy_case(const st
0620: 72 69 6e 67 26 20 45 78 70 65 63 74 65 64 2c 20 ring& Expected,
0630: 63 6f 6e 73 74 20 73 74 72 69 6e 67 26 20 52 65 const string& Re
0640: 63 65 69 76 65 64 29 20 7b 0d 0a 20 62 6f 6f 6c ceived) {.. bool
0650: 20 6f 6b 20 3d 20 28 45 78 70 65 63 74 65 64 20 ok = (Expected
0660: 3d 3d 20 52 65 63 65 69 76 65 64 29 3b 0d 0a 20 == Received);..
0670: 69 66 28 6f 6b 29 20 63 65 72 72 20 3c 3c 20 22 if(ok) cerr << "
0680: 50 41 53 53 45 44 22 20 3c 3c 20 74 69 6d 65 72 PASSED" << timer
0690: 28 29 20 3c 3c 20 65 6e 64 6c 3b 20 20 65 6c 73 () << endl; els
06a0: 65 20 7b 20 63 65 72 72 20 3c 3c 20 22 46 41 49 e { cerr << "FAI
06b0: 4c 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 LED" << timer()
06c0: 3c 3c 20 65 6e 64 6c 3b 0d 0a 20 63 65 72 72 20 << endl;.. cerr
06d0: 3c 3c 20 22 5c 74 6f 3a 20 5c 22 22 20 3c 3c 20 << "\to: \"" <<
06e0: 45 78 70 65 63 74 65 64 20 3c 3c 20 27 5c 22 27 Expected << '\"'
06f0: 20 3c 3c 20 65 6e 64 6c 20 3c 3c 20 22 5c 74 78 << endl << "\tx
0700: 3a 20 5c 22 22 20 3c 3c 20 52 65 63 65 69 76 65 : \"" << Receive
0710: 64 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 d << '\"' << end
0720: 6c 3b 20 7d 20 7d 0d 0a 23 64 65 66 69 6e 65 20 l; } }..#define
0730: 43 41 53 45 28 4e 29 20 7b 63 65 72 72 20 3c 3c CASE(N) {cerr <<
0740: 20 22 54 65 73 74 20 43 61 73 65 20 23 22 20 3c "Test Case #" <
0750: 3c 20 4e 20 3c 3c 20 22 2e 2e 2e 22 20 3c 3c 20 < N << "..." <<
0760: 66 6c 75 73 68 3b 20 73 74 61 72 74 5f 74 69 6d flush; start_tim
0770: 65 3d 63 6c 6f 63 6b 28 29 3b 0d 0a 23 64 65 66 e=clock();..#def
0780: 69 6e 65 20 45 4e 44 09 20 76 65 72 69 66 79 5f ine END. verify_
0790: 63 61 73 65 28 5f 2c 20 52 6f 75 74 65 49 6e 74 case(_, RouteInt
07a0: 65 72 73 65 63 74 69 6f 6e 28 29 2e 69 73 56 61 ersection().isVa
07b0: 6c 69 64 28 4e 2c 20 63 6f 6f 72 64 73 2c 20 6d lid(N, coords, m
07c0: 6f 76 65 73 29 29 3b 7d 0d 0a 69 6e 74 20 6d 61 oves));}..int ma
07d0: 69 6e 28 29 7b 0d 0a 0d 0a 43 41 53 45 28 30 29 in(){....CASE(0)
07e0: 0d 0a 09 69 6e 74 20 4e 20 3d 20 31 3b 20 0d 0a ...int N = 1; ..
07f0: 09 69 6e 74 20 63 6f 6f 72 64 73 5f 5b 5d 20 3d .int coords_[] =
0800: 20 7b 31 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 {1};... vector
0810: 20 3c 69 6e 74 3e 20 63 6f 6f 72 64 73 28 63 6f <int> coords(co
0820: 6f 72 64 73 5f 2c 20 63 6f 6f 72 64 73 5f 2b 73 ords_, coords_+s
0830: 69 7a 65 6f 66 28 63 6f 6f 72 64 73 5f 29 2f 73 izeof(coords_)/s
0840: 69 7a 65 6f 66 28 2a 63 6f 6f 72 64 73 5f 29 29 izeof(*coords_))
0850: 3b 20 0d 0a 09 73 74 72 69 6e 67 20 6d 6f 76 65 ; ...string move
0860: 73 20 3d 20 22 2b 22 3b 20 0d 0a 09 73 74 72 69 s = "+"; ...stri
0870: 6e 67 20 5f 20 3d 20 22 56 41 4c 49 44 22 3b 20 ng _ = "VALID";
0880: 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 31 29 0d 0a ..END..CASE(1)..
0890: 09 69 6e 74 20 4e 20 3d 20 32 3b 20 0d 0a 09 69 .int N = 2; ...i
08a0: 6e 74 20 63 6f 6f 72 64 73 5f 5b 5d 20 3d 20 7b nt coords_[] = {
08b0: 31 2c 32 2c 31 2c 32 7d 3b 0d 0a 09 20 20 76 65 1,2,1,2};... ve
08c0: 63 74 6f 72 20 3c 69 6e 74 3e 20 63 6f 6f 72 64 ctor <int> coord
08d0: 73 28 63 6f 6f 72 64 73 5f 2c 20 63 6f 6f 72 64 s(coords_, coord
08e0: 73 5f 2b 73 69 7a 65 6f 66 28 63 6f 6f 72 64 73 s_+sizeof(coords
08f0: 5f 29 2f 73 69 7a 65 6f 66 28 2a 63 6f 6f 72 64 _)/sizeof(*coord
0900: 73 5f 29 29 3b 20 0d 0a 09 73 74 72 69 6e 67 20 s_)); ...string
0910: 6d 6f 76 65 73 20 3d 20 22 2b 2b 2d 2d 22 3b 20 moves = "++--";
0920: 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 4e ...string _ = "N
0930: 4f 54 20 56 41 4c 49 44 22 3b 20 0d 0a 45 4e 44 OT VALID"; ..END
0940: 0d 0a 43 41 53 45 28 32 29 0d 0a 09 69 6e 74 20 ..CASE(2)...int
0950: 4e 20 3d 20 33 3b 20 0d 0a 09 69 6e 74 20 63 6f N = 3; ...int co
0960: 6f 72 64 73 5f 5b 5d 20 3d 20 7b 31 2c 32 2c 33 ords_[] = {1,2,3
0970: 2c 31 2c 32 7d 3b 0d 0a 09 20 20 76 65 63 74 6f ,1,2};... vecto
0980: 72 20 3c 69 6e 74 3e 20 63 6f 6f 72 64 73 28 63 r <int> coords(c
0990: 6f 6f 72 64 73 5f 2c 20 63 6f 6f 72 64 73 5f 2b oords_, coords_+
09a0: 73 69 7a 65 6f 66 28 63 6f 6f 72 64 73 5f 29 2f sizeof(coords_)/
09b0: 73 69 7a 65 6f 66 28 2a 63 6f 6f 72 64 73 5f 29 sizeof(*coords_)
09c0: 29 3b 20 0d 0a 09 73 74 72 69 6e 67 20 6d 6f 76 ); ...string mov
09d0: 65 73 20 3d 20 22 2b 2b 2b 2d 2d 22 3b 20 0d 0a es = "+++--"; ..
09e0: 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 56 41 4c .string _ = "VAL
09f0: 49 44 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 ID"; ..END..CASE
0a00: 28 33 29 0d 0a 09 69 6e 74 20 4e 20 3d 20 33 34 (3)...int N = 34
0a10: 34 34 34 37 3b 20 0d 0a 09 69 6e 74 20 63 6f 6f 4447; ...int coo
0a20: 72 64 73 5f 5b 5d 20 3d 20 7b 31 33 32 2c 35 31 rds_[] = {132,51
0a30: 37 31 37 2c 36 32 38 2c 33 34 34 34 34 37 2c 36 717,628,344447,6
0a40: 32 38 2c 35 31 37 31 37 2c 33 34 34 34 34 37 2c 28,51717,344447,
0a50: 32 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 2};... vector <
0a60: 69 6e 74 3e 20 63 6f 6f 72 64 73 28 63 6f 6f 72 int> coords(coor
0a70: 64 73 5f 2c 20 63 6f 6f 72 64 73 5f 2b 73 69 7a ds_, coords_+siz
0a80: 65 6f 66 28 63 6f 6f 72 64 73 5f 29 2f 73 69 7a eof(coords_)/siz
0a90: 65 6f 66 28 2a 63 6f 6f 72 64 73 5f 29 29 3b 20 eof(*coords_));
0aa0: 0d 0a 09 73 74 72 69 6e 67 20 6d 6f 76 65 73 20 ...string moves
0ab0: 3d 20 22 2b 2d 2b 2b 2d 2b 2d 2d 22 3b 20 0d 0a = "+-++-+--"; ..
0ac0: 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 4e 4f 54 .string _ = "NOT
0ad0: 20 56 41 4c 49 44 22 3b 20 0d 0a 45 4e 44 0d 0a VALID"; ..END..
0ae0: 43 41 53 45 28 34 29 0d 0a 09 69 6e 74 20 4e 20 CASE(4)...int N
0af0: 3d 20 31 3b 20 0d 0a 09 69 6e 74 20 63 6f 6f 72 = 1; ...int coor
0b00: 64 73 5f 5b 5d 20 3d 20 7b 31 2c 31 7d 3b 0d 0a ds_[] = {1,1};..
0b10: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 . vector <int>
0b20: 63 6f 6f 72 64 73 28 63 6f 6f 72 64 73 5f 2c 20 coords(coords_,
0b30: 63 6f 6f 72 64 73 5f 2b 73 69 7a 65 6f 66 28 63 coords_+sizeof(c
0b40: 6f 6f 72 64 73 5f 29 2f 73 69 7a 65 6f 66 28 2a oords_)/sizeof(*
0b50: 63 6f 6f 72 64 73 5f 29 29 3b 20 0d 0a 09 73 74 coords_)); ...st
0b60: 72 69 6e 67 20 6d 6f 76 65 73 20 3d 20 22 2b 2d ring moves = "+-
0b70: 22 3b 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d "; ...string _ =
0b80: 20 22 4e 4f 54 20 56 41 4c 49 44 22 3b 20 0d 0a "NOT VALID"; ..
0b90: 45 4e 44 0d 0a 43 41 53 45 28 35 29 0d 0a 09 69 END..CASE(5)...i
0ba0: 6e 74 20 4e 20 3d 20 39 39 30 36 33 30 3b 20 0d nt N = 990630; .
0bb0: 0a 09 69 6e 74 20 63 6f 6f 72 64 73 5f 5b 5d 20 ..int coords_[]
0bc0: 3d 20 7b 38 33 33 31 39 36 2c 35 32 34 35 36 38 = {833196,524568
0bd0: 2c 33 36 31 36 36 33 2c 31 30 38 30 35 36 2c 32 ,361663,108056,2
0be0: 38 30 32 36 2c 38 32 34 36 33 39 2c 32 36 39 33 8026,824639,2693
0bf0: 31 35 2c 34 34 30 39 37 37 2c 34 34 30 39 37 37 15,440977,440977
0c00: 2c 37 36 35 34 35 38 2c 0d 0a 39 38 38 34 35 31 ,765458,..988451
0c10: 2c 32 34 32 34 34 30 2c 39 34 38 34 31 34 2c 31 ,242440,948414,1
0c20: 33 30 38 37 33 2c 37 37 33 39 39 30 2c 37 36 35 30873,773990,765
0c30: 34 35 38 2c 31 33 30 38 37 33 2c 32 38 30 32 36 458,130873,28026
0c40: 2c 38 35 33 31 32 31 2c 35 35 33 36 33 36 2c 0d ,853121,553636,.
0c50: 0a 35 38 31 30 36 39 2c 38 32 32 35 34 2c 37 33 .581069,82254,73
0c60: 35 35 33 36 2c 38 33 33 31 39 36 2c 38 39 38 35 5536,833196,8985
0c70: 36 32 2c 38 39 38 35 36 32 2c 39 34 30 37 38 33 62,898562,940783
0c80: 2c 39 38 38 34 35 31 2c 35 34 30 36 31 33 2c 33 ,988451,540613,3
0c90: 31 37 33 30 36 2c 0d 0a 36 32 33 31 39 34 2c 39 17306,..623194,9
0ca0: 34 30 37 38 33 2c 35 37 31 33 38 34 2c 39 38 38 40783,571384,988
0cb0: 34 35 31 2c 31 30 38 30 35 36 2c 35 31 34 33 37 451,108056,51437
0cc0: 34 2c 39 37 36 36 34 7d 3b 0d 0a 09 20 20 76 65 4,97664};... ve
0cd0: 63 74 6f 72 20 3c 69 6e 74 3e 20 63 6f 6f 72 64 ctor <int> coord
0ce0: 73 28 63 6f 6f 72 64 73 5f 2c 20 63 6f 6f 72 64 s(coords_, coord
0cf0: 73 5f 2b 73 69 7a 65 6f 66 28 63 6f 6f 72 64 73 s_+sizeof(coords
0d00: 5f 29 2f 73 69 7a 65 6f 66 28 2a 63 6f 6f 72 64 _)/sizeof(*coord
0d10: 73 5f 29 29 3b 20 0d 0a 09 73 74 72 69 6e 67 20 s_)); ...string
0d20: 6d 6f 76 65 73 20 3d 20 22 2d 2d 2b 2d 2d 2d 2b moves = "--+---+
0d30: 2d 2b 2b 2b 2d 2b 2d 2b 2d 2d 2d 2b 2b 2d 2b 2b -+++-+-+---++-++
0d40: 2d 2b 2d 2d 2d 2b 2d 2b 2d 2d 2b 2d 2b 2b 22 3b -+---+-+--+-++";
0d50: 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 ...string _ = "
0d60: 4e 4f 54 20 56 41 4c 49 44 22 3b 20 0d 0a 45 4e NOT VALID"; ..EN
0d70: 44 0d 0a 2f 2a 0d 0a 43 41 53 45 28 36 29 0d 0a D../*..CASE(6)..
0d80: 09 69 6e 74 20 4e 20 3d 20 3b 20 0d 0a 09 69 6e .int N = ; ...in
0d90: 74 20 63 6f 6f 72 64 73 5f 5b 5d 20 3d 20 3b 0d t coords_[] = ;.
0da0: 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e .. vector <int>
0db0: 20 63 6f 6f 72 64 73 28 63 6f 6f 72 64 73 5f 2c coords(coords_,
0dc0: 20 63 6f 6f 72 64 73 5f 2b 73 69 7a 65 6f 66 28 coords_+sizeof(
0dd0: 63 6f 6f 72 64 73 5f 29 2f 73 69 7a 65 6f 66 28 coords_)/sizeof(
0de0: 2a 63 6f 6f 72 64 73 5f 29 29 3b 20 0d 0a 09 73 *coords_)); ...s
0df0: 74 72 69 6e 67 20 6d 6f 76 65 73 20 3d 20 3b 20 tring moves = ;
0e00: 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 3b 20 ...string _ = ;
0e10: 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 37 29 0d 0a ..END..CASE(7)..
0e20: 09 69 6e 74 20 4e 20 3d 20 3b 20 0d 0a 09 69 6e .int N = ; ...in
0e30: 74 20 63 6f 6f 72 64 73 5f 5b 5d 20 3d 20 3b 0d t coords_[] = ;.
0e40: 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e .. vector <int>
0e50: 20 63 6f 6f 72 64 73 28 63 6f 6f 72 64 73 5f 2c coords(coords_,
0e60: 20 63 6f 6f 72 64 73 5f 2b 73 69 7a 65 6f 66 28 coords_+sizeof(
0e70: 63 6f 6f 72 64 73 5f 29 2f 73 69 7a 65 6f 66 28 coords_)/sizeof(
0e80: 2a 63 6f 6f 72 64 73 5f 29 29 3b 20 0d 0a 09 73 *coords_)); ...s
0e90: 74 72 69 6e 67 20 6d 6f 76 65 73 20 3d 20 3b 20 tring moves = ;
0ea0: 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 3b 20 ...string _ = ;
0eb0: 0d 0a 45 4e 44 0d 0a 2a 2f 0d 0a 7d 0d 0a 2f 2f ..END..*/..}..//
0ec0: 20 45 4e 44 20 43 55 54 20 48 45 52 45 0d 0a END CUT HERE..