Hex Artifact Content
Not logged in

Artifact 07e1c3e6145a787c11c57f188c5430e486537411:


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 46 69 78 65  P;....class Fixe
01a0: 64 4e 75 6d 62 65 72 4f 66 44 69 67 69 74 73 20  dNumberOfDigits 
01b0: 7b 20 70 75 62 6c 69 63 3a 0d 0a 09 6c 6f 6e 67  { public:...long
01c0: 20 6c 6f 6e 67 20 73 75 6d 28 69 6e 74 20 73 74   long sum(int st
01d0: 61 72 74 2c 20 69 6e 74 20 73 74 65 70 2c 20 6c  art, int step, l
01e0: 6f 6e 67 20 6c 6f 6e 67 20 6e 75 6d 62 65 72 4f  ong long numberO
01f0: 66 44 69 67 69 74 73 29 0d 0a 09 7b 0d 0a 09 09  fDigits)...{....
0200: 72 65 74 75 72 6e 20 73 6f 6c 76 65 28 73 74 61  return solve(sta
0210: 72 74 2c 20 73 74 65 70 2c 20 6e 75 6d 62 65 72  rt, step, number
0220: 4f 66 44 69 67 69 74 73 29 3b 0d 0a 09 7d 0d 0a  OfDigits);...}..
0230: 0d 0a 09 4c 4c 20 73 6f 6c 76 65 28 4c 4c 20 73  ...LL solve(LL s
0240: 2c 20 4c 4c 20 69 6e 63 2c 20 4c 4c 20 6e 64 29  , LL inc, LL nd)
0250: 20 7b 0d 0a 09 09 4c 4c 20 6e 65 78 74 20 3d 20   {....LL next = 
0260: 31 30 3b 0d 0a 09 09 69 6e 74 20 77 20 3d 20 31  10;....int w = 1
0270: 3b 0d 0a 09 09 77 68 69 6c 65 20 28 6e 65 78 74  ;....while (next
0280: 20 3c 3d 20 73 29 20 7b 0d 0a 09 09 09 6e 65 78   <= s) {.....nex
0290: 74 20 2a 3d 20 31 30 3b 0d 0a 09 09 09 77 20 2b  t *= 10;.....w +
02a0: 3d 20 31 3b 0d 0a 09 09 7d 0d 0a 09 09 6e 65 78  = 1;....}....nex
02b0: 74 20 3d 20 28 6e 65 78 74 20 2d 20 73 20 2b 20  t = (next - s + 
02c0: 69 6e 63 20 2d 20 31 29 20 2f 20 69 6e 63 20 2a  inc - 1) / inc *
02d0: 20 69 6e 63 20 2b 20 73 3b 0d 0a 09 09 4c 4c 20   inc + s;....LL 
02e0: 6b 20 3d 20 28 6e 65 78 74 20 2d 20 73 29 20 2f  k = (next - s) /
02f0: 20 69 6e 63 3b 0d 0a 09 09 69 66 20 28 6b 20 2a   inc;....if (k *
0300: 20 77 20 3e 3d 20 6e 64 29 20 7b 0d 0a 09 09 09   w >= nd) {.....
0310: 4c 4c 20 71 20 3d 20 6e 64 20 2f 20 77 3b 0d 0a  LL q = nd / w;..
0320: 09 09 09 4c 4c 20 72 20 3d 20 6e 64 20 25 20 77  ...LL r = nd % w
0330: 3b 0d 0a 09 09 09 69 66 20 28 72 20 3d 3d 20 30  ;.....if (r == 0
0340: 29 20 71 20 2d 3d 20 31 2c 20 72 20 2b 3d 20 77  ) q -= 1, r += w
0350: 3b 0d 0a 0d 0a 09 09 09 73 74 72 69 6e 67 73 74  ;.......stringst
0360: 72 65 61 6d 20 73 73 3b 0d 0a 09 09 09 73 73 20  ream ss;.....ss 
0370: 3c 3c 20 28 73 20 2b 20 69 6e 63 2a 71 29 3b 0d  << (s + inc*q);.
0380: 0a 09 09 09 73 74 72 69 6e 67 73 74 72 65 61 6d  ....stringstream
0390: 20 73 73 32 3b 0d 0a 09 09 09 73 73 32 20 3c 3c   ss2;.....ss2 <<
03a0: 20 73 73 2e 73 74 72 28 29 2e 73 75 62 73 74 72   ss.str().substr
03b0: 28 30 2c 20 69 6e 74 28 72 29 29 3b 0d 0a 09 09  (0, int(r));....
03c0: 09 4c 4c 20 61 6e 73 3b 0d 0a 09 09 09 73 73 32  .LL ans;.....ss2
03d0: 20 3e 3e 20 61 6e 73 3b 0d 0a 09 09 09 72 65 74   >> ans;.....ret
03e0: 75 72 6e 20 61 6e 73 3b 0d 0a 09 09 7d 0d 0a 09  urn ans;....}...
03f0: 09 72 65 74 75 72 6e 20 73 6f 6c 76 65 28 6e 65  .return solve(ne
0400: 78 74 2c 20 69 6e 63 2c 20 6e 64 20 2d 20 6b 2a  xt, inc, nd - k*
0410: 77 29 3b 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f  w);...}..};..../
0420: 2f 20 42 45 47 49 4e 20 43 55 54 20 48 45 52 45  / BEGIN CUT HERE
0430: 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 63 74 69 6d  ..#include <ctim
0440: 65 3e 0d 0a 64 6f 75 62 6c 65 20 73 74 61 72 74  e>..double start
0450: 5f 74 69 6d 65 3b 20 73 74 72 69 6e 67 20 74 69  _time; string ti
0460: 6d 65 72 28 29 0d 0a 20 7b 20 6f 73 74 72 69 6e  mer().. { ostrin
0470: 67 73 74 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c  gstream os; os <
0480: 3c 20 22 20 28 22 20 3c 3c 20 69 6e 74 28 28 63  < " (" << int((c
0490: 6c 6f 63 6b 28 29 2d 73 74 61 72 74 5f 74 69 6d  lock()-start_tim
04a0: 65 29 2f 43 4c 4f 43 4b 53 5f 50 45 52 5f 53 45  e)/CLOCKS_PER_SE
04b0: 43 2a 31 30 30 30 29 20 3c 3c 20 22 20 6d 73 65  C*1000) << " mse
04c0: 63 29 22 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73  c)"; return os.s
04d0: 74 72 28 29 3b 20 7d 0d 0a 74 65 6d 70 6c 61 74  tr(); }..templat
04e0: 65 3c 74 79 70 65 6e 61 6d 65 20 54 3e 20 6f 73  e<typename T> os
04f0: 74 72 65 61 6d 26 20 6f 70 65 72 61 74 6f 72 3c  tream& operator<
0500: 3c 28 6f 73 74 72 65 61 6d 26 20 6f 73 2c 20 63  <(ostream& os, c
0510: 6f 6e 73 74 20 76 65 63 74 6f 72 3c 54 3e 26 20  onst vector<T>& 
0520: 76 29 0d 0a 20 7b 20 6f 73 20 3c 3c 20 22 7b 20  v).. { os << "{ 
0530: 22 3b 0d 0a 20 20 20 66 6f 72 28 74 79 70 65 6e  ";..   for(typen
0540: 61 6d 65 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63  ame vector<T>::c
0550: 6f 6e 73 74 5f 69 74 65 72 61 74 6f 72 20 69 74  onst_iterator it
0560: 3d 76 2e 62 65 67 69 6e 28 29 3b 20 69 74 21 3d  =v.begin(); it!=
0570: 76 2e 65 6e 64 28 29 3b 20 2b 2b 69 74 29 0d 0a  v.end(); ++it)..
0580: 20 20 20 6f 73 20 3c 3c 20 27 5c 22 27 20 3c 3c     os << '\"' <<
0590: 20 2a 69 74 20 3c 3c 20 27 5c 22 27 20 3c 3c 20   *it << '\"' << 
05a0: 28 69 74 2b 31 3d 3d 76 2e 65 6e 64 28 29 20 3f  (it+1==v.end() ?
05b0: 20 22 22 20 3a 20 22 2c 20 22 29 3b 20 6f 73 20   "" : ", "); os 
05c0: 3c 3c 20 22 20 7d 22 3b 20 72 65 74 75 72 6e 20  << " }"; return 
05d0: 6f 73 3b 20 7d 0d 0a 76 6f 69 64 20 76 65 72 69  os; }..void veri
05e0: 66 79 5f 63 61 73 65 28 63 6f 6e 73 74 20 6c 6f  fy_case(const lo
05f0: 6e 67 20 6c 6f 6e 67 26 20 45 78 70 65 63 74 65  ng long& Expecte
0600: 64 2c 20 63 6f 6e 73 74 20 6c 6f 6e 67 20 6c 6f  d, const long lo
0610: 6e 67 26 20 52 65 63 65 69 76 65 64 29 20 7b 0d  ng& Received) {.
0620: 0a 20 62 6f 6f 6c 20 6f 6b 20 3d 20 28 45 78 70  . bool ok = (Exp
0630: 65 63 74 65 64 20 3d 3d 20 52 65 63 65 69 76 65  ected == Receive
0640: 64 29 3b 0d 0a 20 69 66 28 6f 6b 29 20 63 65 72  d);.. if(ok) cer
0650: 72 20 3c 3c 20 22 50 41 53 53 45 44 22 20 3c 3c  r << "PASSED" <<
0660: 20 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c   timer() << endl
0670: 3b 20 20 65 6c 73 65 20 7b 20 63 65 72 72 20 3c  ;  else { cerr <
0680: 3c 20 22 46 41 49 4c 45 44 22 20 3c 3c 20 74 69  < "FAILED" << ti
0690: 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 0d 0a  mer() << endl;..
06a0: 20 63 65 72 72 20 3c 3c 20 22 5c 74 6f 3a 20 5c   cerr << "\to: \
06b0: 22 22 20 3c 3c 20 45 78 70 65 63 74 65 64 20 3c  "" << Expected <
06c0: 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 20 3c  < '\"' << endl <
06d0: 3c 20 22 5c 74 78 3a 20 5c 22 22 20 3c 3c 20 52  < "\tx: \"" << R
06e0: 65 63 65 69 76 65 64 20 3c 3c 20 27 5c 22 27 20  eceived << '\"' 
06f0: 3c 3c 20 65 6e 64 6c 3b 20 7d 20 7d 0d 0a 23 64  << endl; } }..#d
0700: 65 66 69 6e 65 20 43 41 53 45 28 4e 29 20 7b 63  efine CASE(N) {c
0710: 65 72 72 20 3c 3c 20 22 54 65 73 74 20 43 61 73  err << "Test Cas
0720: 65 20 23 22 20 3c 3c 20 4e 20 3c 3c 20 22 2e 2e  e #" << N << "..
0730: 2e 22 20 3c 3c 20 66 6c 75 73 68 3b 20 73 74 61  ." << flush; sta
0740: 72 74 5f 74 69 6d 65 3d 63 6c 6f 63 6b 28 29 3b  rt_time=clock();
0750: 0d 0a 23 64 65 66 69 6e 65 20 45 4e 44 09 20 76  ..#define END. v
0760: 65 72 69 66 79 5f 63 61 73 65 28 5f 2c 20 46 69  erify_case(_, Fi
0770: 78 65 64 4e 75 6d 62 65 72 4f 66 44 69 67 69 74  xedNumberOfDigit
0780: 73 28 29 2e 73 75 6d 28 73 74 61 72 74 2c 20 73  s().sum(start, s
0790: 74 65 70 2c 20 6e 75 6d 62 65 72 4f 66 44 69 67  tep, numberOfDig
07a0: 69 74 73 29 29 3b 7d 0d 0a 69 6e 74 20 6d 61 69  its));}..int mai
07b0: 6e 28 29 7b 0d 0a 0d 0a 43 41 53 45 28 30 29 0d  n(){....CASE(0).
07c0: 0a 09 69 6e 74 20 73 74 61 72 74 20 3d 20 34 37  ..int start = 47
07d0: 3b 20 0d 0a 09 69 6e 74 20 73 74 65 70 20 3d 20  ; ...int step = 
07e0: 31 30 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67  10; ...long long
07f0: 20 6e 75 6d 62 65 72 4f 66 44 69 67 69 74 73 20   numberOfDigits 
0800: 3d 20 37 4c 4c 3b 20 0d 0a 09 6c 6f 6e 67 20 6c  = 7LL; ...long l
0810: 6f 6e 67 20 5f 20 3d 20 37 4c 4c 3b 20 0d 0a 45  ong _ = 7LL; ..E
0820: 4e 44 0d 0a 43 41 53 45 28 31 29 0d 0a 09 69 6e  ND..CASE(1)...in
0830: 74 20 73 74 61 72 74 20 3d 20 39 38 3b 20 0d 0a  t start = 98; ..
0840: 09 69 6e 74 20 73 74 65 70 20 3d 20 31 3b 20 0d  .int step = 1; .
0850: 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 6e 75 6d 62  ..long long numb
0860: 65 72 4f 66 44 69 67 69 74 73 20 3d 20 31 30 4c  erOfDigits = 10L
0870: 4c 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20  L; ...long long 
0880: 5f 20 3d 20 31 30 31 4c 4c 3b 20 0d 0a 45 4e 44  _ = 101LL; ..END
0890: 0d 0a 43 41 53 45 28 32 29 0d 0a 09 69 6e 74 20  ..CASE(2)...int 
08a0: 73 74 61 72 74 20 3d 20 30 3b 20 0d 0a 09 69 6e  start = 0; ...in
08b0: 74 20 73 74 65 70 20 3d 20 31 3b 20 0d 0a 09 6c  t step = 1; ...l
08c0: 6f 6e 67 20 6c 6f 6e 67 20 6e 75 6d 62 65 72 4f  ong long numberO
08d0: 66 44 69 67 69 74 73 20 3d 20 37 4c 4c 3b 20 0d  fDigits = 7LL; .
08e0: 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20  ..long long _ = 
08f0: 36 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45  6LL; ..END..CASE
0900: 28 33 29 0d 0a 09 69 6e 74 20 73 74 61 72 74 20  (3)...int start 
0910: 3d 20 31 32 33 34 35 36 37 38 39 3b 20 0d 0a 09  = 123456789; ...
0920: 69 6e 74 20 73 74 65 70 20 3d 20 31 30 3b 20 0d  int step = 10; .
0930: 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 6e 75 6d 62  ..long long numb
0940: 65 72 4f 66 44 69 67 69 74 73 20 3d 20 35 4c 4c  erOfDigits = 5LL
0950: 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 5f  ; ...long long _
0960: 20 3d 20 31 32 33 34 35 4c 4c 3b 20 0d 0a 45 4e   = 12345LL; ..EN
0970: 44 0d 0a 43 41 53 45 28 34 29 0d 0a 09 69 6e 74  D..CASE(4)...int
0980: 20 73 74 61 72 74 20 3d 20 31 32 33 34 35 36 37   start = 1234567
0990: 38 39 3b 20 0d 0a 09 69 6e 74 20 73 74 65 70 20  89; ...int step 
09a0: 3d 20 31 30 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f  = 10; ...long lo
09b0: 6e 67 20 6e 75 6d 62 65 72 4f 66 44 69 67 69 74  ng numberOfDigit
09c0: 73 20 3d 20 31 37 4c 4c 3b 20 0d 0a 09 6c 6f 6e  s = 17LL; ...lon
09d0: 67 20 6c 6f 6e 67 20 5f 20 3d 20 31 32 33 34 35  g long _ = 12345
09e0: 36 37 39 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a 43 41  679LL; ..END..CA
09f0: 53 45 28 35 29 0d 0a 09 69 6e 74 20 73 74 61 72  SE(5)...int star
0a00: 74 20 3d 20 30 3b 20 0d 0a 09 69 6e 74 20 73 74  t = 0; ...int st
0a10: 65 70 20 3d 20 31 3b 20 0d 0a 09 6c 6f 6e 67 20  ep = 1; ...long 
0a20: 6c 6f 6e 67 20 6e 75 6d 62 65 72 4f 66 44 69 67  long numberOfDig
0a30: 69 74 73 20 3d 20 31 35 4c 4c 3b 20 0d 0a 09 6c  its = 15LL; ...l
0a40: 6f 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20 31 4c 4c  ong long _ = 1LL
0a50: 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 36 29  ; ..END..CASE(6)
0a60: 0d 0a 69 6e 74 20 73 74 61 72 74 20 3d 20 33 31  ..int start = 31
0a70: 34 3b 0d 0a 69 6e 74 20 73 74 65 70 20 3d 20 31  4;..int step = 1
0a80: 31 3b 0d 0a 6c 6f 6e 67 20 6c 6f 6e 67 20 6e 75  1;..long long nu
0a90: 6d 62 65 72 4f 66 44 69 67 69 74 73 20 3d 20 39  mberOfDigits = 9
0aa0: 4c 4c 3b 0d 0a 6c 6f 6e 67 20 6c 6f 6e 67 20 5f  LL;..long long _
0ab0: 20 3d 20 33 33 36 4c 4c 3b 0d 0a 45 4e 44 0d 0a   = 336LL;..END..
0ac0: 43 41 53 45 28 36 29 0d 0a 69 6e 74 20 73 74 61  CASE(6)..int sta
0ad0: 72 74 20 3d 20 33 31 34 3b 0d 0a 69 6e 74 20 73  rt = 314;..int s
0ae0: 74 65 70 20 3d 20 31 31 3b 0d 0a 6c 6f 6e 67 20  tep = 11;..long 
0af0: 6c 6f 6e 67 20 6e 75 6d 62 65 72 4f 66 44 69 67  long numberOfDig
0b00: 69 74 73 20 3d 20 31 39 32 4c 4c 3b 0d 0a 6c 6f  its = 192LL;..lo
0b10: 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20 31 30 30 4c  ng long _ = 100L
0b20: 4c 3b 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 36 29  L;..END..CASE(6)
0b30: 0d 0a 69 6e 74 20 73 74 61 72 74 20 3d 20 31 3b  ..int start = 1;
0b40: 0d 0a 69 6e 74 20 73 74 65 70 20 3d 20 36 31 32  ..int step = 612
0b50: 3b 0d 0a 6c 6f 6e 67 20 6c 6f 6e 67 20 6e 75 6d  ;..long long num
0b60: 62 65 72 4f 66 44 69 67 69 74 73 20 3d 20 31 30  berOfDigits = 10
0b70: 4c 4c 3b 0d 0a 6c 6f 6e 67 20 6c 6f 6e 67 20 5f  LL;..long long _
0b80: 20 3d 20 31 38 4c 4c 3b 0d 0a 45 4e 44 0d 0a 7d   = 18LL;..END..}
0b90: 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48 45 52  ..// END CUT HER
0ba0: 45 0d 0a                                         E..