Artifact 7df1c0211e8d6875c3a5b3a8e2f40fb9217eb12b:
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 75 63 6b 79 42 61 73 65 73 44 69 76 4f 6e eLuckyBasesDivOn
01b0: 65 20 7b 20 70 75 62 6c 69 63 3a 0d 0a 09 73 65 e { public:...se
01c0: 74 3c 4c 4c 3e 20 61 6c 6c 3b 0d 0a 09 76 6f 69 t<LL> all;...voi
01d0: 64 20 63 6f 6d 70 75 74 65 41 6c 6c 28 29 0d 0a d computeAll()..
01e0: 09 7b 0d 0a 09 09 66 6f 72 28 69 6e 74 20 6c 65 .{....for(int le
01f0: 6e 3d 31 3b 20 6c 65 6e 3c 3d 31 35 3b 20 2b 2b n=1; len<=15; ++
0200: 6c 65 6e 29 0d 0a 09 09 7b 0d 0a 09 09 09 66 6f len)....{.....fo
0210: 72 28 69 6e 74 20 70 61 74 3d 30 3b 20 70 61 74 r(int pat=0; pat
0220: 3c 28 31 3c 3c 6c 65 6e 29 3b 20 2b 2b 70 61 74 <(1<<len); ++pat
0230: 29 0d 0a 09 09 09 7b 0d 0a 09 09 09 09 4c 4c 20 ).....{......LL
0240: 76 61 6c 20 3d 20 30 3b 0d 0a 09 09 09 09 66 6f val = 0;......fo
0250: 72 28 69 6e 74 20 69 3d 30 3b 20 69 3c 6c 65 6e r(int i=0; i<len
0260: 3b 20 2b 2b 69 29 0d 0a 09 09 09 09 09 76 61 6c ; ++i).......val
0270: 20 3d 20 76 61 6c 2a 31 30 20 2b 20 28 28 70 61 = val*10 + ((pa
0280: 74 26 28 31 3c 3c 69 29 29 20 3f 20 37 20 3a 20 t&(1<<i)) ? 7 :
0290: 34 29 3b 0d 0a 09 09 09 09 61 6c 6c 2e 69 6e 73 4);......all.ins
02a0: 65 72 74 28 76 61 6c 29 3b 0d 0a 09 09 09 7d 0d ert(val);.....}.
02b0: 0a 09 09 7d 0d 0a 09 7d 0d 0a 0d 0a 09 6c 6f 6e ...}...}.....lon
02c0: 67 20 6c 6f 6e 67 20 66 69 6e 64 28 6c 6f 6e 67 g long find(long
02d0: 20 6c 6f 6e 67 20 6e 29 20 0d 0a 09 7b 0d 0a 09 long n) ...{...
02e0: 09 63 6f 6d 70 75 74 65 41 6c 6c 28 29 3b 0d 0a .computeAll();..
02f0: 09 09 69 66 28 20 61 6c 6c 2e 63 6f 75 6e 74 28 ..if( all.count(
0300: 6e 29 20 29 20 2f 2f 20 69 66 20 69 74 73 65 6c n) ) // if itsel
0310: 66 20 69 73 20 6c 75 63 6b 79 2c 20 74 68 65 6e f is lucky, then
0320: 20 69 6e 66 2e 0d 0a 09 09 09 72 65 74 75 72 6e inf......return
0330: 20 2d 31 3b 0d 0a 0d 0a 09 09 4c 4c 20 63 6e 74 -1;......LL cnt
0340: 20 3d 20 30 3b 0d 0a 09 09 2f 2f 20 33 20 6f 72 = 0;....// 3 or
0350: 20 6d 6f 72 65 20 42 2d 69 74 73 0d 0a 09 09 66 more B-its....f
0360: 6f 72 28 4c 4c 20 42 3d 32 3b 20 42 2a 42 2a 42 or(LL B=2; B*B*B
0370: 3c 3d 6e 3b 20 2b 2b 42 29 0d 0a 09 09 09 69 66 <=n; ++B).....if
0380: 28 20 69 73 4c 75 63 6b 79 42 61 73 65 28 6e 2c ( isLuckyBase(n,
0390: 20 42 29 20 29 0d 0a 09 09 09 09 2b 2b 63 6e 74 B) )......++cnt
03a0: 3b 0d 0a 09 09 2f 2f 20 32 20 42 2d 69 74 73 0d ;....// 2 B-its.
03b0: 0a 09 09 66 6f 72 28 73 65 74 3c 4c 4c 3e 3a 3a ...for(set<LL>::
03c0: 69 74 65 72 61 74 6f 72 20 69 74 3d 61 6c 6c 2e iterator it=all.
03d0: 62 65 67 69 6e 28 29 3b 20 69 74 21 3d 61 6c 6c begin(); it!=all
03e0: 2e 65 6e 64 28 29 3b 20 2b 2b 69 74 29 0d 0a 09 .end(); ++it)...
03f0: 09 7b 0d 0a 09 09 09 4c 4c 20 72 20 3d 20 6e 2d .{.....LL r = n-
0400: 2a 69 74 3b 0d 0a 09 09 09 66 6f 72 28 4c 4c 20 *it;.....for(LL
0410: 42 3d 2a 69 74 2b 31 3b 20 42 3c 3d 6e 2f 42 20 B=*it+1; B<=n/B
0420: 26 26 20 42 2a 42 3c 6e 3b 20 2b 2b 42 29 20 7b && B*B<n; ++B) {
0430: 0d 0a 09 09 09 09 69 66 28 20 72 25 42 3d 3d 30 ......if( r%B==0
0440: 20 26 26 20 6e 2f 42 3c 42 20 26 26 20 61 6c 6c && n/B<B && all
0450: 2e 63 6f 75 6e 74 28 6e 2f 42 29 20 29 0d 0a 09 .count(n/B) )...
0460: 09 09 09 09 2b 2b 63 6e 74 3b 0d 0a 09 09 09 7d ....++cnt;.....}
0470: 0d 0a 09 09 7d 0d 0a 09 09 72 65 74 75 72 6e 20 ....}....return
0480: 63 6e 74 3b 0d 0a 09 7d 0d 0a 0d 0a 09 62 6f 6f cnt;...}.....boo
0490: 6c 20 69 73 4c 75 63 6b 79 42 61 73 65 28 4c 4c l isLuckyBase(LL
04a0: 20 6e 2c 20 4c 4c 20 42 29 0d 0a 09 7b 0d 0a 09 n, LL B)...{...
04b0: 09 66 6f 72 28 3b 6e 3b 20 6e 2f 3d 42 29 0d 0a .for(;n; n/=B)..
04c0: 09 09 09 69 66 28 20 21 61 6c 6c 2e 63 6f 75 6e ...if( !all.coun
04d0: 74 28 6e 25 42 29 20 29 0d 0a 09 09 09 09 72 65 t(n%B) )......re
04e0: 74 75 72 6e 20 66 61 6c 73 65 3b 0d 0a 09 09 72 turn false;....r
04f0: 65 74 75 72 6e 20 74 72 75 65 3b 0d 0a 09 7d 0d eturn true;...}.
0500: 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 42 45 47 49 4e 20 .};....// BEGIN
0510: 43 55 54 20 48 45 52 45 0d 0a 23 69 6e 63 6c 75 CUT HERE..#inclu
0520: 64 65 20 3c 63 74 69 6d 65 3e 0d 0a 64 6f 75 62 de <ctime>..doub
0530: 6c 65 20 73 74 61 72 74 5f 74 69 6d 65 3b 20 73 le start_time; s
0540: 74 72 69 6e 67 20 74 69 6d 65 72 28 29 0d 0a 20 tring timer()..
0550: 7b 20 6f 73 74 72 69 6e 67 73 74 72 65 61 6d 20 { ostringstream
0560: 6f 73 3b 20 6f 73 20 3c 3c 20 22 20 28 22 20 3c os; os << " (" <
0570: 3c 20 69 6e 74 28 28 63 6c 6f 63 6b 28 29 2d 73 < int((clock()-s
0580: 74 61 72 74 5f 74 69 6d 65 29 2f 43 4c 4f 43 4b tart_time)/CLOCK
0590: 53 5f 50 45 52 5f 53 45 43 2a 31 30 30 30 29 20 S_PER_SEC*1000)
05a0: 3c 3c 20 22 20 6d 73 65 63 29 22 3b 20 72 65 74 << " msec)"; ret
05b0: 75 72 6e 20 6f 73 2e 73 74 72 28 29 3b 20 7d 0d urn os.str(); }.
05c0: 0a 74 65 6d 70 6c 61 74 65 3c 74 79 70 65 6e 61 .template<typena
05d0: 6d 65 20 54 3e 20 6f 73 74 72 65 61 6d 26 20 6f me T> ostream& o
05e0: 70 65 72 61 74 6f 72 3c 3c 28 6f 73 74 72 65 61 perator<<(ostrea
05f0: 6d 26 20 6f 73 2c 20 63 6f 6e 73 74 20 76 65 63 m& os, const vec
0600: 74 6f 72 3c 54 3e 26 20 76 29 0d 0a 20 7b 20 6f tor<T>& v).. { o
0610: 73 20 3c 3c 20 22 7b 20 22 3b 0d 0a 20 20 20 66 s << "{ ";.. f
0620: 6f 72 28 74 79 70 65 6e 61 6d 65 20 76 65 63 74 or(typename vect
0630: 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 74 5f 69 74 65 or<T>::const_ite
0640: 72 61 74 6f 72 20 69 74 3d 76 2e 62 65 67 69 6e rator it=v.begin
0650: 28 29 3b 20 69 74 21 3d 76 2e 65 6e 64 28 29 3b (); it!=v.end();
0660: 20 2b 2b 69 74 29 0d 0a 20 20 20 6f 73 20 3c 3c ++it).. os <<
0670: 20 27 5c 22 27 20 3c 3c 20 2a 69 74 20 3c 3c 20 '\"' << *it <<
0680: 27 5c 22 27 20 3c 3c 20 28 69 74 2b 31 3d 3d 76 '\"' << (it+1==v
0690: 2e 65 6e 64 28 29 20 3f 20 22 22 20 3a 20 22 2c .end() ? "" : ",
06a0: 20 22 29 3b 20 6f 73 20 3c 3c 20 22 20 7d 22 3b "); os << " }";
06b0: 20 72 65 74 75 72 6e 20 6f 73 3b 20 7d 0d 0a 76 return os; }..v
06c0: 6f 69 64 20 76 65 72 69 66 79 5f 63 61 73 65 28 oid verify_case(
06d0: 63 6f 6e 73 74 20 6c 6f 6e 67 20 6c 6f 6e 67 26 const long long&
06e0: 20 45 78 70 65 63 74 65 64 2c 20 63 6f 6e 73 74 Expected, const
06f0: 20 6c 6f 6e 67 20 6c 6f 6e 67 26 20 52 65 63 65 long long& Rece
0700: 69 76 65 64 29 20 7b 0d 0a 20 62 6f 6f 6c 20 6f ived) {.. bool o
0710: 6b 20 3d 20 28 45 78 70 65 63 74 65 64 20 3d 3d k = (Expected ==
0720: 20 52 65 63 65 69 76 65 64 29 3b 0d 0a 20 69 66 Received);.. if
0730: 28 6f 6b 29 20 63 65 72 72 20 3c 3c 20 22 50 41 (ok) cerr << "PA
0740: 53 53 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 SSED" << timer()
0750: 20 3c 3c 20 65 6e 64 6c 3b 20 20 65 6c 73 65 20 << endl; else
0760: 7b 20 63 65 72 72 20 3c 3c 20 22 46 41 49 4c 45 { cerr << "FAILE
0770: 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c D" << timer() <<
0780: 20 65 6e 64 6c 3b 0d 0a 20 63 65 72 72 20 3c 3c endl;.. cerr <<
0790: 20 22 5c 74 6f 3a 20 5c 22 22 20 3c 3c 20 45 78 "\to: \"" << Ex
07a0: 70 65 63 74 65 64 20 3c 3c 20 27 5c 22 27 20 3c pected << '\"' <
07b0: 3c 20 65 6e 64 6c 20 3c 3c 20 22 5c 74 78 3a 20 < endl << "\tx:
07c0: 5c 22 22 20 3c 3c 20 52 65 63 65 69 76 65 64 20 \"" << Received
07d0: 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b << '\"' << endl;
07e0: 20 7d 20 7d 0d 0a 23 64 65 66 69 6e 65 20 43 41 } }..#define CA
07f0: 53 45 28 4e 29 20 7b 63 65 72 72 20 3c 3c 20 22 SE(N) {cerr << "
0800: 54 65 73 74 20 43 61 73 65 20 23 22 20 3c 3c 20 Test Case #" <<
0810: 4e 20 3c 3c 20 22 2e 2e 2e 22 20 3c 3c 20 66 6c N << "..." << fl
0820: 75 73 68 3b 20 73 74 61 72 74 5f 74 69 6d 65 3d ush; start_time=
0830: 63 6c 6f 63 6b 28 29 3b 0d 0a 23 64 65 66 69 6e clock();..#defin
0840: 65 20 45 4e 44 09 20 76 65 72 69 66 79 5f 63 61 e END. verify_ca
0850: 73 65 28 5f 2c 20 54 68 65 4c 75 63 6b 79 42 61 se(_, TheLuckyBa
0860: 73 65 73 44 69 76 4f 6e 65 28 29 2e 66 69 6e 64 sesDivOne().find
0870: 28 6e 29 29 3b 7d 0d 0a 69 6e 74 20 6d 61 69 6e (n));}..int main
0880: 28 29 7b 0d 0a 0d 0a 43 41 53 45 28 30 29 0d 0a (){....CASE(0)..
0890: 09 6c 6f 6e 67 20 6c 6f 6e 67 20 6e 20 3d 20 32 .long long n = 2
08a0: 35 35 4c 4c 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 55LL; ...long lo
08b0: 6e 67 20 5f 20 3d 20 32 4c 4c 3b 20 0d 0a 45 4e ng _ = 2LL; ..EN
08c0: 44 0d 0a 43 41 53 45 28 31 29 0d 0a 09 6c 6f 6e D..CASE(1)...lon
08d0: 67 20 6c 6f 6e 67 20 6e 20 3d 20 34 37 34 4c 4c g long n = 474LL
08e0: 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 5f ; ...long long _
08f0: 20 3d 20 2d 31 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a = -1LL; ..END..
0900: 43 41 53 45 28 32 29 0d 0a 09 6c 6f 6e 67 20 6c CASE(2)...long l
0910: 6f 6e 67 20 6e 20 3d 20 31 33 4c 4c 3b 20 0d 0a ong n = 13LL; ..
0920: 09 6c 6f 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20 30 .long long _ = 0
0930: 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 LL; ..END..CASE(
0940: 33 29 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 6e 3)...long long n
0950: 20 3d 20 34 37 34 38 4c 4c 3b 20 0d 0a 09 6c 6f = 4748LL; ...lo
0960: 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20 35 4c 4c 3b ng long _ = 5LL;
0970: 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 34 29 0d ..END..CASE(4).
0980: 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 6e 20 3d 20 ..long long n =
0990: 31 4c 4c 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 1LL; ...long lon
09a0: 67 20 5f 20 3d 20 30 4c 4c 3b 20 0d 0a 45 4e 44 g _ = 0LL; ..END
09b0: 0d 0a 43 41 53 45 28 35 29 0d 0a 09 6c 6f 6e 67 ..CASE(5)...long
09c0: 20 6c 6f 6e 67 20 6e 20 3d 20 31 30 30 30 30 30 long n = 100000
09d0: 30 30 30 30 30 30 30 30 30 30 30 4c 4c 3b 20 0d 00000000000LL; .
09e0: 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20 ..long long _ =
09f0: 2d 31 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a 0d 0a 7d -1LL; ..END....}
0a00: 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48 45 52 ..// END CUT HER
0a10: 45 0d 0a E..