Hex Artifact Content
Not logged in

Artifact f9f0a181bc88414002ea25d7bd1eb338a88bdfe3:


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 75 73 69 6e 67 20 6e 61 6d  sert>..using nam
0140: 65 73 70 61 63 65 20 73 74 64 3b 0d 0a 74 79 70  espace std;..typ
0150: 65 64 65 66 20 6c 6f 6e 67 20 6c 6f 6e 67 20 4c  edef long long L
0160: 4c 3b 0d 0a 74 79 70 65 64 65 66 20 6c 6f 6e 67  L;..typedef long
0170: 20 64 6f 75 62 6c 65 20 4c 44 3b 0d 0a 74 79 70   double LD;..typ
0180: 65 64 65 66 20 63 6f 6d 70 6c 65 78 3c 4c 44 3e  edef complex<LD>
0190: 20 43 4d 50 3b 0d 0a 0d 0a 63 6c 61 73 73 20 54   CMP;....class T
01a0: 68 65 4e 75 6d 62 65 72 47 61 6d 65 44 69 76 4f  heNumberGameDivO
01b0: 6e 65 20 7b 20 70 75 62 6c 69 63 3a 0d 0a 09 73  ne { public:...s
01c0: 74 72 69 6e 67 20 66 69 6e 64 28 6c 6f 6e 67 20  tring find(long 
01d0: 6c 6f 6e 67 20 6e 29 0d 0a 09 7b 0d 0a 09 09 72  long n)...{....r
01e0: 65 74 75 72 6e 20 73 6f 6c 76 65 28 6e 29 20 3f  eturn solve(n) ?
01f0: 20 22 4a 6f 68 6e 22 20 3a 20 22 42 72 75 73 22   "John" : "Brus"
0200: 3b 0d 0a 09 7d 0d 0a 0d 0a 09 62 6f 6f 6c 20 73  ;...}.....bool s
0210: 6f 6c 76 65 28 4c 4c 20 6e 29 0d 0a 09 7b 0d 0a  olve(LL n)...{..
0220: 09 09 69 66 28 6e 3d 3d 31 29 0d 0a 09 09 09 72  ..if(n==1).....r
0230: 65 74 75 72 6e 20 66 61 6c 73 65 3b 0d 0a 09 09  eturn false;....
0240: 69 66 28 20 28 6e 20 26 20 28 6e 2d 31 29 29 20  if( (n & (n-1)) 
0250: 3d 3d 20 30 20 29 0d 0a 09 09 7b 0d 0a 09 09 09  == 0 )....{.....
0260: 69 6e 74 20 6b 3d 30 3b 0d 0a 09 09 09 66 6f 72  int k=0;.....for
0270: 28 3b 20 28 31 4c 4c 3c 3c 6b 29 21 3d 6e 3b 20  (; (1LL<<k)!=n; 
0280: 2b 2b 6b 29 20 7b 7d 0d 0a 09 09 09 72 65 74 75  ++k) {}.....retu
0290: 72 6e 20 6b 25 32 3d 3d 30 3b 0d 0a 09 09 7d 0d  rn k%2==0;....}.
02a0: 0a 09 09 72 65 74 75 72 6e 20 6e 25 32 3d 3d 30  ...return n%2==0
02b0: 3b 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20  ;...}..};....// 
02c0: 42 45 47 49 4e 20 43 55 54 20 48 45 52 45 0d 0a  BEGIN CUT HERE..
02d0: 23 69 6e 63 6c 75 64 65 20 3c 63 74 69 6d 65 3e  #include <ctime>
02e0: 0d 0a 64 6f 75 62 6c 65 20 73 74 61 72 74 5f 74  ..double start_t
02f0: 69 6d 65 3b 20 73 74 72 69 6e 67 20 74 69 6d 65  ime; string time
0300: 72 28 29 0d 0a 20 7b 20 6f 73 74 72 69 6e 67 73  r().. { ostrings
0310: 74 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20  tream os; os << 
0320: 22 20 28 22 20 3c 3c 20 69 6e 74 28 28 63 6c 6f  " (" << int((clo
0330: 63 6b 28 29 2d 73 74 61 72 74 5f 74 69 6d 65 29  ck()-start_time)
0340: 2f 43 4c 4f 43 4b 53 5f 50 45 52 5f 53 45 43 2a  /CLOCKS_PER_SEC*
0350: 31 30 30 30 29 20 3c 3c 20 22 20 6d 73 65 63 29  1000) << " msec)
0360: 22 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 74 72  "; return os.str
0370: 28 29 3b 20 7d 0d 0a 74 65 6d 70 6c 61 74 65 3c  (); }..template<
0380: 74 79 70 65 6e 61 6d 65 20 54 3e 20 6f 73 74 72  typename T> ostr
0390: 65 61 6d 26 20 6f 70 65 72 61 74 6f 72 3c 3c 28  eam& operator<<(
03a0: 6f 73 74 72 65 61 6d 26 20 6f 73 2c 20 63 6f 6e  ostream& os, con
03b0: 73 74 20 76 65 63 74 6f 72 3c 54 3e 26 20 76 29  st vector<T>& v)
03c0: 0d 0a 20 7b 20 6f 73 20 3c 3c 20 22 7b 20 22 3b  .. { os << "{ ";
03d0: 0d 0a 20 20 20 66 6f 72 28 74 79 70 65 6e 61 6d  ..   for(typenam
03e0: 65 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e  e vector<T>::con
03f0: 73 74 5f 69 74 65 72 61 74 6f 72 20 69 74 3d 76  st_iterator it=v
0400: 2e 62 65 67 69 6e 28 29 3b 20 69 74 21 3d 76 2e  .begin(); it!=v.
0410: 65 6e 64 28 29 3b 20 2b 2b 69 74 29 0d 0a 20 20  end(); ++it)..  
0420: 20 6f 73 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a   os << '\"' << *
0430: 69 74 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 28 69  it << '\"' << (i
0440: 74 2b 31 3d 3d 76 2e 65 6e 64 28 29 20 3f 20 22  t+1==v.end() ? "
0450: 22 20 3a 20 22 2c 20 22 29 3b 20 6f 73 20 3c 3c  " : ", "); os <<
0460: 20 22 20 7d 22 3b 20 72 65 74 75 72 6e 20 6f 73   " }"; return os
0470: 3b 20 7d 0d 0a 76 6f 69 64 20 76 65 72 69 66 79  ; }..void verify
0480: 5f 63 61 73 65 28 63 6f 6e 73 74 20 73 74 72 69  _case(const stri
0490: 6e 67 26 20 45 78 70 65 63 74 65 64 2c 20 63 6f  ng& Expected, co
04a0: 6e 73 74 20 73 74 72 69 6e 67 26 20 52 65 63 65  nst string& Rece
04b0: 69 76 65 64 29 20 7b 0d 0a 20 62 6f 6f 6c 20 6f  ived) {.. bool o
04c0: 6b 20 3d 20 28 45 78 70 65 63 74 65 64 20 3d 3d  k = (Expected ==
04d0: 20 52 65 63 65 69 76 65 64 29 3b 0d 0a 20 69 66   Received);.. if
04e0: 28 6f 6b 29 20 63 65 72 72 20 3c 3c 20 22 50 41  (ok) cerr << "PA
04f0: 53 53 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 29  SSED" << timer()
0500: 20 3c 3c 20 65 6e 64 6c 3b 20 20 65 6c 73 65 20   << endl;  else 
0510: 7b 20 63 65 72 72 20 3c 3c 20 22 46 41 49 4c 45  { cerr << "FAILE
0520: 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c  D" << timer() <<
0530: 20 65 6e 64 6c 3b 0d 0a 20 63 65 72 72 20 3c 3c   endl;.. cerr <<
0540: 20 22 5c 74 6f 3a 20 5c 22 22 20 3c 3c 20 45 78   "\to: \"" << Ex
0550: 70 65 63 74 65 64 20 3c 3c 20 27 5c 22 27 20 3c  pected << '\"' <
0560: 3c 20 65 6e 64 6c 20 3c 3c 20 22 5c 74 78 3a 20  < endl << "\tx: 
0570: 5c 22 22 20 3c 3c 20 52 65 63 65 69 76 65 64 20  \"" << Received 
0580: 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b  << '\"' << endl;
0590: 20 7d 20 7d 0d 0a 23 64 65 66 69 6e 65 20 43 41   } }..#define CA
05a0: 53 45 28 4e 29 20 7b 63 65 72 72 20 3c 3c 20 22  SE(N) {cerr << "
05b0: 54 65 73 74 20 43 61 73 65 20 23 22 20 3c 3c 20  Test Case #" << 
05c0: 4e 20 3c 3c 20 22 2e 2e 2e 22 20 3c 3c 20 66 6c  N << "..." << fl
05d0: 75 73 68 3b 20 73 74 61 72 74 5f 74 69 6d 65 3d  ush; start_time=
05e0: 63 6c 6f 63 6b 28 29 3b 0d 0a 23 64 65 66 69 6e  clock();..#defin
05f0: 65 20 45 4e 44 09 20 76 65 72 69 66 79 5f 63 61  e END. verify_ca
0600: 73 65 28 5f 2c 20 54 68 65 4e 75 6d 62 65 72 47  se(_, TheNumberG
0610: 61 6d 65 44 69 76 4f 6e 65 28 29 2e 66 69 6e 64  ameDivOne().find
0620: 28 6e 29 29 3b 7d 0d 0a 69 6e 74 20 6d 61 69 6e  (n));}..int main
0630: 28 29 7b 0d 0a 0d 0a 43 41 53 45 28 30 29 0d 0a  (){....CASE(0)..
0640: 09 6c 6f 6e 67 20 6c 6f 6e 67 20 6e 20 3d 20 36  .long long n = 6
0650: 4c 4c 3b 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20  LL; ...string _ 
0660: 3d 20 22 4a 6f 68 6e 22 3b 20 0d 0a 45 4e 44 0d  = "John"; ..END.
0670: 0a 43 41 53 45 28 31 29 0d 0a 09 6c 6f 6e 67 20  .CASE(1)...long 
0680: 6c 6f 6e 67 20 6e 20 3d 20 32 4c 4c 3b 20 0d 0a  long n = 2LL; ..
0690: 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 42 72 75  .string _ = "Bru
06a0: 73 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28  s"; ..END..CASE(
06b0: 32 29 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 6e  2)...long long n
06c0: 20 3d 20 37 34 37 4c 4c 3b 20 0d 0a 09 73 74 72   = 747LL; ...str
06d0: 69 6e 67 20 5f 20 3d 20 22 42 72 75 73 22 3b 20  ing _ = "Brus"; 
06e0: 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 33 29 0d 0a  ..END..CASE(3)..
06f0: 09 6c 6f 6e 67 20 6c 6f 6e 67 20 6e 20 3d 20 31  .long long n = 1
0700: 32 38 4c 4c 3b 20 0d 0a 09 73 74 72 69 6e 67 20  28LL; ...string 
0710: 5f 20 3d 20 22 42 72 75 73 22 3b 20 0d 0a 45 4e  _ = "Brus"; ..EN
0720: 44 0d 0a 43 41 53 45 28 34 29 0d 0a 09 6c 6f 6e  D..CASE(4)...lon
0730: 67 20 6c 6f 6e 67 20 6e 20 3d 20 32 38 38 32 33  g long n = 28823
0740: 30 33 37 36 31 35 31 37 31 31 37 34 34 4c 4c 3b  0376151711744LL;
0750: 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22   ...string _ = "
0760: 4a 6f 68 6e 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41  John"; ..END..CA
0770: 53 45 28 35 29 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e  SE(5)...long lon
0780: 67 20 6e 20 3d 20 31 4c 4c 3b 20 0d 0a 09 73 74  g n = 1LL; ...st
0790: 72 69 6e 67 20 5f 20 3d 20 22 42 72 75 73 22 3b  ring _ = "Brus";
07a0: 20 0d 0a 45 4e 44 0d 0a 0d 0a 7d 0d 0a 2f 2f 20   ..END....}..// 
07b0: 45 4e 44 20 43 55 54 20 48 45 52 45 0d 0a        END CUT HERE..