Artifact 127824245ae6e183bb45c64807fc06bb0fde01c4:
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 23 69 66 64 65 <cstring>..#ifde
0150: 66 20 5f 5f 47 4e 55 43 5f 5f 0d 0a 23 69 6e 63 f __GNUC__..#inc
0160: 6c 75 64 65 20 3c 65 78 74 2f 68 61 73 68 5f 6d lude <ext/hash_m
0170: 61 70 3e 0d 0a 23 64 65 66 69 6e 65 20 75 6e 6f ap>..#define uno
0180: 72 64 65 72 65 64 5f 6d 61 70 20 5f 5f 67 6e 75 rdered_map __gnu
0190: 5f 63 78 78 3a 3a 68 61 73 68 5f 6d 61 70 0d 0a _cxx::hash_map..
01a0: 23 65 6c 73 65 0d 0a 23 69 6e 63 6c 75 64 65 20 #else..#include
01b0: 3c 75 6e 6f 72 64 65 72 65 64 5f 6d 61 70 3e 0d <unordered_map>.
01c0: 0a 23 65 6e 64 69 66 0d 0a 75 73 69 6e 67 20 6e .#endif..using n
01d0: 61 6d 65 73 70 61 63 65 20 73 74 64 3b 0d 0a 74 amespace std;..t
01e0: 79 70 65 64 65 66 20 6c 6f 6e 67 20 6c 6f 6e 67 ypedef long long
01f0: 20 4c 4c 3b 0d 0a 74 79 70 65 64 65 66 20 63 6f LL;..typedef co
0200: 6d 70 6c 65 78 3c 64 6f 75 62 6c 65 3e 20 43 4d mplex<double> CM
0210: 50 3b 0d 0a 0d 0a 63 6c 61 73 73 20 50 69 6b 61 P;....class Pika
0220: 63 68 75 45 61 73 79 20 7b 20 70 75 62 6c 69 63 chuEasy { public
0230: 3a 0d 0a 09 73 74 72 69 6e 67 20 63 68 65 63 6b :...string check
0240: 28 73 74 72 69 6e 67 20 77 6f 72 64 29 0d 0a 09 (string word)...
0250: 7b 0d 0a 09 09 73 74 72 69 6e 67 20 7a 7a 5b 5d {....string zz[]
0260: 20 3d 20 7b 22 70 69 22 2c 20 22 6b 61 22 2c 20 = {"pi", "ka",
0270: 22 63 68 75 22 7d 3b 0d 0a 09 09 77 68 69 6c 65 "chu"};....while
0280: 28 21 77 6f 72 64 2e 65 6d 70 74 79 28 29 29 0d (!word.empty()).
0290: 0a 09 09 7b 0d 0a 09 09 09 66 6f 72 28 69 6e 74 ...{.....for(int
02a0: 20 69 3d 30 3b 20 69 3c 33 3b 20 2b 2b 69 29 0d i=0; i<3; ++i).
02b0: 0a 09 09 09 09 69 66 28 20 77 6f 72 64 2e 73 69 .....if( word.si
02c0: 7a 65 28 29 3e 3d 7a 7a 5b 69 5d 2e 73 69 7a 65 ze()>=zz[i].size
02d0: 28 29 20 26 26 20 77 6f 72 64 2e 73 75 62 73 74 () && word.subst
02e0: 72 28 30 2c 7a 7a 5b 69 5d 2e 73 69 7a 65 28 29 r(0,zz[i].size()
02f0: 29 3d 3d 7a 7a 5b 69 5d 20 29 20 7b 0d 0a 09 09 )==zz[i] ) {....
0300: 09 09 09 77 6f 72 64 20 3d 20 77 6f 72 64 2e 73 ...word = word.s
0310: 75 62 73 74 72 28 7a 7a 5b 69 5d 2e 73 69 7a 65 ubstr(zz[i].size
0320: 28 29 29 3b 0d 0a 09 09 09 09 09 67 6f 74 6f 20 ());.......goto
0330: 6e 65 78 74 3b 0d 0a 09 09 09 09 7d 0d 0a 09 09 next;......}....
0340: 09 72 65 74 75 72 6e 20 22 4e 4f 22 3b 0d 0a 09 .return "NO";...
0350: 09 6e 65 78 74 3a 3b 0d 0a 09 09 7d 0d 0a 09 09 .next:;....}....
0360: 72 65 74 75 72 6e 20 22 59 45 53 22 3b 0d 0a 09 return "YES";...
0370: 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 42 45 47 49 }..};....// BEGI
0380: 4e 20 43 55 54 20 48 45 52 45 0d 0a 23 69 6e 63 N CUT HERE..#inc
0390: 6c 75 64 65 20 3c 63 74 69 6d 65 3e 0d 0a 64 6f lude <ctime>..do
03a0: 75 62 6c 65 20 73 74 61 72 74 5f 74 69 6d 65 3b uble start_time;
03b0: 20 73 74 72 69 6e 67 20 74 69 6d 65 72 28 29 0d string timer().
03c0: 0a 20 7b 20 6f 73 74 72 69 6e 67 73 74 72 65 61 . { ostringstrea
03d0: 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 20 28 22 m os; os << " ("
03e0: 20 3c 3c 20 69 6e 74 28 28 63 6c 6f 63 6b 28 29 << int((clock()
03f0: 2d 73 74 61 72 74 5f 74 69 6d 65 29 2f 43 4c 4f -start_time)/CLO
0400: 43 4b 53 5f 50 45 52 5f 53 45 43 2a 31 30 30 30 CKS_PER_SEC*1000
0410: 29 20 3c 3c 20 22 20 6d 73 65 63 29 22 3b 20 72 ) << " msec)"; r
0420: 65 74 75 72 6e 20 6f 73 2e 73 74 72 28 29 3b 20 eturn os.str();
0430: 7d 0d 0a 74 65 6d 70 6c 61 74 65 3c 74 79 70 65 }..template<type
0440: 6e 61 6d 65 20 54 3e 20 6f 73 74 72 65 61 6d 26 name T> ostream&
0450: 20 6f 70 65 72 61 74 6f 72 3c 3c 28 6f 73 74 72 operator<<(ostr
0460: 65 61 6d 26 20 6f 73 2c 20 63 6f 6e 73 74 20 76 eam& os, const v
0470: 65 63 74 6f 72 3c 54 3e 26 20 76 29 0d 0a 20 7b ector<T>& v).. {
0480: 20 6f 73 20 3c 3c 20 22 7b 20 22 3b 0d 0a 20 20 os << "{ ";..
0490: 20 66 6f 72 28 74 79 70 65 6e 61 6d 65 20 76 65 for(typename ve
04a0: 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 74 5f 69 ctor<T>::const_i
04b0: 74 65 72 61 74 6f 72 20 69 74 3d 76 2e 62 65 67 terator it=v.beg
04c0: 69 6e 28 29 3b 20 69 74 21 3d 76 2e 65 6e 64 28 in(); it!=v.end(
04d0: 29 3b 20 2b 2b 69 74 29 0d 0a 20 20 20 6f 73 20 ); ++it).. os
04e0: 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a 69 74 20 3c << '\"' << *it <
04f0: 3c 20 27 5c 22 27 20 3c 3c 20 28 69 74 2b 31 3d < '\"' << (it+1=
0500: 3d 76 2e 65 6e 64 28 29 20 3f 20 22 22 20 3a 20 =v.end() ? "" :
0510: 22 2c 20 22 29 3b 20 6f 73 20 3c 3c 20 22 20 7d ", "); os << " }
0520: 22 3b 20 72 65 74 75 72 6e 20 6f 73 3b 20 7d 0d "; return os; }.
0530: 0a 76 6f 69 64 20 76 65 72 69 66 79 5f 63 61 73 .void verify_cas
0540: 65 28 63 6f 6e 73 74 20 73 74 72 69 6e 67 26 20 e(const string&
0550: 45 78 70 65 63 74 65 64 2c 20 63 6f 6e 73 74 20 Expected, const
0560: 73 74 72 69 6e 67 26 20 52 65 63 65 69 76 65 64 string& Received
0570: 29 20 7b 0d 0a 20 62 6f 6f 6c 20 6f 6b 20 3d 20 ) {.. bool ok =
0580: 28 45 78 70 65 63 74 65 64 20 3d 3d 20 52 65 63 (Expected == Rec
0590: 65 69 76 65 64 29 3b 0d 0a 20 69 66 28 6f 6b 29 eived);.. if(ok)
05a0: 20 63 65 72 72 20 3c 3c 20 22 50 41 53 53 45 44 cerr << "PASSED
05b0: 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20 " << timer() <<
05c0: 65 6e 64 6c 3b 20 20 65 6c 73 65 20 7b 20 63 65 endl; else { ce
05d0: 72 72 20 3c 3c 20 22 46 41 49 4c 45 44 22 20 3c rr << "FAILED" <
05e0: 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e 64 < timer() << end
05f0: 6c 3b 0d 0a 20 63 65 72 72 20 3c 3c 20 22 5c 74 l;.. cerr << "\t
0600: 6f 3a 20 5c 22 22 20 3c 3c 20 45 78 70 65 63 74 o: \"" << Expect
0610: 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e ed << '\"' << en
0620: 64 6c 20 3c 3c 20 22 5c 74 78 3a 20 5c 22 22 20 dl << "\tx: \""
0630: 3c 3c 20 52 65 63 65 69 76 65 64 20 3c 3c 20 27 << Received << '
0640: 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20 7d 20 7d \"' << endl; } }
0650: 0d 0a 23 64 65 66 69 6e 65 20 43 41 53 45 28 4e ..#define CASE(N
0660: 29 20 7b 63 65 72 72 20 3c 3c 20 22 54 65 73 74 ) {cerr << "Test
0670: 20 43 61 73 65 20 23 22 20 3c 3c 20 4e 20 3c 3c Case #" << N <<
0680: 20 22 2e 2e 2e 22 20 3c 3c 20 66 6c 75 73 68 3b "..." << flush;
0690: 20 73 74 61 72 74 5f 74 69 6d 65 3d 63 6c 6f 63 start_time=cloc
06a0: 6b 28 29 3b 0d 0a 23 64 65 66 69 6e 65 20 45 4e k();..#define EN
06b0: 44 09 20 76 65 72 69 66 79 5f 63 61 73 65 28 5f D. verify_case(_
06c0: 2c 20 50 69 6b 61 63 68 75 45 61 73 79 28 29 2e , PikachuEasy().
06d0: 63 68 65 63 6b 28 77 6f 72 64 29 29 3b 7d 0d 0a check(word));}..
06e0: 69 6e 74 20 6d 61 69 6e 28 29 7b 0d 0a 0d 0a 43 int main(){....C
06f0: 41 53 45 28 30 29 0d 0a 09 73 74 72 69 6e 67 20 ASE(0)...string
0700: 77 6f 72 64 20 3d 20 22 70 69 6b 61 70 69 22 3b word = "pikapi";
0710: 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 ...string _ = "
0720: 59 45 53 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 YES"; ..END..CAS
0730: 45 28 31 29 0d 0a 09 73 74 72 69 6e 67 20 77 6f E(1)...string wo
0740: 72 64 20 3d 20 22 70 69 70 69 6b 61 63 68 75 22 rd = "pipikachu"
0750: 3b 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 ; ...string _ =
0760: 22 59 45 53 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 "YES"; ..END..CA
0770: 53 45 28 32 29 0d 0a 09 73 74 72 69 6e 67 20 77 SE(2)...string w
0780: 6f 72 64 20 3d 20 22 70 69 6b 61 71 69 75 22 3b ord = "pikaqiu";
0790: 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 ...string _ = "
07a0: 4e 4f 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 NO"; ..END..CASE
07b0: 28 33 29 0d 0a 09 73 74 72 69 6e 67 20 77 6f 72 (3)...string wor
07c0: 64 20 3d 20 22 74 6f 70 63 6f 64 65 72 22 3b 20 d = "topcoder";
07d0: 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 4e ...string _ = "N
07e0: 4f 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 O"; ..END..CASE(
07f0: 34 29 0d 0a 09 73 74 72 69 6e 67 20 77 6f 72 64 4)...string word
0800: 20 3d 20 22 70 69 69 6b 61 22 3b 20 0d 0a 09 73 = "piika"; ...s
0810: 74 72 69 6e 67 20 5f 20 3d 20 22 4e 4f 22 3b 20 tring _ = "NO";
0820: 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 35 29 0d 0a ..END..CASE(5)..
0830: 09 73 74 72 69 6e 67 20 77 6f 72 64 20 3d 20 22 .string word = "
0840: 63 68 75 70 69 6b 61 63 68 75 70 69 70 69 63 68 chupikachupipich
0850: 75 22 3b 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 u"; ...string _
0860: 3d 20 22 59 45 53 22 3b 20 0d 0a 45 4e 44 0d 0a = "YES"; ..END..
0870: 43 41 53 45 28 36 29 0d 0a 09 73 74 72 69 6e 67 CASE(6)...string
0880: 20 77 6f 72 64 20 3d 20 22 70 69 6b 61 70 69 70 word = "pikapip
0890: 61 63 68 75 22 3b 20 0d 0a 09 73 74 72 69 6e 67 achu"; ...string
08a0: 20 5f 20 3d 20 22 4e 4f 22 3b 20 0d 0a 45 4e 44 _ = "NO"; ..END
08b0: 0d 0a 2f 2a 0d 0a 43 41 53 45 28 37 29 0d 0a 09 ../*..CASE(7)...
08c0: 73 74 72 69 6e 67 20 77 6f 72 64 20 3d 20 3b 20 string word = ;
08d0: 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 3b 20 ...string _ = ;
08e0: 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 38 29 0d 0a ..END..CASE(8)..
08f0: 09 73 74 72 69 6e 67 20 77 6f 72 64 20 3d 20 3b .string word = ;
0900: 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 3b ...string _ = ;
0910: 20 0d 0a 45 4e 44 0d 0a 2a 2f 0d 0a 7d 0d 0a 2f ..END..*/..}../
0920: 2f 20 45 4e 44 20 43 55 54 20 48 45 52 45 0d 0a / END CUT HERE..