Hex Artifact Content
Not logged in

Artifact 1da7b34c9052097a6cbddcd16e1a248867fd285d:


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 63 6f 6d 70  ..#include <comp
00d0: 6c 65 78 3e 0d 0a 23 69 6e 63 6c 75 64 65 20 3c  lex>..#include <
00e0: 71 75 65 75 65 3e 0d 0a 23 69 6e 63 6c 75 64 65  queue>..#include
00f0: 20 3c 73 74 61 63 6b 3e 0d 0a 23 69 6e 63 6c 75   <stack>..#inclu
0100: 64 65 20 3c 63 6d 61 74 68 3e 0d 0a 75 73 69 6e  de <cmath>..usin
0110: 67 20 6e 61 6d 65 73 70 61 63 65 20 73 74 64 3b  g namespace std;
0120: 0d 0a 74 79 70 65 64 65 66 20 6c 6f 6e 67 20 6c  ..typedef long l
0130: 6f 6e 67 20 4c 4c 3b 0d 0a 0d 0a 63 6c 61 73 73  ong LL;....class
0140: 20 4b 4c 61 73 74 4e 6f 6e 5a 65 72 6f 44 69 67   KLastNonZeroDig
0150: 69 74 73 0d 0a 7b 0d 0a 70 75 62 6c 69 63 3a 0d  its..{..public:.
0160: 0a 09 73 74 72 69 6e 67 20 67 65 74 4b 44 69 67  ..string getKDig
0170: 69 74 73 28 69 6e 74 20 4e 2c 20 69 6e 74 20 4b  its(int N, int K
0180: 29 20 0d 0a 09 7b 0d 0a 09 09 2f 2f 20 32 30 21  ) ...{....// 20!
0190: 20 3d 20 32 30 2a 2e 2e 2a 31 31 2a 31 30 21 20   = 20*..*11*10! 
01a0: 3c 20 32 30 2a 2e 2e 2a 31 31 2a 32 5e 32 32 0d  < 20*..*11*2^22.
01b0: 0a 09 09 2f 2f 20 20 20 20 20 20 20 20 20 20 20  ...//           
01c0: 20 20 20 20 20 20 20 20 20 3c 20 31 36 5e 31 30           < 16^10
01d0: 20 2a 20 32 5e 32 32 0d 0a 09 09 2f 2f 20 20 20   * 2^22....//   
01e0: 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20                  
01f0: 20 3d 20 32 5e 36 32 0d 0a 0d 0a 09 09 2f 2f 20   = 2^62......// 
0200: 31 30 5e 4b 0d 0a 09 09 4c 4c 20 5a 20 3d 20 31  10^K....LL Z = 1
0210: 3b 0d 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d 30  ;....for(int i=0
0220: 3b 20 69 3c 4b 3b 20 2b 2b 69 29 0d 0a 09 09 09  ; i<K; ++i).....
0230: 5a 20 2a 3d 20 31 30 3b 0d 0a 0d 0a 09 09 2f 2f  Z *= 10;......//
0240: 20 4e 21 0d 0a 09 09 4c 4c 20 78 20 3d 20 31 3b   N!....LL x = 1;
0250: 0d 0a 09 09 66 6f 72 28 4c 4c 20 6e 3d 32 3b 20  ....for(LL n=2; 
0260: 6e 3c 3d 4e 3b 20 2b 2b 6e 29 0d 0a 09 09 09 78  n<=N; ++n).....x
0270: 20 2a 3d 20 6e 3b 0d 0a 09 09 77 68 69 6c 65 28   *= n;....while(
0280: 78 25 31 30 3d 3d 30 29 0d 0a 09 09 09 78 20 2f  x%10==0).....x /
0290: 3d 20 31 30 3b 0d 0a 0d 0a 09 09 2f 2f 20 4f 75  = 10;......// Ou
02a0: 74 70 75 74 0d 0a 09 09 73 74 72 69 6e 67 73 74  tput....stringst
02b0: 72 65 61 6d 20 73 6f 75 74 3b 0d 0a 09 09 69 66  ream sout;....if
02c0: 28 20 78 20 3c 20 5a 20 29 0d 0a 09 09 09 73 6f  ( x < Z ).....so
02d0: 75 74 20 3c 3c 20 78 3b 0d 0a 09 09 65 6c 73 65  ut << x;....else
02e0: 0d 0a 09 09 09 73 6f 75 74 20 3c 3c 20 73 65 74  .....sout << set
02f0: 77 28 4b 29 20 3c 3c 20 73 65 74 66 69 6c 6c 28  w(K) << setfill(
0300: 27 30 27 29 20 3c 3c 20 78 25 5a 3b 0d 0a 09 09  '0') << x%Z;....
0310: 72 65 74 75 72 6e 20 73 6f 75 74 2e 73 74 72 28  return sout.str(
0320: 29 3b 0d 0a 09 7d 0d 0a 0d 0a 2f 2f 20 42 45 47  );...}....// BEG
0330: 49 4e 20 43 55 54 20 48 45 52 45 0d 0a 09 70 75  IN CUT HERE...pu
0340: 62 6c 69 63 3a 0d 0a 09 76 6f 69 64 20 72 75 6e  blic:...void run
0350: 5f 74 65 73 74 28 69 6e 74 20 43 61 73 65 29 20  _test(int Case) 
0360: 7b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d  { if ((Case == -
0370: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 30  1) || (Case == 0
0380: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 30 28 29  )) test_case_0()
0390: 3b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d  ; if ((Case == -
03a0: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 31  1) || (Case == 1
03b0: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 31 28 29  )) test_case_1()
03c0: 3b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d  ; if ((Case == -
03d0: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 32  1) || (Case == 2
03e0: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 32 28 29  )) test_case_2()
03f0: 3b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d  ; if ((Case == -
0400: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 33  1) || (Case == 3
0410: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 33 28 29  )) test_case_3()
0420: 3b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d  ; if ((Case == -
0430: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 34  1) || (Case == 4
0440: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 34 28 29  )) test_case_4()
0450: 3b 20 69 66 20 28 28 43 61 73 65 20 3d 3d 20 2d  ; if ((Case == -
0460: 31 29 20 7c 7c 20 28 43 61 73 65 20 3d 3d 20 35  1) || (Case == 5
0470: 29 29 20 74 65 73 74 5f 63 61 73 65 5f 35 28 29  )) test_case_5()
0480: 3b 20 7d 0d 0a 09 70 72 69 76 61 74 65 3a 0d 0a  ; }...private:..
0490: 09 74 65 6d 70 6c 61 74 65 20 3c 74 79 70 65 6e  .template <typen
04a0: 61 6d 65 20 54 3e 20 73 74 72 69 6e 67 20 70 72  ame T> string pr
04b0: 69 6e 74 5f 61 72 72 61 79 28 63 6f 6e 73 74 20  int_array(const 
04c0: 76 65 63 74 6f 72 3c 54 3e 20 26 56 29 20 7b 20  vector<T> &V) { 
04d0: 6f 73 74 72 69 6e 67 73 74 72 65 61 6d 20 6f 73  ostringstream os
04e0: 3b 20 6f 73 20 3c 3c 20 22 7b 20 22 3b 20 66 6f  ; os << "{ "; fo
04f0: 72 20 28 74 79 70 65 6e 61 6d 65 20 76 65 63 74  r (typename vect
0500: 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 74 5f 69 74 65  or<T>::const_ite
0510: 72 61 74 6f 72 20 69 74 65 72 20 3d 20 56 2e 62  rator iter = V.b
0520: 65 67 69 6e 28 29 3b 20 69 74 65 72 20 21 3d 20  egin(); iter != 
0530: 56 2e 65 6e 64 28 29 3b 20 2b 2b 69 74 65 72 29  V.end(); ++iter)
0540: 20 6f 73 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a   os << '\"' << *
0550: 69 74 65 72 20 3c 3c 20 22 5c 22 2c 22 3b 20 6f  iter << "\","; o
0560: 73 20 3c 3c 20 22 20 7d 22 3b 20 72 65 74 75 72  s << " }"; retur
0570: 6e 20 6f 73 2e 73 74 72 28 29 3b 20 7d 0d 0a 09  n os.str(); }...
0580: 76 6f 69 64 20 76 65 72 69 66 79 5f 63 61 73 65  void verify_case
0590: 28 69 6e 74 20 43 61 73 65 2c 20 63 6f 6e 73 74  (int Case, const
05a0: 20 73 74 72 69 6e 67 20 26 45 78 70 65 63 74 65   string &Expecte
05b0: 64 2c 20 63 6f 6e 73 74 20 73 74 72 69 6e 67 20  d, const string 
05c0: 26 52 65 63 65 69 76 65 64 29 20 7b 20 63 65 72  &Received) { cer
05d0: 72 20 3c 3c 20 22 54 65 73 74 20 43 61 73 65 20  r << "Test Case 
05e0: 23 22 20 3c 3c 20 43 61 73 65 20 3c 3c 20 22 2e  #" << Case << ".
05f0: 2e 2e 22 3b 20 69 66 20 28 45 78 70 65 63 74 65  .."; if (Expecte
0600: 64 20 3d 3d 20 52 65 63 65 69 76 65 64 29 20 63  d == Received) c
0610: 65 72 72 20 3c 3c 20 22 50 41 53 53 45 44 22 20  err << "PASSED" 
0620: 3c 3c 20 65 6e 64 6c 3b 20 65 6c 73 65 20 7b 20  << endl; else { 
0630: 63 65 72 72 20 3c 3c 20 22 46 41 49 4c 45 44 22  cerr << "FAILED"
0640: 20 3c 3c 20 65 6e 64 6c 3b 20 63 65 72 72 20 3c   << endl; cerr <
0650: 3c 20 22 5c 74 45 78 70 65 63 74 65 64 3a 20 5c  < "\tExpected: \
0660: 22 22 20 3c 3c 20 45 78 70 65 63 74 65 64 20 3c  "" << Expected <
0670: 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20  < '\"' << endl; 
0680: 63 65 72 72 20 3c 3c 20 22 5c 74 52 65 63 65 69  cerr << "\tRecei
0690: 76 65 64 3a 20 5c 22 22 20 3c 3c 20 52 65 63 65  ved: \"" << Rece
06a0: 69 76 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c 20  ived << '\"' << 
06b0: 65 6e 64 6c 3b 20 7d 20 7d 0d 0a 09 76 6f 69 64  endl; } }...void
06c0: 20 74 65 73 74 5f 63 61 73 65 5f 30 28 29 20 7b   test_case_0() {
06d0: 20 69 6e 74 20 41 72 67 30 20 3d 20 31 30 3b 20   int Arg0 = 10; 
06e0: 69 6e 74 20 41 72 67 31 20 3d 20 33 3b 20 73 74  int Arg1 = 3; st
06f0: 72 69 6e 67 20 41 72 67 32 20 3d 20 22 32 38 38  ring Arg2 = "288
0700: 22 3b 20 76 65 72 69 66 79 5f 63 61 73 65 28 30  "; verify_case(0
0710: 2c 20 41 72 67 32 2c 20 67 65 74 4b 44 69 67 69  , Arg2, getKDigi
0720: 74 73 28 41 72 67 30 2c 20 41 72 67 31 29 29 3b  ts(Arg0, Arg1));
0730: 20 7d 0d 0a 09 76 6f 69 64 20 74 65 73 74 5f 63   }...void test_c
0740: 61 73 65 5f 31 28 29 20 7b 20 69 6e 74 20 41 72  ase_1() { int Ar
0750: 67 30 20 3d 20 36 3b 20 69 6e 74 20 41 72 67 31  g0 = 6; int Arg1
0760: 20 3d 20 31 3b 20 73 74 72 69 6e 67 20 41 72 67   = 1; string Arg
0770: 32 20 3d 20 22 32 22 3b 20 76 65 72 69 66 79 5f  2 = "2"; verify_
0780: 63 61 73 65 28 31 2c 20 41 72 67 32 2c 20 67 65  case(1, Arg2, ge
0790: 74 4b 44 69 67 69 74 73 28 41 72 67 30 2c 20 41  tKDigits(Arg0, A
07a0: 72 67 31 29 29 3b 20 7d 0d 0a 09 76 6f 69 64 20  rg1)); }...void 
07b0: 74 65 73 74 5f 63 61 73 65 5f 32 28 29 20 7b 20  test_case_2() { 
07c0: 69 6e 74 20 41 72 67 30 20 3d 20 36 3b 20 69 6e  int Arg0 = 6; in
07d0: 74 20 41 72 67 31 20 3d 20 33 3b 20 73 74 72 69  t Arg1 = 3; stri
07e0: 6e 67 20 41 72 67 32 20 3d 20 22 37 32 22 3b 20  ng Arg2 = "72"; 
07f0: 76 65 72 69 66 79 5f 63 61 73 65 28 32 2c 20 41  verify_case(2, A
0800: 72 67 32 2c 20 67 65 74 4b 44 69 67 69 74 73 28  rg2, getKDigits(
0810: 41 72 67 30 2c 20 41 72 67 31 29 29 3b 20 7d 0d  Arg0, Arg1)); }.
0820: 0a 09 76 6f 69 64 20 74 65 73 74 5f 63 61 73 65  ..void test_case
0830: 5f 33 28 29 20 7b 20 69 6e 74 20 41 72 67 30 20  _3() { int Arg0 
0840: 3d 20 37 3b 20 69 6e 74 20 41 72 67 31 20 3d 20  = 7; int Arg1 = 
0850: 32 3b 20 73 74 72 69 6e 67 20 41 72 67 32 20 3d  2; string Arg2 =
0860: 20 22 30 34 22 3b 20 76 65 72 69 66 79 5f 63 61   "04"; verify_ca
0870: 73 65 28 33 2c 20 41 72 67 32 2c 20 67 65 74 4b  se(3, Arg2, getK
0880: 44 69 67 69 74 73 28 41 72 67 30 2c 20 41 72 67  Digits(Arg0, Arg
0890: 31 29 29 3b 20 7d 0d 0a 09 76 6f 69 64 20 74 65  1)); }...void te
08a0: 73 74 5f 63 61 73 65 5f 34 28 29 20 7b 20 69 6e  st_case_4() { in
08b0: 74 20 41 72 67 30 20 3d 20 32 30 3b 20 69 6e 74  t Arg0 = 20; int
08c0: 20 41 72 67 31 20 3d 20 39 3b 20 73 74 72 69 6e   Arg1 = 9; strin
08d0: 67 20 41 72 67 32 20 3d 20 22 32 30 30 38 31 37  g Arg2 = "200817
08e0: 36 36 34 22 3b 20 76 65 72 69 66 79 5f 63 61 73  664"; verify_cas
08f0: 65 28 34 2c 20 41 72 67 32 2c 20 67 65 74 4b 44  e(4, Arg2, getKD
0900: 69 67 69 74 73 28 41 72 67 30 2c 20 41 72 67 31  igits(Arg0, Arg1
0910: 29 29 3b 20 7d 0d 0a 09 76 6f 69 64 20 74 65 73  )); }...void tes
0920: 74 5f 63 61 73 65 5f 35 28 29 20 7b 20 69 6e 74  t_case_5() { int
0930: 20 41 72 67 30 20 3d 20 31 3b 20 69 6e 74 20 41   Arg0 = 1; int A
0940: 72 67 31 20 3d 20 31 3b 20 73 74 72 69 6e 67 20  rg1 = 1; string 
0950: 41 72 67 32 20 3d 20 22 31 22 3b 20 76 65 72 69  Arg2 = "1"; veri
0960: 66 79 5f 63 61 73 65 28 35 2c 20 41 72 67 32 2c  fy_case(5, Arg2,
0970: 20 67 65 74 4b 44 69 67 69 74 73 28 41 72 67 30   getKDigits(Arg0
0980: 2c 20 41 72 67 31 29 29 3b 20 7d 0d 0a 0d 0a 2f  , Arg1)); }..../
0990: 2f 20 45 4e 44 20 43 55 54 20 48 45 52 45 0d 0a  / END CUT HERE..
09a0: 7d 3b 0d 0a 2f 2f 20 42 45 47 49 4e 20 43 55 54  };..// BEGIN CUT
09b0: 20 48 45 52 45 20 0d 0a 69 6e 74 20 6d 61 69 6e   HERE ..int main
09c0: 28 29 20 7b 20 4b 4c 61 73 74 4e 6f 6e 5a 65 72  () { KLastNonZer
09d0: 6f 44 69 67 69 74 73 28 29 2e 72 75 6e 5f 74 65  oDigits().run_te
09e0: 73 74 28 2d 31 29 3b 20 7d 0d 0a 2f 2f 20 45 4e  st(-1); }..// EN
09f0: 44 20 43 55 54 20 48 45 52 45 0d 0a              D CUT HERE..