Artifact 299e5c03487b074ccbd1c4fc5b2b60faf84e7c21:
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 54 68 CMP;....class Th
01a0: 65 4c 6f 63 6b 44 69 76 4f 6e 65 20 7b 20 70 75 eLockDivOne { pu
01b0: 62 6c 69 63 3a 0d 0a 09 73 74 72 69 6e 67 20 70 blic:...string p
01c0: 61 73 73 77 6f 72 64 28 69 6e 74 20 6e 2c 20 6c assword(int n, l
01d0: 6f 6e 67 20 6c 6f 6e 67 20 6b 29 20 0d 0a 09 7b ong long k) ...{
01e0: 0d 0a 09 09 2d 2d 6b 3b 0d 0a 09 09 72 65 74 75 ....--k;....retu
01f0: 72 6e 20 6c 65 78 6c 61 73 74 28 6e 2d 31 2c 20 rn lexlast(n-1,
0200: 6b 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 73 74 72 69 k);...}.....stri
0210: 6e 67 20 6b 74 68 28 69 6e 74 20 69 2c 20 4c 4c ng kth(int i, LL
0220: 20 6b 29 0d 0a 09 7b 0d 0a 09 09 69 66 28 20 69 k)...{....if( i
0230: 20 3c 20 30 20 29 0d 0a 09 09 09 72 65 74 75 72 < 0 ).....retur
0240: 6e 20 22 22 3b 0d 0a 0d 0a 09 09 69 66 28 20 6b n "";......if( k
0250: 20 26 20 28 31 4c 4c 3c 3c 69 29 20 29 0d 0a 09 & (1LL<<i) )...
0260: 09 09 72 65 74 75 72 6e 20 22 31 22 20 2b 20 6b ..return "1" + k
0270: 74 68 28 69 2d 31 2c 20 6b 3d 3d 28 31 4c 4c 3c th(i-1, k==(1LL<
0280: 3c 69 29 20 3f 20 28 31 4c 4c 3c 3c 69 29 2d 31 <i) ? (1LL<<i)-1
0290: 20 3a 20 6b 2d 28 31 4c 4c 3c 3c 69 29 2d 31 29 : k-(1LL<<i)-1)
02a0: 3b 0d 0a 09 09 65 6c 73 65 0d 0a 09 09 09 72 65 ;....else.....re
02b0: 74 75 72 6e 20 22 30 22 20 2b 20 6b 74 68 28 69 turn "0" + kth(i
02c0: 2d 31 2c 20 6b 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 -1, k);...}.....
02d0: 73 74 72 69 6e 67 20 6c 65 78 6c 61 73 74 28 69 string lexlast(i
02e0: 6e 74 20 69 2c 20 4c 4c 20 6b 29 0d 0a 09 7b 0d nt i, LL k)...{.
02f0: 0a 09 09 69 66 28 20 69 20 3c 20 30 20 29 0d 0a ...if( i < 0 )..
0300: 09 09 09 72 65 74 75 72 6e 20 22 22 3b 0d 0a 0d ...return "";...
0310: 0a 09 09 69 66 28 20 6b 20 26 20 28 31 4c 4c 3c ...if( k & (1LL<
0320: 3c 69 29 20 29 20 7b 0d 0a 09 09 09 73 74 72 69 <i) ) {.....stri
0330: 6e 67 20 61 20 3d 20 6b 74 68 28 69 2d 31 2c 20 ng a = kth(i-1,
0340: 28 31 4c 4c 3c 3c 69 29 2d 31 29 3b 0d 0a 09 09 (1LL<<i)-1);....
0350: 09 69 66 28 20 6b 20 3d 3d 20 28 31 4c 4c 3c 3c .if( k == (1LL<<
0360: 69 29 20 29 0d 0a 09 09 09 09 72 65 74 75 72 6e i) )......return
0370: 20 22 31 22 20 2b 20 61 3b 0d 0a 09 09 09 73 74 "1" + a;.....st
0380: 72 69 6e 67 20 62 20 3d 20 6c 65 78 6c 61 73 74 ring b = lexlast
0390: 28 69 2d 31 2c 20 6b 2d 28 31 4c 4c 3c 3c 69 29 (i-1, k-(1LL<<i)
03a0: 2d 31 29 3b 0d 0a 09 09 09 72 65 74 75 72 6e 20 -1);.....return
03b0: 22 31 22 20 2b 20 6d 61 78 28 61 2c 62 29 3b 0d "1" + max(a,b);.
03c0: 0a 09 09 7d 0d 0a 09 09 65 6c 73 65 0d 0a 09 09 ...}....else....
03d0: 09 72 65 74 75 72 6e 20 22 30 22 20 2b 20 6c 65 .return "0" + le
03e0: 78 6c 61 73 74 28 69 2d 31 2c 20 6b 29 3b 0d 0a xlast(i-1, k);..
03f0: 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 42 45 47 .}..};....// BEG
0400: 49 4e 20 43 55 54 20 48 45 52 45 0d 0a 23 69 6e IN CUT HERE..#in
0410: 63 6c 75 64 65 20 3c 63 74 69 6d 65 3e 0d 0a 64 clude <ctime>..d
0420: 6f 75 62 6c 65 20 73 74 61 72 74 5f 74 69 6d 65 ouble start_time
0430: 3b 20 73 74 72 69 6e 67 20 74 69 6d 65 72 28 29 ; string timer()
0440: 0d 0a 20 7b 20 6f 73 74 72 69 6e 67 73 74 72 65 .. { ostringstre
0450: 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 20 28 am os; os << " (
0460: 22 20 3c 3c 20 69 6e 74 28 28 63 6c 6f 63 6b 28 " << int((clock(
0470: 29 2d 73 74 61 72 74 5f 74 69 6d 65 29 2f 43 4c )-start_time)/CL
0480: 4f 43 4b 53 5f 50 45 52 5f 53 45 43 2a 31 30 30 OCKS_PER_SEC*100
0490: 30 29 20 3c 3c 20 22 20 6d 73 65 63 29 22 3b 20 0) << " msec)";
04a0: 72 65 74 75 72 6e 20 6f 73 2e 73 74 72 28 29 3b return os.str();
04b0: 20 7d 0d 0a 74 65 6d 70 6c 61 74 65 3c 74 79 70 }..template<typ
04c0: 65 6e 61 6d 65 20 54 3e 20 6f 73 74 72 65 61 6d ename T> ostream
04d0: 26 20 6f 70 65 72 61 74 6f 72 3c 3c 28 6f 73 74 & operator<<(ost
04e0: 72 65 61 6d 26 20 6f 73 2c 20 63 6f 6e 73 74 20 ream& os, const
04f0: 76 65 63 74 6f 72 3c 54 3e 26 20 76 29 0d 0a 20 vector<T>& v)..
0500: 7b 20 6f 73 20 3c 3c 20 22 7b 20 22 3b 0d 0a 20 { os << "{ ";..
0510: 20 20 66 6f 72 28 74 79 70 65 6e 61 6d 65 20 76 for(typename v
0520: 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 74 5f ector<T>::const_
0530: 69 74 65 72 61 74 6f 72 20 69 74 3d 76 2e 62 65 iterator it=v.be
0540: 67 69 6e 28 29 3b 20 69 74 21 3d 76 2e 65 6e 64 gin(); it!=v.end
0550: 28 29 3b 20 2b 2b 69 74 29 0d 0a 20 20 20 6f 73 (); ++it).. os
0560: 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a 69 74 20 << '\"' << *it
0570: 3c 3c 20 27 5c 22 27 20 3c 3c 20 28 69 74 2b 31 << '\"' << (it+1
0580: 3d 3d 76 2e 65 6e 64 28 29 20 3f 20 22 22 20 3a ==v.end() ? "" :
0590: 20 22 2c 20 22 29 3b 20 6f 73 20 3c 3c 20 22 20 ", "); os << "
05a0: 7d 22 3b 20 72 65 74 75 72 6e 20 6f 73 3b 20 7d }"; return os; }
05b0: 0d 0a 76 6f 69 64 20 76 65 72 69 66 79 5f 63 61 ..void verify_ca
05c0: 73 65 28 63 6f 6e 73 74 20 73 74 72 69 6e 67 26 se(const string&
05d0: 20 45 78 70 65 63 74 65 64 2c 20 63 6f 6e 73 74 Expected, const
05e0: 20 73 74 72 69 6e 67 26 20 52 65 63 65 69 76 65 string& Receive
05f0: 64 29 20 7b 0d 0a 20 62 6f 6f 6c 20 6f 6b 20 3d d) {.. bool ok =
0600: 20 28 45 78 70 65 63 74 65 64 20 3d 3d 20 52 65 (Expected == Re
0610: 63 65 69 76 65 64 29 3b 0d 0a 20 69 66 28 6f 6b ceived);.. if(ok
0620: 29 20 63 65 72 72 20 3c 3c 20 22 50 41 53 53 45 ) cerr << "PASSE
0630: 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c D" << timer() <<
0640: 20 65 6e 64 6c 3b 20 20 65 6c 73 65 20 7b 20 63 endl; else { c
0650: 65 72 72 20 3c 3c 20 22 46 41 49 4c 45 44 22 20 err << "FAILED"
0660: 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e << timer() << en
0670: 64 6c 3b 0d 0a 20 63 65 72 72 20 3c 3c 20 22 5c dl;.. cerr << "\
0680: 74 6f 3a 20 5c 22 22 20 3c 3c 20 45 78 70 65 63 to: \"" << Expec
0690: 74 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 ted << '\"' << e
06a0: 6e 64 6c 20 3c 3c 20 22 5c 74 78 3a 20 5c 22 22 ndl << "\tx: \""
06b0: 20 3c 3c 20 52 65 63 65 69 76 65 64 20 3c 3c 20 << Received <<
06c0: 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20 7d 20 '\"' << endl; }
06d0: 7d 0d 0a 23 64 65 66 69 6e 65 20 43 41 53 45 28 }..#define CASE(
06e0: 4e 29 20 7b 63 65 72 72 20 3c 3c 20 22 54 65 73 N) {cerr << "Tes
06f0: 74 20 43 61 73 65 20 23 22 20 3c 3c 20 4e 20 3c t Case #" << N <
0700: 3c 20 22 2e 2e 2e 22 20 3c 3c 20 66 6c 75 73 68 < "..." << flush
0710: 3b 20 73 74 61 72 74 5f 74 69 6d 65 3d 63 6c 6f ; start_time=clo
0720: 63 6b 28 29 3b 0d 0a 23 64 65 66 69 6e 65 20 45 ck();..#define E
0730: 4e 44 09 20 76 65 72 69 66 79 5f 63 61 73 65 28 ND. verify_case(
0740: 5f 2c 20 54 68 65 4c 6f 63 6b 44 69 76 4f 6e 65 _, TheLockDivOne
0750: 28 29 2e 70 61 73 73 77 6f 72 64 28 6e 2c 20 6b ().password(n, k
0760: 29 29 3b 7d 0d 0a 69 6e 74 20 6d 61 69 6e 28 29 ));}..int main()
0770: 7b 0d 0a 0d 0a 43 41 53 45 28 30 29 0d 0a 09 69 {....CASE(0)...i
0780: 6e 74 20 6e 20 3d 20 32 3b 20 0d 0a 09 6c 6f 6e nt n = 2; ...lon
0790: 67 20 6c 6f 6e 67 20 6b 20 3d 20 34 4c 4c 3b 20 g long k = 4LL;
07a0: 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 31 ...string _ = "1
07b0: 31 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 1"; ..END..CASE(
07c0: 31 29 0d 0a 09 69 6e 74 20 6e 20 3d 20 33 3b 20 1)...int n = 3;
07d0: 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 6b 20 3d ...long long k =
07e0: 20 38 4c 4c 3b 20 0d 0a 09 73 74 72 69 6e 67 20 8LL; ...string
07f0: 5f 20 3d 20 22 31 31 31 22 3b 20 0d 0a 45 4e 44 _ = "111"; ..END
0800: 0d 0a 43 41 53 45 28 32 29 0d 0a 09 69 6e 74 20 ..CASE(2)...int
0810: 6e 20 3d 20 34 3b 20 0d 0a 09 6c 6f 6e 67 20 6c n = 4; ...long l
0820: 6f 6e 67 20 6b 20 3d 20 36 4c 4c 3b 20 0d 0a 09 ong k = 6LL; ...
0830: 73 74 72 69 6e 67 20 5f 20 3d 20 22 30 31 31 30 string _ = "0110
0840: 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 33 "; ..END..CASE(3
0850: 29 0d 0a 09 69 6e 74 20 6e 20 3d 20 31 30 3b 20 )...int n = 10;
0860: 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 6b 20 3d ...long long k =
0870: 20 31 4c 4c 3b 20 0d 0a 09 73 74 72 69 6e 67 20 1LL; ...string
0880: 5f 20 3d 20 22 30 30 30 30 30 30 30 30 30 30 22 _ = "0000000000"
0890: 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 34 29 ; ..END..CASE(4)
08a0: 0d 0a 09 69 6e 74 20 6e 20 3d 20 37 3b 20 0d 0a ...int n = 7; ..
08b0: 09 6c 6f 6e 67 20 6c 6f 6e 67 20 6b 20 3d 20 31 .long long k = 1
08c0: 30 30 4c 4c 3b 20 0d 0a 09 73 74 72 69 6e 67 20 00LL; ...string
08d0: 5f 20 3d 20 22 31 31 31 31 31 31 30 22 3b 20 0d _ = "1111110"; .
08e0: 0a 45 4e 44 0d 0a 43 41 53 45 28 34 29 0d 0a 09 .END..CASE(4)...
08f0: 69 6e 74 20 6e 20 3d 20 35 30 3b 20 0d 0a 09 6c int n = 50; ...l
0900: 6f 6e 67 20 6c 6f 6e 67 20 6b 20 3d 20 30 78 66 ong long k = 0xf
0910: 66 66 66 66 66 66 66 66 66 66 66 4c 4c 3b 20 0d fffffffffffLL; .
0920: 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 31 31 ..string _ = "11
0930: 31 31 31 31 30 22 3b 20 0d 0a 45 4e 44 0d 0a 0d 11110"; ..END...
0940: 0a 7d 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48 .}..// END CUT H
0950: 45 52 45 0d 0a ERE..