Artifact c2bedd2e817bc09932ac9d9e0a34dfa057802538:
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 63 6f 6d 70 ..#include <comp
00d0: 6c 65 78 3e 0d 0a 23 69 6e 63 6c 75 64 65 20 3c lex>..#include <
00e0: 71 75 65 75 65 3e 0d 0a 23 69 6e 63 6c 75 64 65 queue>..#include
00f0: 20 3c 73 74 61 63 6b 3e 0d 0a 23 69 6e 63 6c 75 <stack>..#inclu
0100: 64 65 20 3c 63 6d 61 74 68 3e 0d 0a 75 73 69 6e de <cmath>..usin
0110: 67 20 6e 61 6d 65 73 70 61 63 65 20 73 74 64 3b g namespace std;
0120: 0d 0a 74 79 70 65 64 65 66 20 6c 6f 6e 67 20 6c ..typedef long l
0130: 6f 6e 67 20 4c 4c 3b 0d 0a 0d 0a 63 6c 61 73 73 ong LL;....class
0140: 20 50 61 74 68 66 69 6e 64 69 6e 67 0d 0a 7b 0d Pathfinding..{.
0150: 0a 70 75 62 6c 69 63 3a 0d 0a 09 69 6e 74 20 67 .public:...int g
0160: 65 74 44 69 72 65 63 74 69 6f 6e 73 28 69 6e 74 etDirections(int
0170: 20 78 2c 20 69 6e 74 20 79 29 20 0d 0a 09 7b 0d x, int y) ...{.
0180: 0a 09 09 69 66 28 20 78 3d 3d 30 20 26 26 20 79 ...if( x==0 && y
0190: 3d 3d 30 20 29 0d 0a 09 09 09 72 65 74 75 72 6e ==0 ).....return
01a0: 20 30 3b 0d 0a 0d 0a 09 09 69 6e 74 20 78 69 6e 0;......int xin
01b0: 63 72 20 3d 20 30 3b 0d 0a 09 09 69 6e 74 20 79 cr = 0;....int y
01c0: 69 6e 63 72 20 3d 20 30 3b 0d 0a 09 09 69 66 28 incr = 0;....if(
01d0: 78 3c 30 29 20 79 69 6e 63 72 3d 31 2c 20 78 3d x<0) yincr=1, x=
01e0: 2d 78 3b 0d 0a 09 09 69 66 28 79 3c 30 29 20 78 -x;....if(y<0) x
01f0: 69 6e 63 72 3d 31 2c 20 79 3d 2d 79 3b 0d 0a 09 incr=1, y=-y;...
0200: 09 69 66 28 20 78 3d 3d 30 20 29 0d 0a 09 09 09 .if( x==0 ).....
0210: 73 77 61 70 28 78 69 6e 63 72 2c 20 79 69 6e 63 swap(xincr, yinc
0220: 72 29 2c 20 73 77 61 70 28 78 2c 20 79 29 3b 0d r), swap(x, y);.
0230: 0a 0d 0a 09 09 69 66 28 20 79 3d 3d 30 20 29 0d .....if( y==0 ).
0240: 0a 09 09 7b 0d 0a 09 09 09 69 66 28 20 79 69 6e ...{.....if( yin
0250: 63 72 20 3d 3d 20 30 20 29 0d 0a 09 09 09 09 72 cr == 0 )......r
0260: 65 74 75 72 6e 20 78 3b 0d 0a 09 09 09 65 6c 73 eturn x;.....els
0270: 65 0d 0a 09 09 09 09 69 66 28 20 78 25 32 20 3d e......if( x%2 =
0280: 3d 20 31 20 29 0d 0a 09 09 09 09 09 72 65 74 75 = 1 ).......retu
0290: 72 6e 20 78 2b 32 3b 0d 0a 09 09 09 09 65 6c 73 rn x+2;......els
02a0: 65 0d 0a 09 09 09 09 09 72 65 74 75 72 6e 20 78 e.......return x
02b0: 2b 34 3b 0d 0a 09 09 7d 0d 0a 0d 0a 09 09 69 66 +4;....}......if
02c0: 28 20 30 3d 3d 78 69 6e 63 72 20 26 26 20 79 25 ( 0==xincr && y%
02d0: 32 3d 3d 79 69 6e 63 72 20 7c 7c 20 30 3d 3d 79 2==yincr || 0==y
02e0: 69 6e 63 72 20 26 26 20 78 25 32 3d 3d 78 69 6e incr && x%2==xin
02f0: 63 72 20 29 0d 0a 09 09 09 72 65 74 75 72 6e 20 cr ).....return
0300: 78 2b 79 3b 0d 0a 0d 0a 09 09 69 66 28 20 30 3d x+y;......if( 0=
0310: 3d 78 69 6e 63 72 20 26 26 20 78 25 32 3d 3d 78 =xincr && x%2==x
0320: 69 6e 63 72 20 7c 7c 20 30 3d 3d 79 69 6e 63 72 incr || 0==yincr
0330: 20 26 26 20 79 25 32 3d 3d 79 69 6e 63 72 20 29 && y%2==yincr )
0340: 0d 0a 09 09 09 72 65 74 75 72 6e 20 78 2b 79 3b .....return x+y;
0350: 0d 0a 0d 0a 09 09 69 66 28 20 30 3d 3d 78 69 6e ......if( 0==xin
0360: 63 72 20 7c 7c 20 30 3d 3d 79 69 6e 63 72 20 29 cr || 0==yincr )
0370: 0d 0a 09 09 09 72 65 74 75 72 6e 20 78 2b 79 2b .....return x+y+
0380: 32 3b 0d 0a 0d 0a 09 09 69 66 28 20 78 25 32 3d 2;......if( x%2=
0390: 3d 78 69 6e 63 72 20 7c 7c 20 79 25 32 3d 3d 79 =xincr || y%2==y
03a0: 69 6e 63 72 20 29 0d 0a 09 09 09 72 65 74 75 72 incr ).....retur
03b0: 6e 20 78 2b 79 2b 32 3b 0d 0a 0d 0a 09 09 72 65 n x+y+2;......re
03c0: 74 75 72 6e 20 78 2b 79 2b 34 3b 0d 0a 09 7d 0d turn x+y+4;...}.
03d0: 0a 0d 0a 2f 2f 20 42 45 47 49 4e 20 43 55 54 20 ...// BEGIN CUT
03e0: 48 45 52 45 0d 0a 09 70 75 62 6c 69 63 3a 0d 0a HERE...public:..
03f0: 09 76 6f 69 64 20 72 75 6e 5f 74 65 73 74 28 69 .void run_test(i
0400: 6e 74 20 43 61 73 65 29 20 7b 20 69 66 20 28 28 nt Case) { if ((
0410: 43 61 73 65 20 3d 3d 20 2d 31 29 20 7c 7c 20 28 Case == -1) || (
0420: 43 61 73 65 20 3d 3d 20 30 29 29 20 74 65 73 74 Case == 0)) test
0430: 5f 63 61 73 65 5f 30 28 29 3b 20 69 66 20 28 28 _case_0(); if ((
0440: 43 61 73 65 20 3d 3d 20 2d 31 29 20 7c 7c 20 28 Case == -1) || (
0450: 43 61 73 65 20 3d 3d 20 31 29 29 20 74 65 73 74 Case == 1)) test
0460: 5f 63 61 73 65 5f 31 28 29 3b 20 69 66 20 28 28 _case_1(); if ((
0470: 43 61 73 65 20 3d 3d 20 2d 31 29 20 7c 7c 20 28 Case == -1) || (
0480: 43 61 73 65 20 3d 3d 20 32 29 29 20 74 65 73 74 Case == 2)) test
0490: 5f 63 61 73 65 5f 32 28 29 3b 20 69 66 20 28 28 _case_2(); if ((
04a0: 43 61 73 65 20 3d 3d 20 2d 31 29 20 7c 7c 20 28 Case == -1) || (
04b0: 43 61 73 65 20 3d 3d 20 33 29 29 20 74 65 73 74 Case == 3)) test
04c0: 5f 63 61 73 65 5f 33 28 29 3b 20 69 66 20 28 28 _case_3(); if ((
04d0: 43 61 73 65 20 3d 3d 20 2d 31 29 20 7c 7c 20 28 Case == -1) || (
04e0: 43 61 73 65 20 3d 3d 20 34 29 29 20 74 65 73 74 Case == 4)) test
04f0: 5f 63 61 73 65 5f 34 28 29 3b 20 7d 0d 0a 09 70 _case_4(); }...p
0500: 72 69 76 61 74 65 3a 0d 0a 09 74 65 6d 70 6c 61 rivate:...templa
0510: 74 65 20 3c 74 79 70 65 6e 61 6d 65 20 54 3e 20 te <typename T>
0520: 73 74 72 69 6e 67 20 70 72 69 6e 74 5f 61 72 72 string print_arr
0530: 61 79 28 63 6f 6e 73 74 20 76 65 63 74 6f 72 3c ay(const vector<
0540: 54 3e 20 26 56 29 20 7b 20 6f 73 74 72 69 6e 67 T> &V) { ostring
0550: 73 74 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c stream os; os <<
0560: 20 22 7b 20 22 3b 20 66 6f 72 20 28 74 79 70 65 "{ "; for (type
0570: 6e 61 6d 65 20 76 65 63 74 6f 72 3c 54 3e 3a 3a name vector<T>::
0580: 63 6f 6e 73 74 5f 69 74 65 72 61 74 6f 72 20 69 const_iterator i
0590: 74 65 72 20 3d 20 56 2e 62 65 67 69 6e 28 29 3b ter = V.begin();
05a0: 20 69 74 65 72 20 21 3d 20 56 2e 65 6e 64 28 29 iter != V.end()
05b0: 3b 20 2b 2b 69 74 65 72 29 20 6f 73 20 3c 3c 20 ; ++iter) os <<
05c0: 27 5c 22 27 20 3c 3c 20 2a 69 74 65 72 20 3c 3c '\"' << *iter <<
05d0: 20 22 5c 22 2c 22 3b 20 6f 73 20 3c 3c 20 22 20 "\","; os << "
05e0: 7d 22 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 74 }"; return os.st
05f0: 72 28 29 3b 20 7d 0d 0a 09 76 6f 69 64 20 76 65 r(); }...void ve
0600: 72 69 66 79 5f 63 61 73 65 28 69 6e 74 20 43 61 rify_case(int Ca
0610: 73 65 2c 20 63 6f 6e 73 74 20 69 6e 74 20 26 45 se, const int &E
0620: 78 70 65 63 74 65 64 2c 20 63 6f 6e 73 74 20 69 xpected, const i
0630: 6e 74 20 26 52 65 63 65 69 76 65 64 29 20 7b 20 nt &Received) {
0640: 63 65 72 72 20 3c 3c 20 22 54 65 73 74 20 43 61 cerr << "Test Ca
0650: 73 65 20 23 22 20 3c 3c 20 43 61 73 65 20 3c 3c se #" << Case <<
0660: 20 22 2e 2e 2e 22 3b 20 69 66 20 28 45 78 70 65 "..."; if (Expe
0670: 63 74 65 64 20 3d 3d 20 52 65 63 65 69 76 65 64 cted == Received
0680: 29 20 63 65 72 72 20 3c 3c 20 22 50 41 53 53 45 ) cerr << "PASSE
0690: 44 22 20 3c 3c 20 65 6e 64 6c 3b 20 65 6c 73 65 D" << endl; else
06a0: 20 7b 20 63 65 72 72 20 3c 3c 20 22 46 41 49 4c { cerr << "FAIL
06b0: 45 44 22 20 3c 3c 20 65 6e 64 6c 3b 20 63 65 72 ED" << endl; cer
06c0: 72 20 3c 3c 20 22 5c 74 45 78 70 65 63 74 65 64 r << "\tExpected
06d0: 3a 20 5c 22 22 20 3c 3c 20 45 78 70 65 63 74 65 : \"" << Expecte
06e0: 64 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 d << '\"' << end
06f0: 6c 3b 20 63 65 72 72 20 3c 3c 20 22 5c 74 52 65 l; cerr << "\tRe
0700: 63 65 69 76 65 64 3a 20 5c 22 22 20 3c 3c 20 52 ceived: \"" << R
0710: 65 63 65 69 76 65 64 20 3c 3c 20 27 5c 22 27 20 eceived << '\"'
0720: 3c 3c 20 65 6e 64 6c 3b 20 7d 20 7d 0d 0a 09 76 << endl; } }...v
0730: 6f 69 64 20 74 65 73 74 5f 63 61 73 65 5f 30 28 oid test_case_0(
0740: 29 20 7b 20 69 6e 74 20 41 72 67 30 20 3d 20 30 ) { int Arg0 = 0
0750: 3b 20 69 6e 74 20 41 72 67 31 20 3d 20 2d 34 3b ; int Arg1 = -4;
0760: 20 69 6e 74 20 41 72 67 32 20 3d 20 38 3b 20 76 int Arg2 = 8; v
0770: 65 72 69 66 79 5f 63 61 73 65 28 30 2c 20 41 72 erify_case(0, Ar
0780: 67 32 2c 20 67 65 74 44 69 72 65 63 74 69 6f 6e g2, getDirection
0790: 73 28 41 72 67 30 2c 20 41 72 67 31 29 29 3b 20 s(Arg0, Arg1));
07a0: 7d 0d 0a 09 76 6f 69 64 20 74 65 73 74 5f 63 61 }...void test_ca
07b0: 73 65 5f 31 28 29 20 7b 20 69 6e 74 20 41 72 67 se_1() { int Arg
07c0: 30 20 3d 20 35 3b 20 69 6e 74 20 41 72 67 31 20 0 = 5; int Arg1
07d0: 3d 20 2d 34 3b 20 69 6e 74 20 41 72 67 32 20 3d = -4; int Arg2 =
07e0: 20 39 3b 20 76 65 72 69 66 79 5f 63 61 73 65 28 9; verify_case(
07f0: 31 2c 20 41 72 67 32 2c 20 67 65 74 44 69 72 65 1, Arg2, getDire
0800: 63 74 69 6f 6e 73 28 41 72 67 30 2c 20 41 72 67 ctions(Arg0, Arg
0810: 31 29 29 3b 20 7d 0d 0a 09 76 6f 69 64 20 74 65 1)); }...void te
0820: 73 74 5f 63 61 73 65 5f 32 28 29 20 7b 20 69 6e st_case_2() { in
0830: 74 20 41 72 67 30 20 3d 20 35 3b 20 69 6e 74 20 t Arg0 = 5; int
0840: 41 72 67 31 20 3d 20 34 3b 20 69 6e 74 20 41 72 Arg1 = 4; int Ar
0850: 67 32 20 3d 20 39 3b 20 76 65 72 69 66 79 5f 63 g2 = 9; verify_c
0860: 61 73 65 28 32 2c 20 41 72 67 32 2c 20 67 65 74 ase(2, Arg2, get
0870: 44 69 72 65 63 74 69 6f 6e 73 28 41 72 67 30 2c Directions(Arg0,
0880: 20 41 72 67 31 29 29 3b 20 7d 0d 0a 09 76 6f 69 Arg1)); }...voi
0890: 64 20 74 65 73 74 5f 63 61 73 65 5f 33 28 29 20 d test_case_3()
08a0: 7b 20 69 6e 74 20 41 72 67 30 20 3d 20 2d 31 3b { int Arg0 = -1;
08b0: 20 69 6e 74 20 41 72 67 31 20 3d 20 2d 34 3b 20 int Arg1 = -4;
08c0: 69 6e 74 20 41 72 67 32 20 3d 20 37 3b 20 76 65 int Arg2 = 7; ve
08d0: 72 69 66 79 5f 63 61 73 65 28 33 2c 20 41 72 67 rify_case(3, Arg
08e0: 32 2c 20 67 65 74 44 69 72 65 63 74 69 6f 6e 73 2, getDirections
08f0: 28 41 72 67 30 2c 20 41 72 67 31 29 29 3b 20 7d (Arg0, Arg1)); }
0900: 0d 0a 09 76 6f 69 64 20 74 65 73 74 5f 63 61 73 ...void test_cas
0910: 65 5f 34 28 29 20 7b 20 69 6e 74 20 41 72 67 30 e_4() { int Arg0
0920: 20 3d 20 30 3b 20 69 6e 74 20 41 72 67 31 20 3d = 0; int Arg1 =
0930: 20 30 3b 20 69 6e 74 20 41 72 67 32 20 3d 20 30 0; int Arg2 = 0
0940: 3b 20 76 65 72 69 66 79 5f 63 61 73 65 28 34 2c ; verify_case(4,
0950: 20 41 72 67 32 2c 20 67 65 74 44 69 72 65 63 74 Arg2, getDirect
0960: 69 6f 6e 73 28 41 72 67 30 2c 20 41 72 67 31 29 ions(Arg0, Arg1)
0970: 29 3b 20 7d 0d 0a 0d 0a 2f 2f 20 45 4e 44 20 43 ); }....// END C
0980: 55 54 20 48 45 52 45 0d 0a 7d 3b 0d 0a 2f 2f 20 UT HERE..};..//
0990: 42 45 47 49 4e 20 43 55 54 20 48 45 52 45 20 0d BEGIN CUT HERE .
09a0: 0a 69 6e 74 20 6d 61 69 6e 28 29 20 7b 20 50 61 .int main() { Pa
09b0: 74 68 66 69 6e 64 69 6e 67 28 29 2e 72 75 6e 5f thfinding().run_
09c0: 74 65 73 74 28 2d 31 29 3b 20 7d 0d 0a 2f 2f 20 test(-1); }..//
09d0: 45 4e 44 20 43 55 54 20 48 45 52 45 0d 0a END CUT HERE..