Artifact a3074f7b005ac1af7f73d2859eb9a9e783915ee3:
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 23 69 6e 63 de <cmath>..#inc
0110: 6c 75 64 65 20 3c 63 61 73 73 65 72 74 3e 0d 0a lude <cassert>..
0120: 23 69 6e 63 6c 75 64 65 20 3c 63 73 74 72 69 6e #include <cstrin
0130: 67 3e 0d 0a 75 73 69 6e 67 20 6e 61 6d 65 73 70 g>..using namesp
0140: 61 63 65 20 73 74 64 3b 0d 0a 74 79 70 65 64 65 ace std;..typede
0150: 66 20 6c 6f 6e 67 20 6c 6f 6e 67 20 4c 4c 3b 0d f long long LL;.
0160: 0a 0d 0a 69 6e 74 20 74 6f 5f 69 28 63 6f 6e 73 ...int to_i(cons
0170: 74 20 73 74 72 69 6e 67 26 20 73 29 20 7b 0d 0a t string& s) {..
0180: 09 69 6e 74 20 6e 3b 0d 0a 09 73 74 72 69 6e 67 .int n;...string
0190: 73 74 72 65 61 6d 28 73 29 3e 3e 6e 3b 0d 0a 09 stream(s)>>n;...
01a0: 72 65 74 75 72 6e 20 6e 3b 0d 0a 7d 0d 0a 0d 0a return n;..}....
01b0: 63 6c 61 73 73 20 42 69 72 74 68 4e 75 6d 62 65 class BirthNumbe
01c0: 72 73 56 61 6c 69 64 61 74 6f 72 20 7b 0d 0a 70 rsValidator {..p
01d0: 75 62 6c 69 63 3a 0d 0a 09 76 65 63 74 6f 72 20 ublic:...vector
01e0: 3c 73 74 72 69 6e 67 3e 20 76 61 6c 69 64 61 74 <string> validat
01f0: 65 28 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 e(vector <string
0200: 3e 20 74 65 73 74 29 20 0d 0a 09 7b 0d 0a 09 09 > test) ...{....
0210: 76 65 63 74 6f 72 3c 73 74 72 69 6e 67 3e 20 61 vector<string> a
0220: 6e 73 3b 0d 0a 09 09 74 72 61 6e 73 66 6f 72 6d ns;....transform
0230: 28 74 65 73 74 2e 62 65 67 69 6e 28 29 2c 20 74 (test.begin(), t
0240: 65 73 74 2e 65 6e 64 28 29 2c 20 62 61 63 6b 5f est.end(), back_
0250: 69 6e 73 65 72 74 65 72 28 61 6e 73 29 2c 20 26 inserter(ans), &
0260: 74 65 73 74 65 61 63 68 29 3b 0d 0a 09 09 72 65 testeach);....re
0270: 74 75 72 6e 20 61 6e 73 3b 0d 0a 09 7d 0d 0a 0d turn ans;...}...
0280: 0a 09 73 74 61 74 69 63 20 73 74 72 69 6e 67 20 ..static string
0290: 74 65 73 74 65 61 63 68 28 20 63 6f 6e 73 74 20 testeach( const
02a0: 73 74 72 69 6e 67 26 20 78 20 29 0d 0a 09 7b 0d string& x )...{.
02b0: 0a 09 09 69 6e 74 20 79 20 3d 20 74 6f 5f 69 28 ...int y = to_i(
02c0: 78 2e 73 75 62 73 74 72 28 30 2c 32 29 29 3b 0d x.substr(0,2));.
02d0: 0a 09 09 69 6e 74 20 6d 20 3d 20 74 6f 5f 69 28 ...int m = to_i(
02e0: 78 2e 73 75 62 73 74 72 28 32 2c 32 29 29 3b 0d x.substr(2,2));.
02f0: 0a 09 09 69 6e 74 20 64 20 3d 20 74 6f 5f 69 28 ...int d = to_i(
0300: 78 2e 73 75 62 73 74 72 28 34 2c 32 29 29 3b 0d x.substr(4,2));.
0310: 0a 09 09 69 66 28 20 31 3c 3d 6d 20 26 26 20 6d ...if( 1<=m && m
0320: 3c 3d 31 32 20 29 20 7b 7d 0d 0a 09 09 65 6c 73 <=12 ) {}....els
0330: 65 20 69 66 28 20 35 31 3c 3d 6d 20 26 26 20 6d e if( 51<=m && m
0340: 3c 3d 36 32 20 29 20 7b 20 6d 2d 3d 35 30 3b 20 <=62 ) { m-=50;
0350: 7d 0d 0a 09 09 65 6c 73 65 20 72 65 74 75 72 6e }....else return
0360: 20 22 4e 4f 22 3b 0d 0a 0d 0a 09 09 62 6f 6f 6c "NO";......bool
0370: 20 6c 65 61 70 20 3d 20 28 79 25 34 29 3d 3d 30 leap = (y%4)==0
0380: 3b 0d 0a 09 09 69 6e 74 20 64 64 5b 5d 20 3d 20 ;....int dd[] =
0390: 7b 33 31 2c 20 6c 65 61 70 3f 32 39 3a 32 38 2c {31, leap?29:28,
03a0: 20 33 31 2c 20 33 30 2c 20 33 31 2c 20 33 30 2c 31, 30, 31, 30,
03b0: 20 33 31 2c 20 33 31 2c 20 33 30 2c 20 33 31 2c 31, 31, 30, 31,
03c0: 20 33 30 2c 20 33 31 7d 3b 0d 0a 09 09 69 66 28 30, 31};....if(
03d0: 20 31 3c 3d 64 20 26 26 20 64 3c 3d 64 64 5b 6d 1<=d && d<=dd[m
03e0: 2d 31 5d 20 29 20 7b 7d 0d 0a 09 09 65 6c 73 65 -1] ) {}....else
03f0: 20 72 65 74 75 72 6e 20 22 4e 4f 22 3b 0d 0a 0d return "NO";...
0400: 0a 09 09 4c 4c 20 63 64 3b 20 73 74 72 69 6e 67 ...LL cd; string
0410: 73 74 72 65 61 6d 28 78 29 3e 3e 63 64 3b 0d 0a stream(x)>>cd;..
0420: 09 09 72 65 74 75 72 6e 20 63 64 25 31 31 3d 3d ..return cd%11==
0430: 30 20 3f 20 22 59 45 53 22 20 3a 20 22 4e 4f 22 0 ? "YES" : "NO"
0440: 3b 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 ;...}..};....//
0450: 42 45 47 49 4e 20 43 55 54 20 48 45 52 45 0d 0a BEGIN CUT HERE..
0460: 23 69 6e 63 6c 75 64 65 20 3c 63 74 69 6d 65 3e #include <ctime>
0470: 0d 0a 64 6f 75 62 6c 65 20 73 74 61 72 74 5f 74 ..double start_t
0480: 69 6d 65 3b 73 74 72 69 6e 67 20 74 69 6d 65 72 ime;string timer
0490: 28 29 20 7b 20 6f 73 74 72 69 6e 67 73 74 72 65 () { ostringstre
04a0: 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 20 28 am os; os << " (
04b0: 22 20 3c 3c 20 69 6e 74 28 28 63 6c 6f 63 6b 28 " << int((clock(
04c0: 29 2d 73 74 61 72 74 5f 74 69 6d 65 29 2f 43 4c )-start_time)/CL
04d0: 4f 43 4b 53 5f 50 45 52 5f 53 45 43 2a 31 30 30 OCKS_PER_SEC*100
04e0: 30 29 20 3c 3c 20 22 20 6d 73 65 63 29 22 3b 20 0) << " msec)";
04f0: 72 65 74 75 72 6e 20 6f 73 2e 73 74 72 28 29 3b return os.str();
0500: 20 7d 0d 0a 0d 0a 74 65 6d 70 6c 61 74 65 20 3c }....template <
0510: 74 79 70 65 6e 61 6d 65 20 54 3e 20 73 74 72 69 typename T> stri
0520: 6e 67 20 70 72 69 6e 74 5f 61 72 72 61 79 28 63 ng print_array(c
0530: 6f 6e 73 74 20 76 65 63 74 6f 72 3c 54 3e 20 26 onst vector<T> &
0540: 56 29 20 7b 20 6f 73 74 72 69 6e 67 73 74 72 65 V) { ostringstre
0550: 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 7b 20 am os; os << "{
0560: 22 3b 20 66 6f 72 20 28 74 79 70 65 6e 61 6d 65 "; for (typename
0570: 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 vector<T>::cons
0580: 74 5f 69 74 65 72 61 74 6f 72 20 69 74 65 72 20 t_iterator iter
0590: 3d 20 56 2e 62 65 67 69 6e 28 29 3b 20 69 74 65 = V.begin(); ite
05a0: 72 20 21 3d 20 56 2e 65 6e 64 28 29 3b 20 2b 2b r != V.end(); ++
05b0: 69 74 65 72 29 20 6f 73 20 3c 3c 20 27 5c 22 27 iter) os << '\"'
05c0: 20 3c 3c 20 2a 69 74 65 72 20 3c 3c 20 22 5c 22 << *iter << "\"
05d0: 2c 22 3b 20 6f 73 20 3c 3c 20 22 20 7d 22 3b 20 ,"; os << " }";
05e0: 72 65 74 75 72 6e 20 6f 73 2e 73 74 72 28 29 3b return os.str();
05f0: 20 7d 0d 0a 69 6e 74 20 76 65 72 69 66 79 5f 63 }..int verify_c
0600: 61 73 65 28 63 6f 6e 73 74 20 76 65 63 74 6f 72 ase(const vector
0610: 20 3c 73 74 72 69 6e 67 3e 20 26 45 78 70 65 63 <string> &Expec
0620: 74 65 64 2c 20 63 6f 6e 73 74 20 76 65 63 74 6f ted, const vecto
0630: 72 20 3c 73 74 72 69 6e 67 3e 20 26 52 65 63 65 r <string> &Rece
0640: 69 76 65 64 29 20 7b 20 69 66 20 28 45 78 70 65 ived) { if (Expe
0650: 63 74 65 64 20 3d 3d 20 52 65 63 65 69 76 65 64 cted == Received
0660: 29 20 63 65 72 72 20 3c 3c 20 22 50 41 53 53 45 ) cerr << "PASSE
0670: 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c D" << timer() <<
0680: 20 65 6e 64 6c 3b 20 65 6c 73 65 20 7b 20 63 65 endl; else { ce
0690: 72 72 20 3c 3c 20 22 46 41 49 4c 45 44 22 20 3c rr << "FAILED" <
06a0: 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e 64 < timer() << end
06b0: 6c 3b 20 63 65 72 72 20 3c 3c 20 22 5c 74 45 78 l; cerr << "\tEx
06c0: 70 65 63 74 65 64 3a 20 22 20 3c 3c 20 70 72 69 pected: " << pri
06d0: 6e 74 5f 61 72 72 61 79 28 45 78 70 65 63 74 65 nt_array(Expecte
06e0: 64 29 20 3c 3c 20 65 6e 64 6c 3b 20 63 65 72 72 d) << endl; cerr
06f0: 20 3c 3c 20 22 5c 74 52 65 63 65 69 76 65 64 3a << "\tReceived:
0700: 20 22 20 3c 3c 20 70 72 69 6e 74 5f 61 72 72 61 " << print_arra
0710: 79 28 52 65 63 65 69 76 65 64 29 20 3c 3c 20 65 y(Received) << e
0720: 6e 64 6c 3b 20 7d 20 72 65 74 75 72 6e 20 30 3b ndl; } return 0;
0730: 7d 0d 0a 0d 0a 74 65 6d 70 6c 61 74 65 3c 69 6e }....template<in
0740: 74 20 4e 3e 20 73 74 72 75 63 74 20 43 61 73 65 t N> struct Case
0750: 5f 20 7b 20 43 61 73 65 5f 28 29 7b 73 74 61 72 _ { Case_(){star
0760: 74 5f 74 69 6d 65 3d 63 6c 6f 63 6b 28 29 3b 7d t_time=clock();}
0770: 20 7d 3b 0d 0a 63 68 61 72 20 54 65 73 74 5f 28 };..char Test_(
0780: 2e 2e 2e 29 3b 0d 0a 69 6e 74 20 54 65 73 74 5f ...);..int Test_
0790: 28 43 61 73 65 5f 3c 30 3e 29 20 7b 0d 0a 09 73 (Case_<0>) {...s
07a0: 74 72 69 6e 67 20 74 65 73 74 5f 5b 5d 20 3d 20 tring test_[] =
07b0: 7b 22 38 31 30 34 31 32 31 32 33 34 22 7d 3b 0d {"8104121234"};.
07c0: 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74 72 69 .. vector <stri
07d0: 6e 67 3e 20 74 65 73 74 28 74 65 73 74 5f 2c 20 ng> test(test_,
07e0: 74 65 73 74 5f 2b 73 69 7a 65 6f 66 28 74 65 73 test_+sizeof(tes
07f0: 74 5f 29 2f 73 69 7a 65 6f 66 28 2a 74 65 73 74 t_)/sizeof(*test
0800: 5f 29 29 3b 20 0d 0a 09 73 74 72 69 6e 67 20 52 _)); ...string R
0810: 65 74 56 61 6c 5f 5b 5d 20 3d 20 7b 22 59 45 53 etVal_[] = {"YES
0820: 22 20 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 " };... vector
0830: 3c 73 74 72 69 6e 67 3e 20 52 65 74 56 61 6c 28 <string> RetVal(
0840: 52 65 74 56 61 6c 5f 2c 20 52 65 74 56 61 6c 5f RetVal_, RetVal_
0850: 2b 73 69 7a 65 6f 66 28 52 65 74 56 61 6c 5f 29 +sizeof(RetVal_)
0860: 2f 73 69 7a 65 6f 66 28 2a 52 65 74 56 61 6c 5f /sizeof(*RetVal_
0870: 29 29 3b 20 0d 0a 09 72 65 74 75 72 6e 20 76 65 )); ...return ve
0880: 72 69 66 79 5f 63 61 73 65 28 52 65 74 56 61 6c rify_case(RetVal
0890: 2c 20 42 69 72 74 68 4e 75 6d 62 65 72 73 56 61 , BirthNumbersVa
08a0: 6c 69 64 61 74 6f 72 28 29 2e 76 61 6c 69 64 61 lidator().valida
08b0: 74 65 28 74 65 73 74 29 29 3b 20 7d 0d 0a 69 6e te(test)); }..in
08c0: 74 20 54 65 73 74 5f 28 43 61 73 65 5f 3c 31 3e t Test_(Case_<1>
08d0: 29 20 7b 0d 0a 09 73 74 72 69 6e 67 20 74 65 73 ) {...string tes
08e0: 74 5f 5b 5d 20 3d 20 7b 22 38 31 35 34 31 32 31 t_[] = {"8154121
08f0: 32 33 39 22 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 239"};... vecto
0900: 72 20 3c 73 74 72 69 6e 67 3e 20 74 65 73 74 28 r <string> test(
0910: 74 65 73 74 5f 2c 20 74 65 73 74 5f 2b 73 69 7a test_, test_+siz
0920: 65 6f 66 28 74 65 73 74 5f 29 2f 73 69 7a 65 6f eof(test_)/sizeo
0930: 66 28 2a 74 65 73 74 5f 29 29 3b 20 0d 0a 09 73 f(*test_)); ...s
0940: 74 72 69 6e 67 20 52 65 74 56 61 6c 5f 5b 5d 20 tring RetVal_[]
0950: 3d 20 7b 22 59 45 53 22 20 7d 3b 0d 0a 09 20 20 = {"YES" };...
0960: 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 vector <string>
0970: 52 65 74 56 61 6c 28 52 65 74 56 61 6c 5f 2c 20 RetVal(RetVal_,
0980: 52 65 74 56 61 6c 5f 2b 73 69 7a 65 6f 66 28 52 RetVal_+sizeof(R
0990: 65 74 56 61 6c 5f 29 2f 73 69 7a 65 6f 66 28 2a etVal_)/sizeof(*
09a0: 52 65 74 56 61 6c 5f 29 29 3b 20 0d 0a 09 72 65 RetVal_)); ...re
09b0: 74 75 72 6e 20 76 65 72 69 66 79 5f 63 61 73 65 turn verify_case
09c0: 28 52 65 74 56 61 6c 2c 20 42 69 72 74 68 4e 75 (RetVal, BirthNu
09d0: 6d 62 65 72 73 56 61 6c 69 64 61 74 6f 72 28 29 mbersValidator()
09e0: 2e 76 61 6c 69 64 61 74 65 28 74 65 73 74 29 29 .validate(test))
09f0: 3b 20 7d 0d 0a 69 6e 74 20 54 65 73 74 5f 28 43 ; }..int Test_(C
0a00: 61 73 65 5f 3c 32 3e 29 20 7b 0d 0a 09 73 74 72 ase_<2>) {...str
0a10: 69 6e 67 20 74 65 73 74 5f 5b 5d 20 3d 20 7b 22 ing test_[] = {"
0a20: 38 31 33 34 31 32 30 30 30 35 22 7d 3b 0d 0a 09 8134120005"};...
0a30: 20 20 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 vector <string
0a40: 3e 20 74 65 73 74 28 74 65 73 74 5f 2c 20 74 65 > test(test_, te
0a50: 73 74 5f 2b 73 69 7a 65 6f 66 28 74 65 73 74 5f st_+sizeof(test_
0a60: 29 2f 73 69 7a 65 6f 66 28 2a 74 65 73 74 5f 29 )/sizeof(*test_)
0a70: 29 3b 20 0d 0a 09 73 74 72 69 6e 67 20 52 65 74 ); ...string Ret
0a80: 56 61 6c 5f 5b 5d 20 3d 20 7b 22 4e 4f 22 20 7d Val_[] = {"NO" }
0a90: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74 ;... vector <st
0aa0: 72 69 6e 67 3e 20 52 65 74 56 61 6c 28 52 65 74 ring> RetVal(Ret
0ab0: 56 61 6c 5f 2c 20 52 65 74 56 61 6c 5f 2b 73 69 Val_, RetVal_+si
0ac0: 7a 65 6f 66 28 52 65 74 56 61 6c 5f 29 2f 73 69 zeof(RetVal_)/si
0ad0: 7a 65 6f 66 28 2a 52 65 74 56 61 6c 5f 29 29 3b zeof(*RetVal_));
0ae0: 20 0d 0a 09 72 65 74 75 72 6e 20 76 65 72 69 66 ...return verif
0af0: 79 5f 63 61 73 65 28 52 65 74 56 61 6c 2c 20 42 y_case(RetVal, B
0b00: 69 72 74 68 4e 75 6d 62 65 72 73 56 61 6c 69 64 irthNumbersValid
0b10: 61 74 6f 72 28 29 2e 76 61 6c 69 64 61 74 65 28 ator().validate(
0b20: 74 65 73 74 29 29 3b 20 7d 0d 0a 69 6e 74 20 54 test)); }..int T
0b30: 65 73 74 5f 28 43 61 73 65 5f 3c 33 3e 29 20 7b est_(Case_<3>) {
0b40: 0d 0a 09 73 74 72 69 6e 67 20 74 65 73 74 5f 5b ...string test_[
0b50: 5d 20 3d 20 7b 22 38 31 30 32 33 31 30 30 30 37 ] = {"8102310007
0b60: 22 2c 22 38 31 30 34 31 32 31 32 33 35 22 7d 3b ","8104121235"};
0b70: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74 72 ... vector <str
0b80: 69 6e 67 3e 20 74 65 73 74 28 74 65 73 74 5f 2c ing> test(test_,
0b90: 20 74 65 73 74 5f 2b 73 69 7a 65 6f 66 28 74 65 test_+sizeof(te
0ba0: 73 74 5f 29 2f 73 69 7a 65 6f 66 28 2a 74 65 73 st_)/sizeof(*tes
0bb0: 74 5f 29 29 3b 20 0d 0a 09 73 74 72 69 6e 67 20 t_)); ...string
0bc0: 52 65 74 56 61 6c 5f 5b 5d 20 3d 20 7b 22 4e 4f RetVal_[] = {"NO
0bd0: 22 2c 20 22 4e 4f 22 20 7d 3b 0d 0a 09 20 20 76 ", "NO" };... v
0be0: 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 52 ector <string> R
0bf0: 65 74 56 61 6c 28 52 65 74 56 61 6c 5f 2c 20 52 etVal(RetVal_, R
0c00: 65 74 56 61 6c 5f 2b 73 69 7a 65 6f 66 28 52 65 etVal_+sizeof(Re
0c10: 74 56 61 6c 5f 29 2f 73 69 7a 65 6f 66 28 2a 52 tVal_)/sizeof(*R
0c20: 65 74 56 61 6c 5f 29 29 3b 20 0d 0a 09 72 65 74 etVal_)); ...ret
0c30: 75 72 6e 20 76 65 72 69 66 79 5f 63 61 73 65 28 urn verify_case(
0c40: 52 65 74 56 61 6c 2c 20 42 69 72 74 68 4e 75 6d RetVal, BirthNum
0c50: 62 65 72 73 56 61 6c 69 64 61 74 6f 72 28 29 2e bersValidator().
0c60: 76 61 6c 69 64 61 74 65 28 74 65 73 74 29 29 3b validate(test));
0c70: 20 7d 0d 0a 69 6e 74 20 54 65 73 74 5f 28 43 61 }..int Test_(Ca
0c80: 73 65 5f 3c 34 3e 29 20 7b 0d 0a 09 73 74 72 69 se_<4>) {...stri
0c90: 6e 67 20 74 65 73 74 5f 5b 5d 20 3d 20 7b 22 30 ng test_[] = {"0
0ca0: 34 31 31 31 33 31 32 33 37 22 7d 3b 0d 0a 09 20 411131237"};...
0cb0: 20 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e vector <string>
0cc0: 20 74 65 73 74 28 74 65 73 74 5f 2c 20 74 65 73 test(test_, tes
0cd0: 74 5f 2b 73 69 7a 65 6f 66 28 74 65 73 74 5f 29 t_+sizeof(test_)
0ce0: 2f 73 69 7a 65 6f 66 28 2a 74 65 73 74 5f 29 29 /sizeof(*test_))
0cf0: 3b 20 0d 0a 09 73 74 72 69 6e 67 20 52 65 74 56 ; ...string RetV
0d00: 61 6c 5f 5b 5d 20 3d 20 7b 22 59 45 53 22 20 7d al_[] = {"YES" }
0d10: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74 ;... vector <st
0d20: 72 69 6e 67 3e 20 52 65 74 56 61 6c 28 52 65 74 ring> RetVal(Ret
0d30: 56 61 6c 5f 2c 20 52 65 74 56 61 6c 5f 2b 73 69 Val_, RetVal_+si
0d40: 7a 65 6f 66 28 52 65 74 56 61 6c 5f 29 2f 73 69 zeof(RetVal_)/si
0d50: 7a 65 6f 66 28 2a 52 65 74 56 61 6c 5f 29 29 3b zeof(*RetVal_));
0d60: 20 0d 0a 09 72 65 74 75 72 6e 20 76 65 72 69 66 ...return verif
0d70: 79 5f 63 61 73 65 28 52 65 74 56 61 6c 2c 20 42 y_case(RetVal, B
0d80: 69 72 74 68 4e 75 6d 62 65 72 73 56 61 6c 69 64 irthNumbersValid
0d90: 61 74 6f 72 28 29 2e 76 61 6c 69 64 61 74 65 28 ator().validate(
0da0: 74 65 73 74 29 29 3b 20 7d 0d 0a 0d 0a 74 65 6d test)); }....tem
0db0: 70 6c 61 74 65 3c 69 6e 74 20 4e 3e 20 76 6f 69 plate<int N> voi
0dc0: 64 20 52 75 6e 5f 28 29 20 7b 20 63 65 72 72 20 d Run_() { cerr
0dd0: 3c 3c 20 22 54 65 73 74 20 43 61 73 65 20 23 22 << "Test Case #"
0de0: 20 3c 3c 20 4e 20 3c 3c 20 22 2e 2e 2e 22 20 3c << N << "..." <
0df0: 3c 20 66 6c 75 73 68 3b 20 54 65 73 74 5f 28 43 < flush; Test_(C
0e00: 61 73 65 5f 3c 4e 3e 28 29 29 3b 20 52 75 6e 5f ase_<N>()); Run_
0e10: 3c 73 69 7a 65 6f 66 28 54 65 73 74 5f 28 43 61 <sizeof(Test_(Ca
0e20: 73 65 5f 3c 4e 2b 31 3e 28 29 29 29 3d 3d 31 20 se_<N+1>()))==1
0e30: 3f 20 2d 31 20 3a 20 4e 2b 31 3e 28 29 3b 20 7d ? -1 : N+1>(); }
0e40: 0d 0a 74 65 6d 70 6c 61 74 65 3c 3e 20 20 20 20 ..template<>
0e50: 20 20 76 6f 69 64 20 52 75 6e 5f 3c 2d 31 3e 28 void Run_<-1>(
0e60: 29 20 7b 7d 0d 0a 69 6e 74 20 6d 61 69 6e 28 29 ) {}..int main()
0e70: 20 7b 20 52 75 6e 5f 3c 30 3e 28 29 3b 20 7d 0d { Run_<0>(); }.
0e80: 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48 45 52 45 .// END CUT HERE
0e90: 0d 0a 0d 0a ....