Artifact b2dac1aad2e2f1afc61a9c72867d454abd49b347:
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 74 75 70 6c 65 3e 0d 0a 75 73 69 6e 67 20 6e <tuple>..using n
0150: 61 6d 65 73 70 61 63 65 20 73 74 64 3b 0d 0a 74 amespace std;..t
0160: 79 70 65 64 65 66 20 6c 6f 6e 67 20 6c 6f 6e 67 ypedef long long
0170: 20 4c 4c 3b 0d 0a 74 79 70 65 64 65 66 20 63 6f LL;..typedef co
0180: 6d 70 6c 65 78 3c 64 6f 75 62 6c 65 3e 20 43 4d mplex<double> CM
0190: 50 3b 0d 0a 0d 0a 63 6c 61 73 73 20 52 50 53 4d P;....class RPSM
01a0: 61 67 69 63 54 72 69 63 6b 20 7b 20 70 75 62 6c agicTrick { publ
01b0: 69 63 3a 0d 0a 09 73 74 72 69 6e 67 20 67 75 65 ic:...string gue
01c0: 73 73 28 73 74 72 69 6e 67 20 65 78 61 6d 70 6c ss(string exampl
01d0: 65 47 75 65 73 73 2c 20 73 74 72 69 6e 67 20 65 eGuess, string e
01e0: 78 61 6d 70 6c 65 52 65 73 70 6f 6e 73 65 2c 20 xampleResponse,
01f0: 73 74 72 69 6e 67 20 76 6f 6c 75 6e 74 65 65 72 string volunteer
0200: 73 41 63 74 69 6f 6e 73 29 0d 0a 09 7b 0d 0a 09 sActions)...{...
0210: 09 73 74 72 69 6e 67 20 57 20 3d 20 73 74 72 69 .string W = stri
0220: 6e 67 28 29 20 2b 20 65 78 61 6d 70 6c 65 47 75 ng() + exampleGu
0230: 65 73 73 5b 30 5d 3b 0d 0a 09 09 73 74 72 69 6e ess[0];....strin
0240: 67 20 4c 20 3d 20 73 74 72 69 6e 67 28 29 20 2b g L = string() +
0250: 20 65 78 61 6d 70 6c 65 47 75 65 73 73 5b 31 5d exampleGuess[1]
0260: 3b 0d 0a 09 09 62 6f 6f 6c 20 54 20 3d 20 28 65 ;....bool T = (e
0270: 78 61 6d 70 6c 65 52 65 73 70 6f 6e 73 65 5b 30 xampleResponse[0
0280: 5d 20 3d 3d 20 27 52 27 29 3b 0d 0a 09 09 73 74 ] == 'R');....st
0290: 72 69 6e 67 20 61 6e 73 3b 0d 0a 09 09 66 6f 72 ring ans;....for
02a0: 20 28 69 6e 74 20 69 20 3d 20 30 3b 20 69 20 3c (int i = 0; i <
02b0: 20 76 6f 6c 75 6e 74 65 65 72 73 41 63 74 69 6f volunteersActio
02c0: 6e 73 2e 73 69 7a 65 28 29 3b 20 2b 2b 69 29 20 ns.size(); ++i)
02d0: 7b 0d 0a 09 09 09 69 66 20 28 76 6f 6c 75 6e 74 {.....if (volunt
02e0: 65 65 72 73 41 63 74 69 6f 6e 73 5b 69 5d 20 3d eersActions[i] =
02f0: 3d 20 27 3f 27 29 20 7b 0d 0a 09 09 09 09 61 6e = '?') {......an
0300: 73 20 2b 3d 20 28 54 20 3f 20 57 20 2b 20 4c 20 s += (T ? W + L
0310: 3a 20 4c 20 2b 20 57 29 3b 0d 0a 09 09 09 7d 0d : L + W);.....}.
0320: 0a 09 09 09 65 6c 73 65 20 7b 0d 0a 09 09 09 09 ....else {......
0330: 54 20 3d 20 21 54 3b 0d 0a 09 09 09 7d 0d 0a 09 T = !T;.....}...
0340: 09 7d 0d 0a 09 09 72 65 74 75 72 6e 20 61 6e 73 .}....return ans
0350: 3b 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 ;...}..};....//
0360: 42 45 47 49 4e 20 43 55 54 20 48 45 52 45 0d 0a BEGIN CUT HERE..
0370: 23 69 6e 63 6c 75 64 65 20 3c 63 74 69 6d 65 3e #include <ctime>
0380: 0d 0a 64 6f 75 62 6c 65 20 73 74 61 72 74 5f 74 ..double start_t
0390: 69 6d 65 3b 20 73 74 72 69 6e 67 20 74 69 6d 65 ime; string time
03a0: 72 28 29 0d 0a 20 7b 20 6f 73 74 72 69 6e 67 73 r().. { ostrings
03b0: 74 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 tream os; os <<
03c0: 22 20 28 22 20 3c 3c 20 69 6e 74 28 28 63 6c 6f " (" << int((clo
03d0: 63 6b 28 29 2d 73 74 61 72 74 5f 74 69 6d 65 29 ck()-start_time)
03e0: 2f 43 4c 4f 43 4b 53 5f 50 45 52 5f 53 45 43 2a /CLOCKS_PER_SEC*
03f0: 31 30 30 30 29 20 3c 3c 20 22 20 6d 73 65 63 29 1000) << " msec)
0400: 22 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 74 72 "; return os.str
0410: 28 29 3b 20 7d 0d 0a 74 65 6d 70 6c 61 74 65 3c (); }..template<
0420: 74 79 70 65 6e 61 6d 65 20 54 3e 20 6f 73 74 72 typename T> ostr
0430: 65 61 6d 26 20 6f 70 65 72 61 74 6f 72 3c 3c 28 eam& operator<<(
0440: 6f 73 74 72 65 61 6d 26 20 6f 73 2c 20 63 6f 6e ostream& os, con
0450: 73 74 20 76 65 63 74 6f 72 3c 54 3e 26 20 76 29 st vector<T>& v)
0460: 0d 0a 20 7b 20 6f 73 20 3c 3c 20 22 7b 20 22 3b .. { os << "{ ";
0470: 0d 0a 20 20 20 66 6f 72 28 74 79 70 65 6e 61 6d .. for(typenam
0480: 65 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e e vector<T>::con
0490: 73 74 5f 69 74 65 72 61 74 6f 72 20 69 74 3d 76 st_iterator it=v
04a0: 2e 62 65 67 69 6e 28 29 3b 20 69 74 21 3d 76 2e .begin(); it!=v.
04b0: 65 6e 64 28 29 3b 20 2b 2b 69 74 29 0d 0a 20 20 end(); ++it)..
04c0: 20 6f 73 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a os << '\"' << *
04d0: 69 74 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 28 69 it << '\"' << (i
04e0: 74 2b 31 3d 3d 76 2e 65 6e 64 28 29 20 3f 20 22 t+1==v.end() ? "
04f0: 22 20 3a 20 22 2c 20 22 29 3b 20 6f 73 20 3c 3c " : ", "); os <<
0500: 20 22 20 7d 22 3b 20 72 65 74 75 72 6e 20 6f 73 " }"; return os
0510: 3b 20 7d 0d 0a 76 6f 69 64 20 76 65 72 69 66 79 ; }..void verify
0520: 5f 63 61 73 65 28 63 6f 6e 73 74 20 73 74 72 69 _case(const stri
0530: 6e 67 26 20 45 78 70 65 63 74 65 64 2c 20 63 6f ng& Expected, co
0540: 6e 73 74 20 73 74 72 69 6e 67 26 20 52 65 63 65 nst string& Rece
0550: 69 76 65 64 29 20 7b 0d 0a 20 62 6f 6f 6c 20 6f ived) {.. bool o
0560: 6b 20 3d 20 28 45 78 70 65 63 74 65 64 20 3d 3d k = (Expected ==
0570: 20 52 65 63 65 69 76 65 64 29 3b 0d 0a 20 69 66 Received);.. if
0580: 28 6f 6b 29 20 63 65 72 72 20 3c 3c 20 22 50 41 (ok) cerr << "PA
0590: 53 53 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 SSED" << timer()
05a0: 20 3c 3c 20 65 6e 64 6c 3b 20 20 65 6c 73 65 20 << endl; else
05b0: 7b 20 63 65 72 72 20 3c 3c 20 22 46 41 49 4c 45 { cerr << "FAILE
05c0: 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c D" << timer() <<
05d0: 20 65 6e 64 6c 3b 0d 0a 20 63 65 72 72 20 3c 3c endl;.. cerr <<
05e0: 20 22 5c 74 6f 3a 20 5c 22 22 20 3c 3c 20 45 78 "\to: \"" << Ex
05f0: 70 65 63 74 65 64 20 3c 3c 20 27 5c 22 27 20 3c pected << '\"' <
0600: 3c 20 65 6e 64 6c 20 3c 3c 20 22 5c 74 78 3a 20 < endl << "\tx:
0610: 5c 22 22 20 3c 3c 20 52 65 63 65 69 76 65 64 20 \"" << Received
0620: 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b << '\"' << endl;
0630: 20 7d 20 7d 0d 0a 23 64 65 66 69 6e 65 20 43 41 } }..#define CA
0640: 53 45 28 4e 29 20 7b 63 65 72 72 20 3c 3c 20 22 SE(N) {cerr << "
0650: 54 65 73 74 20 43 61 73 65 20 23 22 20 3c 3c 20 Test Case #" <<
0660: 4e 20 3c 3c 20 22 2e 2e 2e 22 20 3c 3c 20 66 6c N << "..." << fl
0670: 75 73 68 3b 20 73 74 61 72 74 5f 74 69 6d 65 3d ush; start_time=
0680: 63 6c 6f 63 6b 28 29 3b 0d 0a 23 64 65 66 69 6e clock();..#defin
0690: 65 20 45 4e 44 09 20 76 65 72 69 66 79 5f 63 61 e END. verify_ca
06a0: 73 65 28 5f 2c 20 52 50 53 4d 61 67 69 63 54 72 se(_, RPSMagicTr
06b0: 69 63 6b 28 29 2e 67 75 65 73 73 28 65 78 61 6d ick().guess(exam
06c0: 70 6c 65 47 75 65 73 73 2c 20 65 78 61 6d 70 6c pleGuess, exampl
06d0: 65 52 65 73 70 6f 6e 73 65 2c 20 76 6f 6c 75 6e eResponse, volun
06e0: 74 65 65 72 73 41 63 74 69 6f 6e 73 29 29 3b 7d teersActions));}
06f0: 0d 0a 69 6e 74 20 6d 61 69 6e 28 29 7b 0d 0a 43 ..int main(){..C
0700: 41 53 45 28 30 29 0d 0a 09 73 74 72 69 6e 67 20 ASE(0)...string
0710: 65 78 61 6d 70 6c 65 47 75 65 73 73 20 3d 20 22 exampleGuess = "
0720: 42 41 22 3b 20 0d 0a 09 73 74 72 69 6e 67 20 65 BA"; ...string e
0730: 78 61 6d 70 6c 65 52 65 73 70 6f 6e 73 65 20 3d xampleResponse =
0740: 20 22 52 69 67 68 74 2e 22 3b 20 0d 0a 09 73 74 "Right."; ...st
0750: 72 69 6e 67 20 76 6f 6c 75 6e 74 65 65 72 73 41 ring volunteersA
0760: 63 74 69 6f 6e 73 20 3d 20 22 57 3f 53 3f 3f 57 ctions = "W?S??W
0770: 3f 3f 53 53 3f 3f 57 53 3f 57 3f 3f 22 3b 20 0d ??SS??WS?W??"; .
0780: 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 41 42 ..string _ = "AB
0790: 42 41 41 43 42 43 43 41 41 42 41 42 41 42 42 41 BAACBCCAABABABBA
07a0: 43 42 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 CB"; ..END..CASE
07b0: 28 31 29 0d 0a 09 73 74 72 69 6e 67 20 65 78 61 (1)...string exa
07c0: 6d 70 6c 65 47 75 65 73 73 20 3d 20 22 42 41 22 mpleGuess = "BA"
07d0: 3b 20 0d 0a 09 73 74 72 69 6e 67 20 65 78 61 6d ; ...string exam
07e0: 70 6c 65 52 65 73 70 6f 6e 73 65 20 3d 20 22 57 pleResponse = "W
07f0: 72 6f 6e 67 2e 22 3b 20 0d 0a 09 73 74 72 69 6e rong."; ...strin
0800: 67 20 76 6f 6c 75 6e 74 65 65 72 73 41 63 74 69 g volunteersActi
0810: 6f 6e 73 20 3d 20 22 3f 53 3f 57 53 3f 53 57 3f ons = "?S?WS?SW?
0820: 57 53 57 57 53 2d 3f 3f 3f 53 3f 3f 57 57 57 3f WSWWS-???S??WWW?
0830: 22 3b 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d "; ...string _ =
0840: 20 22 41 42 43 42 43 42 42 41 43 42 42 41 43 42 "ABCBCBBACBBACB
0850: 43 42 41 42 43 41 22 3b 20 0d 0a 45 4e 44 0d 0a CBABCA"; ..END..
0860: 2f 2a 0d 0a 43 41 53 45 28 32 29 0d 0a 09 73 74 /*..CASE(2)...st
0870: 72 69 6e 67 20 65 78 61 6d 70 6c 65 47 75 65 73 ring exampleGues
0880: 73 20 3d 20 3b 20 0d 0a 09 73 74 72 69 6e 67 20 s = ; ...string
0890: 65 78 61 6d 70 6c 65 52 65 73 70 6f 6e 73 65 20 exampleResponse
08a0: 3d 20 3b 20 0d 0a 09 73 74 72 69 6e 67 20 76 6f = ; ...string vo
08b0: 6c 75 6e 74 65 65 72 73 41 63 74 69 6f 6e 73 20 lunteersActions
08c0: 3d 20 3b 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 = ; ...string _
08d0: 3d 20 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 = ; ..END..CASE(
08e0: 33 29 0d 0a 09 73 74 72 69 6e 67 20 65 78 61 6d 3)...string exam
08f0: 70 6c 65 47 75 65 73 73 20 3d 20 3b 20 0d 0a 09 pleGuess = ; ...
0900: 73 74 72 69 6e 67 20 65 78 61 6d 70 6c 65 52 65 string exampleRe
0910: 73 70 6f 6e 73 65 20 3d 20 3b 20 0d 0a 09 73 74 sponse = ; ...st
0920: 72 69 6e 67 20 76 6f 6c 75 6e 74 65 65 72 73 41 ring volunteersA
0930: 63 74 69 6f 6e 73 20 3d 20 3b 20 0d 0a 09 73 74 ctions = ; ...st
0940: 72 69 6e 67 20 5f 20 3d 20 3b 20 0d 0a 45 4e 44 ring _ = ; ..END
0950: 0d 0a 2a 2f 0d 0a 7d 0d 0a 2f 2f 20 45 4e 44 20 ..*/..}..// END
0960: 43 55 54 20 48 45 52 45 0d 0a CUT HERE..