Hex Artifact Content
Not logged in

Artifact 1bc022689a616900c2ae8ad4c86d3765df135c5d:


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 50 72 6f 63  P;....class Proc
01a0: 72 61 73 74 69 6e 61 74 69 6f 6e 20 7b 20 70 75  rastination { pu
01b0: 62 6c 69 63 3a 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e  blic:...long lon
01c0: 67 20 66 69 6e 64 46 69 6e 61 6c 41 73 73 69 67  g findFinalAssig
01d0: 6e 65 65 28 6c 6f 6e 67 20 6c 6f 6e 67 20 6e 29  nee(long long n)
01e0: 0d 0a 09 7b 0d 0a 09 09 6d 61 70 3c 4c 4c 2c 20  ...{....map<LL, 
01f0: 73 65 74 3c 4c 4c 3e 3e 20 64 69 76 73 3b 0d 0a  set<LL>> divs;..
0200: 0d 0a 09 09 66 6f 72 28 4c 4c 20 6b 3d 32 3b 20  ....for(LL k=2; 
0210: 6b 2a 32 3c 3d 6e 3b 20 29 20 7b 0d 0a 09 09 09  k*2<=n; ) {.....
0220: 69 66 28 6e 25 6b 3d 3d 30 29 20 2b 2b 6e 3b 0d  if(n%k==0) ++n;.
0230: 0a 09 09 09 65 6c 73 65 20 69 66 28 6e 25 6b 3d  ....else if(n%k=
0240: 3d 31 29 20 2d 2d 6e 3b 0d 0a 0d 0a 09 09 09 73  =1) --n;.......s
0250: 65 74 3c 4c 4c 3e 26 20 64 6e 20 3d 20 64 69 76  et<LL>& dn = div
0260: 73 5b 6e 5d 3b 0d 0a 09 09 09 69 66 28 64 6e 2e  s[n];.....if(dn.
0270: 65 6d 70 74 79 28 29 29 0d 0a 09 09 09 09 66 6f  empty())......fo
0280: 72 28 4c 4c 20 70 3d 31 3b 20 70 2a 70 3c 3d 6e  r(LL p=1; p*p<=n
0290: 3b 20 2b 2b 70 29 0d 0a 09 09 09 09 09 69 66 28  ; ++p).......if(
02a0: 6e 25 70 3d 3d 30 29 20 7b 0d 0a 09 09 09 09 09  n%p==0) {.......
02b0: 09 64 6e 2e 69 6e 73 65 72 74 28 70 29 3b 0d 0a  .dn.insert(p);..
02c0: 09 09 09 09 09 09 64 6e 2e 69 6e 73 65 72 74 28  ......dn.insert(
02d0: 6e 2f 70 29 3b 0d 0a 09 09 09 09 09 7d 0d 0a 09  n/p);.......}...
02e0: 09 09 09 09 65 6c 73 65 20 69 66 28 28 6e 2d 31  ....else if((n-1
02f0: 29 25 70 3d 3d 30 29 20 7b 0d 0a 09 09 09 09 09  )%p==0) {.......
0300: 09 64 6e 2e 69 6e 73 65 72 74 28 70 29 3b 0d 0a  .dn.insert(p);..
0310: 09 09 09 09 09 09 64 6e 2e 69 6e 73 65 72 74 28  ......dn.insert(
0320: 28 6e 2d 31 29 2f 70 29 3b 0d 0a 09 09 09 09 09  (n-1)/p);.......
0330: 7d 0d 0a 0d 0a 09 09 09 6b 20 3d 20 2a 64 6e 2e  }.......k = *dn.
0340: 6c 6f 77 65 72 5f 62 6f 75 6e 64 28 6b 2b 31 29  lower_bound(k+1)
0350: 3b 0d 0a 09 09 7d 0d 0a 09 09 72 65 74 75 72 6e  ;....}....return
0360: 20 6e 3b 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f   n;...}..};..../
0370: 2f 20 42 45 47 49 4e 20 43 55 54 20 48 45 52 45  / BEGIN CUT HERE
0380: 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 63 74 69 6d  ..#include <ctim
0390: 65 3e 0d 0a 64 6f 75 62 6c 65 20 73 74 61 72 74  e>..double start
03a0: 5f 74 69 6d 65 3b 20 73 74 72 69 6e 67 20 74 69  _time; string ti
03b0: 6d 65 72 28 29 0d 0a 20 7b 20 6f 73 74 72 69 6e  mer().. { ostrin
03c0: 67 73 74 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c  gstream os; os <
03d0: 3c 20 22 20 28 22 20 3c 3c 20 69 6e 74 28 28 63  < " (" << int((c
03e0: 6c 6f 63 6b 28 29 2d 73 74 61 72 74 5f 74 69 6d  lock()-start_tim
03f0: 65 29 2f 43 4c 4f 43 4b 53 5f 50 45 52 5f 53 45  e)/CLOCKS_PER_SE
0400: 43 2a 31 30 30 30 29 20 3c 3c 20 22 20 6d 73 65  C*1000) << " mse
0410: 63 29 22 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73  c)"; return os.s
0420: 74 72 28 29 3b 20 7d 0d 0a 74 65 6d 70 6c 61 74  tr(); }..templat
0430: 65 3c 74 79 70 65 6e 61 6d 65 20 54 3e 20 6f 73  e<typename T> os
0440: 74 72 65 61 6d 26 20 6f 70 65 72 61 74 6f 72 3c  tream& operator<
0450: 3c 28 6f 73 74 72 65 61 6d 26 20 6f 73 2c 20 63  <(ostream& os, c
0460: 6f 6e 73 74 20 76 65 63 74 6f 72 3c 54 3e 26 20  onst vector<T>& 
0470: 76 29 0d 0a 20 7b 20 6f 73 20 3c 3c 20 22 7b 20  v).. { os << "{ 
0480: 22 3b 0d 0a 20 20 20 66 6f 72 28 74 79 70 65 6e  ";..   for(typen
0490: 61 6d 65 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63  ame vector<T>::c
04a0: 6f 6e 73 74 5f 69 74 65 72 61 74 6f 72 20 69 74  onst_iterator it
04b0: 3d 76 2e 62 65 67 69 6e 28 29 3b 20 69 74 21 3d  =v.begin(); it!=
04c0: 76 2e 65 6e 64 28 29 3b 20 2b 2b 69 74 29 0d 0a  v.end(); ++it)..
04d0: 20 20 20 6f 73 20 3c 3c 20 27 5c 22 27 20 3c 3c     os << '\"' <<
04e0: 20 2a 69 74 20 3c 3c 20 27 5c 22 27 20 3c 3c 20   *it << '\"' << 
04f0: 28 69 74 2b 31 3d 3d 76 2e 65 6e 64 28 29 20 3f  (it+1==v.end() ?
0500: 20 22 22 20 3a 20 22 2c 20 22 29 3b 20 6f 73 20   "" : ", "); os 
0510: 3c 3c 20 22 20 7d 22 3b 20 72 65 74 75 72 6e 20  << " }"; return 
0520: 6f 73 3b 20 7d 0d 0a 76 6f 69 64 20 76 65 72 69  os; }..void veri
0530: 66 79 5f 63 61 73 65 28 63 6f 6e 73 74 20 6c 6f  fy_case(const lo
0540: 6e 67 20 6c 6f 6e 67 26 20 45 78 70 65 63 74 65  ng long& Expecte
0550: 64 2c 20 63 6f 6e 73 74 20 6c 6f 6e 67 20 6c 6f  d, const long lo
0560: 6e 67 26 20 52 65 63 65 69 76 65 64 29 20 7b 0d  ng& Received) {.
0570: 0a 20 62 6f 6f 6c 20 6f 6b 20 3d 20 28 45 78 70  . bool ok = (Exp
0580: 65 63 74 65 64 20 3d 3d 20 52 65 63 65 69 76 65  ected == Receive
0590: 64 29 3b 0d 0a 20 69 66 28 6f 6b 29 20 63 65 72  d);.. if(ok) cer
05a0: 72 20 3c 3c 20 22 50 41 53 53 45 44 22 20 3c 3c  r << "PASSED" <<
05b0: 20 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c   timer() << endl
05c0: 3b 20 20 65 6c 73 65 20 7b 20 63 65 72 72 20 3c  ;  else { cerr <
05d0: 3c 20 22 46 41 49 4c 45 44 22 20 3c 3c 20 74 69  < "FAILED" << ti
05e0: 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 0d 0a  mer() << endl;..
05f0: 20 63 65 72 72 20 3c 3c 20 22 5c 74 6f 3a 20 5c   cerr << "\to: \
0600: 22 22 20 3c 3c 20 45 78 70 65 63 74 65 64 20 3c  "" << Expected <
0610: 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 20 3c  < '\"' << endl <
0620: 3c 20 22 5c 74 78 3a 20 5c 22 22 20 3c 3c 20 52  < "\tx: \"" << R
0630: 65 63 65 69 76 65 64 20 3c 3c 20 27 5c 22 27 20  eceived << '\"' 
0640: 3c 3c 20 65 6e 64 6c 3b 20 7d 20 7d 0d 0a 23 64  << endl; } }..#d
0650: 65 66 69 6e 65 20 43 41 53 45 28 4e 29 20 7b 63  efine CASE(N) {c
0660: 65 72 72 20 3c 3c 20 22 54 65 73 74 20 43 61 73  err << "Test Cas
0670: 65 20 23 22 20 3c 3c 20 4e 20 3c 3c 20 22 2e 2e  e #" << N << "..
0680: 2e 22 20 3c 3c 20 66 6c 75 73 68 3b 20 73 74 61  ." << flush; sta
0690: 72 74 5f 74 69 6d 65 3d 63 6c 6f 63 6b 28 29 3b  rt_time=clock();
06a0: 0d 0a 23 64 65 66 69 6e 65 20 45 4e 44 09 20 76  ..#define END. v
06b0: 65 72 69 66 79 5f 63 61 73 65 28 5f 2c 20 50 72  erify_case(_, Pr
06c0: 6f 63 72 61 73 74 69 6e 61 74 69 6f 6e 28 29 2e  ocrastination().
06d0: 66 69 6e 64 46 69 6e 61 6c 41 73 73 69 67 6e 65  findFinalAssigne
06e0: 65 28 6e 29 29 3b 7d 0d 0a 69 6e 74 20 6d 61 69  e(n));}..int mai
06f0: 6e 28 29 7b 0d 0a 0d 0a 43 41 53 45 28 30 29 0d  n(){....CASE(0).
0700: 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 6e 20 3d 20  ..long long n = 
0710: 33 4c 4c 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e  3LL; ...long lon
0720: 67 20 5f 20 3d 20 33 4c 4c 3b 20 0d 0a 45 4e 44  g _ = 3LL; ..END
0730: 0d 0a 43 41 53 45 28 31 29 0d 0a 09 6c 6f 6e 67  ..CASE(1)...long
0740: 20 6c 6f 6e 67 20 6e 20 3d 20 38 4c 4c 3b 20 0d   long n = 8LL; .
0750: 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20  ..long long _ = 
0760: 31 31 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53  11LL; ..END..CAS
0770: 45 28 32 29 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67  E(2)...long long
0780: 20 6e 20 3d 20 32 30 4c 4c 3b 20 0d 0a 09 6c 6f   n = 20LL; ...lo
0790: 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20 32 30 4c 4c  ng long _ = 20LL
07a0: 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 33 29  ; ..END..CASE(3)
07b0: 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 6e 20 3d  ...long long n =
07c0: 20 31 39 36 32 34 38 4c 4c 3b 20 0d 0a 09 6c 6f   196248LL; ...lo
07d0: 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20 31 39 36 32  ng long _ = 1962
07e0: 35 39 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53  59LL; ..END..CAS
07f0: 45 28 34 29 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67  E(4)...long long
0800: 20 6e 20 3d 20 35 35 38 37 30 32 31 34 34 30 4c   n = 5587021440L
0810: 4c 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20  L; ...long long 
0820: 5f 20 3d 20 35 35 38 37 30 32 31 34 34 30 4c 4c  _ = 5587021440LL
0830: 3b 20 0d 0a 45 4e 44 0d 0a 2f 2a 0d 0a 43 41 53  ; ..END../*..CAS
0840: 45 28 35 29 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67  E(5)...long long
0850: 20 6e 20 3d 20 4c 4c 3b 20 0d 0a 09 6c 6f 6e 67   n = LL; ...long
0860: 20 6c 6f 6e 67 20 5f 20 3d 20 4c 4c 3b 20 0d 0a   long _ = LL; ..
0870: 45 4e 44 0d 0a 43 41 53 45 28 36 29 0d 0a 09 6c  END..CASE(6)...l
0880: 6f 6e 67 20 6c 6f 6e 67 20 6e 20 3d 20 4c 4c 3b  ong long n = LL;
0890: 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 5f 20   ...long long _ 
08a0: 3d 20 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a 2a 2f 0d  = LL; ..END..*/.
08b0: 0a 7d 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48  .}..// END CUT H
08c0: 45 52 45 0d 0a                                   ERE..