Hex Artifact Content
Not logged in

Artifact 3d1ad8a36cc1d497c58498fd4cfa5f976a4026b3:


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 73 74 72 69 6e 67 20 53 3b 0d  P;....string S;.
01a0: 0a 0d 0a 63 6c 61 73 73 20 4b 74 68 53 74 72 69  ...class KthStri
01b0: 6e 67 41 67 61 69 6e 20 7b 0d 0a 70 75 62 6c 69  ngAgain {..publi
01c0: 63 3a 0d 0a 09 73 74 72 75 63 74 20 43 61 6e 64  c:...struct Cand
01d0: 20 7b 0d 0a 09 09 2f 2f 20 72 65 70 72 65 73 65   {....// represe
01e0: 6e 74 73 20 41 4c 4c 28 53 5b 70 65 72 6d 5f 68  nts ALL(S[perm_h
01f0: 65 61 64 2e 2e 24 5d 29 20 53 5b 74 61 69 6c 5f  ead..$]) S[tail_
0200: 6d 61 73 6b 5d 5e 72 0d 0a 09 09 69 6e 74 20 70  mask]^r....int p
0210: 65 72 6d 5f 68 65 61 64 3b 0d 0a 09 09 73 74 72  erm_head;....str
0220: 69 6e 67 20 74 61 69 6c 3b 0d 0a 09 09 4c 4c 20  ing tail;....LL 
0230: 6e 75 6d 3b 0d 0a 09 09 43 61 6e 64 28 69 6e 74  num;....Cand(int
0240: 20 70 2c 20 63 6f 6e 73 74 20 73 74 72 69 6e 67   p, const string
0250: 26 20 74 2c 20 4c 4c 20 6e 3d 31 29 20 3a 20 70  & t, LL n=1) : p
0260: 65 72 6d 5f 68 65 61 64 28 70 29 2c 20 74 61 69  erm_head(p), tai
0270: 6c 28 74 29 2c 20 6e 75 6d 28 6e 29 20 7b 7d 0d  l(t), num(n) {}.
0280: 0a 09 09 4c 4c 20 63 6f 75 6e 74 28 29 20 63 6f  ...LL count() co
0290: 6e 73 74 20 7b 20 72 65 74 75 72 6e 20 28 31 4c  nst { return (1L
02a0: 4c 20 3c 3c 20 28 53 2e 73 69 7a 65 28 29 20 2d  L << (S.size() -
02b0: 20 70 65 72 6d 5f 68 65 61 64 29 29 2a 6e 75 6d   perm_head))*num
02c0: 3b 20 7d 0d 0a 0d 0a 09 09 62 6f 6f 6c 20 6f 70  ; }......bool op
02d0: 65 72 61 74 6f 72 3c 28 63 6f 6e 73 74 20 43 61  erator<(const Ca
02e0: 6e 64 26 20 72 68 73 29 20 63 6f 6e 73 74 20 7b  nd& rhs) const {
02f0: 0d 0a 09 09 09 69 66 20 28 70 65 72 6d 5f 68 65  .....if (perm_he
0300: 61 64 20 21 3d 20 72 68 73 2e 70 65 72 6d 5f 68  ad != rhs.perm_h
0310: 65 61 64 29 20 72 65 74 75 72 6e 20 70 65 72 6d  ead) return perm
0320: 5f 68 65 61 64 20 3c 20 72 68 73 2e 70 65 72 6d  _head < rhs.perm
0330: 5f 68 65 61 64 3b 0d 0a 09 09 09 72 65 74 75 72  _head;.....retur
0340: 6e 20 74 61 69 6c 20 3c 20 72 68 73 2e 74 61 69  n tail < rhs.tai
0350: 6c 3b 0d 0a 09 09 7d 0d 0a 09 09 62 6f 6f 6c 20  l;....}....bool 
0360: 6f 70 65 72 61 74 6f 72 3d 3d 28 63 6f 6e 73 74  operator==(const
0370: 20 43 61 6e 64 26 20 72 68 73 29 20 63 6f 6e 73   Cand& rhs) cons
0380: 74 20 7b 0d 0a 09 09 09 69 66 20 28 70 65 72 6d  t {.....if (perm
0390: 5f 68 65 61 64 20 21 3d 20 72 68 73 2e 70 65 72  _head != rhs.per
03a0: 6d 5f 68 65 61 64 29 20 72 65 74 75 72 6e 20 66  m_head) return f
03b0: 61 6c 73 65 3b 0d 0a 09 09 09 72 65 74 75 72 6e  alse;.....return
03c0: 20 74 61 69 6c 20 3d 3d 20 72 68 73 2e 74 61 69   tail == rhs.tai
03d0: 6c 3b 0d 0a 09 09 7d 0d 0a 09 7d 3b 0d 0a 0d 0a  l;....}...};....
03e0: 09 73 74 72 69 6e 67 20 67 65 74 4b 74 68 28 73  .string getKth(s
03f0: 74 72 69 6e 67 20 73 2c 20 6c 6f 6e 67 20 6c 6f  tring s, long lo
0400: 6e 67 20 6b 29 20 7b 0d 0a 09 09 53 20 3d 20 73  ng k) {....S = s
0410: 3b 0d 0a 09 09 76 65 63 74 6f 72 3c 43 61 6e 64  ;....vector<Cand
0420: 3e 20 63 63 28 31 2c 20 43 61 6e 64 28 30 2c 20  > cc(1, Cand(0, 
0430: 73 74 72 69 6e 67 28 29 29 29 3b 0d 0a 09 09 72  string()));....r
0440: 65 74 75 72 6e 20 66 69 6e 64 4b 74 68 41 6d 6f  eturn findKthAmo
0450: 6e 67 28 63 63 2c 20 6b 20 2d 20 31 29 3b 0d 0a  ng(cc, k - 1);..
0460: 09 7d 0d 0a 0d 0a 09 73 74 72 69 6e 67 20 66 69  .}.....string fi
0470: 6e 64 4b 74 68 41 6d 6f 6e 67 28 76 65 63 74 6f  ndKthAmong(vecto
0480: 72 3c 43 61 6e 64 3e 26 20 63 2c 20 4c 4c 20 6b  r<Cand>& c, LL k
0490: 29 20 7b 0d 0a 09 09 73 6f 72 74 28 63 2e 62 65  ) {....sort(c.be
04a0: 67 69 6e 28 29 2c 20 63 2e 65 6e 64 28 29 29 3b  gin(), c.end());
04b0: 0d 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d 63 2e  ....for(int i=c.
04c0: 73 69 7a 65 28 29 2d 31 3b 20 69 3e 3d 31 3b 20  size()-1; i>=1; 
04d0: 2d 2d 69 29 0d 0a 09 09 09 69 66 20 28 63 5b 69  --i).....if (c[i
04e0: 5d 20 3d 3d 20 63 5b 69 20 2d 20 31 5d 29 20 7b  ] == c[i - 1]) {
04f0: 0d 0a 09 09 09 09 63 5b 69 20 2d 20 31 5d 2e 6e  ......c[i - 1].n
0500: 75 6d 20 2b 3d 20 63 5b 69 5d 2e 6e 75 6d 3b 0d  um += c[i].num;.
0510: 0a 09 09 09 09 63 5b 69 5d 2e 6e 75 6d 20 3d 20  .....c[i].num = 
0520: 30 3b 0d 0a 09 09 09 7d 0d 0a 0d 0a 09 09 6d 61  0;.....}......ma
0530: 70 3c 63 68 61 72 2c 20 76 65 63 74 6f 72 3c 43  p<char, vector<C
0540: 61 6e 64 3e 3e 20 6e 65 78 74 3b 0d 0a 09 09 66  and>> next;....f
0550: 6f 72 20 28 63 6f 6e 73 74 20 43 61 6e 64 26 20  or (const Cand& 
0560: 63 63 20 3a 20 63 29 20 7b 0d 0a 09 09 09 69 66  cc : c) {.....if
0570: 20 28 63 63 2e 6e 75 6d 20 3d 3d 20 30 29 0d 0a   (cc.num == 0)..
0580: 09 09 09 09 63 6f 6e 74 69 6e 75 65 3b 0d 0a 0d  ....continue;...
0590: 0a 09 09 09 69 66 20 28 63 63 2e 70 65 72 6d 5f  ....if (cc.perm_
05a0: 68 65 61 64 20 3d 3d 20 53 2e 73 69 7a 65 28 29  head == S.size()
05b0: 29 20 7b 0d 0a 09 09 09 09 69 66 20 28 63 63 2e  ) {......if (cc.
05c0: 74 61 69 6c 2e 65 6d 70 74 79 28 29 29 0d 0a 09  tail.empty())...
05d0: 09 09 09 09 72 65 74 75 72 6e 20 22 22 3b 20 2f  ....return ""; /
05e0: 2f 3f 0d 0a 0d 0a 09 09 09 09 6e 65 78 74 5b 63  /?........next[c
05f0: 63 2e 74 61 69 6c 5b 30 5d 5d 2e 65 6d 70 6c 61  c.tail[0]].empla
0600: 63 65 5f 62 61 63 6b 28 63 63 2e 70 65 72 6d 5f  ce_back(cc.perm_
0610: 68 65 61 64 2c 20 63 63 2e 74 61 69 6c 2e 73 75  head, cc.tail.su
0620: 62 73 74 72 28 31 29 2c 20 63 63 2e 6e 75 6d 29  bstr(1), cc.num)
0630: 3b 0d 0a 09 09 09 7d 0d 0a 09 09 09 65 6c 73 65  ;.....}.....else
0640: 20 7b 0d 0a 09 09 09 09 66 6f 72 20 28 69 6e 74   {......for (int
0650: 20 69 20 3d 20 63 63 2e 70 65 72 6d 5f 68 65 61   i = cc.perm_hea
0660: 64 3b 20 69 20 3c 20 53 2e 73 69 7a 65 28 29 3b  d; i < S.size();
0670: 20 2b 2b 69 29 20 7b 0d 0a 09 09 09 09 09 73 74   ++i) {.......st
0680: 72 69 6e 67 20 74 32 20 3d 20 53 2e 73 75 62 73  ring t2 = S.subs
0690: 74 72 28 63 63 2e 70 65 72 6d 5f 68 65 61 64 2c  tr(cc.perm_head,
06a0: 20 69 20 2d 20 63 63 2e 70 65 72 6d 5f 68 65 61   i - cc.perm_hea
06b0: 64 29 3b 0d 0a 09 09 09 09 09 72 65 76 65 72 73  d);.......revers
06c0: 65 28 74 32 2e 62 65 67 69 6e 28 29 2c 20 74 32  e(t2.begin(), t2
06d0: 2e 65 6e 64 28 29 29 3b 0d 0a 09 09 09 09 09 74  .end());.......t
06e0: 32 20 2b 3d 20 63 63 2e 74 61 69 6c 3b 0d 0a 09  2 += cc.tail;...
06f0: 09 09 09 09 6e 65 78 74 5b 53 5b 69 5d 5d 2e 65  ....next[S[i]].e
0700: 6d 70 6c 61 63 65 5f 62 61 63 6b 28 69 20 2b 20  mplace_back(i + 
0710: 31 2c 20 74 32 2c 20 63 63 2e 6e 75 6d 20 2a 20  1, t2, cc.num * 
0720: 28 69 2b 31 3d 3d 53 2e 73 69 7a 65 28 29 20 3f  (i+1==S.size() ?
0730: 20 32 20 3a 20 31 29 29 3b 0d 0a 09 09 09 09 7d   2 : 1));......}
0740: 0d 0a 09 09 09 7d 0d 0a 09 09 7d 0d 0a 0d 0a 09  .....}....}.....
0750: 09 4c 4c 20 6f 66 66 20 3d 20 30 3b 0d 0a 09 09  .LL off = 0;....
0760: 66 6f 72 20 28 61 75 74 6f 26 26 20 6b 76 20 3a  for (auto&& kv :
0770: 20 6e 65 78 74 29 20 7b 0d 0a 09 09 09 4c 4c 20   next) {.....LL 
0780: 6e 75 6d 20 3d 20 30 3b 0d 0a 09 09 09 66 6f 72  num = 0;.....for
0790: 20 28 61 75 74 6f 26 26 20 76 76 20 3a 20 6b 76   (auto&& vv : kv
07a0: 2e 73 65 63 6f 6e 64 29 0d 0a 09 09 09 09 6e 75  .second)......nu
07b0: 6d 20 2b 3d 20 76 76 2e 63 6f 75 6e 74 28 29 3b  m += vv.count();
07c0: 0d 0a 09 09 09 69 66 20 28 6f 66 66 20 3c 3d 20  .....if (off <= 
07d0: 6b 20 26 26 20 6b 20 3c 20 6f 66 66 20 2b 20 6e  k && k < off + n
07e0: 75 6d 29 20 7b 0d 0a 09 09 09 09 72 65 74 75 72  um) {......retur
07f0: 6e 20 6b 76 2e 66 69 72 73 74 20 2b 20 66 69 6e  n kv.first + fin
0800: 64 4b 74 68 41 6d 6f 6e 67 28 6b 76 2e 73 65 63  dKthAmong(kv.sec
0810: 6f 6e 64 2c 20 6b 20 2d 20 6f 66 66 29 3b 0d 0a  ond, k - off);..
0820: 09 09 09 7d 0d 0a 09 09 09 6f 66 66 20 2b 3d 20  ...}.....off += 
0830: 6e 75 6d 3b 0d 0a 09 09 7d 0d 0a 09 09 61 73 73  num;....}....ass
0840: 65 72 74 28 66 61 6c 73 65 29 3b 0d 0a 09 09 72  ert(false);....r
0850: 65 74 75 72 6e 20 22 57 52 4f 4e 47 20 41 4e 53  eturn "WRONG ANS
0860: 57 45 52 22 3b 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d  WER";...}..};...
0870: 0a 2f 2f 20 42 45 47 49 4e 20 43 55 54 20 48 45  .// BEGIN CUT HE
0880: 52 45 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 63 74  RE..#include <ct
0890: 69 6d 65 3e 0d 0a 64 6f 75 62 6c 65 20 73 74 61  ime>..double sta
08a0: 72 74 5f 74 69 6d 65 3b 20 73 74 72 69 6e 67 20  rt_time; string 
08b0: 74 69 6d 65 72 28 29 0d 0a 20 7b 20 6f 73 74 72  timer().. { ostr
08c0: 69 6e 67 73 74 72 65 61 6d 20 6f 73 3b 20 6f 73  ingstream os; os
08d0: 20 3c 3c 20 22 20 28 22 20 3c 3c 20 69 6e 74 28   << " (" << int(
08e0: 28 63 6c 6f 63 6b 28 29 2d 73 74 61 72 74 5f 74  (clock()-start_t
08f0: 69 6d 65 29 2f 43 4c 4f 43 4b 53 5f 50 45 52 5f  ime)/CLOCKS_PER_
0900: 53 45 43 2a 31 30 30 30 29 20 3c 3c 20 22 20 6d  SEC*1000) << " m
0910: 73 65 63 29 22 3b 20 72 65 74 75 72 6e 20 6f 73  sec)"; return os
0920: 2e 73 74 72 28 29 3b 20 7d 0d 0a 74 65 6d 70 6c  .str(); }..templ
0930: 61 74 65 3c 74 79 70 65 6e 61 6d 65 20 54 3e 20  ate<typename T> 
0940: 6f 73 74 72 65 61 6d 26 20 6f 70 65 72 61 74 6f  ostream& operato
0950: 72 3c 3c 28 6f 73 74 72 65 61 6d 26 20 6f 73 2c  r<<(ostream& os,
0960: 20 63 6f 6e 73 74 20 76 65 63 74 6f 72 3c 54 3e   const vector<T>
0970: 26 20 76 29 0d 0a 20 7b 20 6f 73 20 3c 3c 20 22  & v).. { os << "
0980: 7b 20 22 3b 0d 0a 20 20 20 66 6f 72 28 74 79 70  { ";..   for(typ
0990: 65 6e 61 6d 65 20 76 65 63 74 6f 72 3c 54 3e 3a  ename vector<T>:
09a0: 3a 63 6f 6e 73 74 5f 69 74 65 72 61 74 6f 72 20  :const_iterator 
09b0: 69 74 3d 76 2e 62 65 67 69 6e 28 29 3b 20 69 74  it=v.begin(); it
09c0: 21 3d 76 2e 65 6e 64 28 29 3b 20 2b 2b 69 74 29  !=v.end(); ++it)
09d0: 0d 0a 20 20 20 6f 73 20 3c 3c 20 27 5c 22 27 20  ..   os << '\"' 
09e0: 3c 3c 20 2a 69 74 20 3c 3c 20 27 5c 22 27 20 3c  << *it << '\"' <
09f0: 3c 20 28 69 74 2b 31 3d 3d 76 2e 65 6e 64 28 29  < (it+1==v.end()
0a00: 20 3f 20 22 22 20 3a 20 22 2c 20 22 29 3b 20 6f   ? "" : ", "); o
0a10: 73 20 3c 3c 20 22 20 7d 22 3b 20 72 65 74 75 72  s << " }"; retur
0a20: 6e 20 6f 73 3b 20 7d 0d 0a 76 6f 69 64 20 76 65  n os; }..void ve
0a30: 72 69 66 79 5f 63 61 73 65 28 63 6f 6e 73 74 20  rify_case(const 
0a40: 73 74 72 69 6e 67 26 20 45 78 70 65 63 74 65 64  string& Expected
0a50: 2c 20 63 6f 6e 73 74 20 73 74 72 69 6e 67 26 20  , const string& 
0a60: 52 65 63 65 69 76 65 64 29 20 7b 0d 0a 20 62 6f  Received) {.. bo
0a70: 6f 6c 20 6f 6b 20 3d 20 28 45 78 70 65 63 74 65  ol ok = (Expecte
0a80: 64 20 3d 3d 20 52 65 63 65 69 76 65 64 29 3b 0d  d == Received);.
0a90: 0a 20 69 66 28 6f 6b 29 20 63 65 72 72 20 3c 3c  . if(ok) cerr <<
0aa0: 20 22 50 41 53 53 45 44 22 20 3c 3c 20 74 69 6d   "PASSED" << tim
0ab0: 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 20 20 65  er() << endl;  e
0ac0: 6c 73 65 20 7b 20 63 65 72 72 20 3c 3c 20 22 46  lse { cerr << "F
0ad0: 41 49 4c 45 44 22 20 3c 3c 20 74 69 6d 65 72 28  AILED" << timer(
0ae0: 29 20 3c 3c 20 65 6e 64 6c 3b 0d 0a 20 63 65 72  ) << endl;.. cer
0af0: 72 20 3c 3c 20 22 5c 74 6f 3a 20 5c 22 22 20 3c  r << "\to: \"" <
0b00: 3c 20 45 78 70 65 63 74 65 64 20 3c 3c 20 27 5c  < Expected << '\
0b10: 22 27 20 3c 3c 20 65 6e 64 6c 20 3c 3c 20 22 5c  "' << endl << "\
0b20: 74 78 3a 20 5c 22 22 20 3c 3c 20 52 65 63 65 69  tx: \"" << Recei
0b30: 76 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65  ved << '\"' << e
0b40: 6e 64 6c 3b 20 7d 20 7d 0d 0a 23 64 65 66 69 6e  ndl; } }..#defin
0b50: 65 20 43 41 53 45 28 4e 29 20 7b 63 65 72 72 20  e CASE(N) {cerr 
0b60: 3c 3c 20 22 54 65 73 74 20 43 61 73 65 20 23 22  << "Test Case #"
0b70: 20 3c 3c 20 4e 20 3c 3c 20 22 2e 2e 2e 22 20 3c   << N << "..." <
0b80: 3c 20 66 6c 75 73 68 3b 20 73 74 61 72 74 5f 74  < flush; start_t
0b90: 69 6d 65 3d 63 6c 6f 63 6b 28 29 3b 0d 0a 23 64  ime=clock();..#d
0ba0: 65 66 69 6e 65 20 45 4e 44 09 20 76 65 72 69 66  efine END. verif
0bb0: 79 5f 63 61 73 65 28 5f 2c 20 4b 74 68 53 74 72  y_case(_, KthStr
0bc0: 69 6e 67 41 67 61 69 6e 28 29 2e 67 65 74 4b 74  ingAgain().getKt
0bd0: 68 28 73 2c 20 6b 29 29 3b 7d 0d 0a 69 6e 74 20  h(s, k));}..int 
0be0: 6d 61 69 6e 28 29 7b 0d 0a 0d 0a 43 41 53 45 28  main(){....CASE(
0bf0: 30 29 0d 0a 09 73 74 72 69 6e 67 20 73 20 3d 20  0)...string s = 
0c00: 22 78 79 7a 22 3b 20 0d 0a 09 6c 6f 6e 67 20 6c  "xyz"; ...long l
0c10: 6f 6e 67 20 6b 20 3d 20 35 4c 4c 3b 20 0d 0a 09  ong k = 5LL; ...
0c20: 73 74 72 69 6e 67 20 5f 20 3d 20 22 79 7a 78 22  string _ = "yzx"
0c30: 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 31 29  ; ..END..CASE(1)
0c40: 0d 0a 09 73 74 72 69 6e 67 20 73 20 3d 20 22 61  ...string s = "a
0c50: 62 63 22 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e  bc"; ...long lon
0c60: 67 20 6b 20 3d 20 31 4c 4c 3b 20 0d 0a 09 73 74  g k = 1LL; ...st
0c70: 72 69 6e 67 20 5f 20 3d 20 22 61 62 63 22 3b 20  ring _ = "abc"; 
0c80: 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 32 29 0d 0a  ..END..CASE(2)..
0c90: 09 73 74 72 69 6e 67 20 73 20 3d 20 22 61 62 63  .string s = "abc
0ca0: 22 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20  "; ...long long 
0cb0: 6b 20 3d 20 38 4c 4c 3b 20 0d 0a 09 73 74 72 69  k = 8LL; ...stri
0cc0: 6e 67 20 5f 20 3d 20 22 63 62 61 22 3b 20 0d 0a  ng _ = "cba"; ..
0cd0: 45 4e 44 0d 0a 43 41 53 45 28 33 29 0d 0a 09 73  END..CASE(3)...s
0ce0: 74 72 69 6e 67 20 73 20 3d 20 22 74 6f 70 63 6f  tring s = "topco
0cf0: 64 65 72 22 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f  der"; ...long lo
0d00: 6e 67 20 6b 20 3d 20 35 38 4c 4c 3b 20 0d 0a 09  ng k = 58LL; ...
0d10: 73 74 72 69 6e 67 20 5f 20 3d 20 22 6f 6f 72 65  string _ = "oore
0d20: 64 63 70 74 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41  dcpt"; ..END..CA
0d30: 53 45 28 34 29 0d 0a 09 73 74 72 69 6e 67 20 73  SE(4)...string s
0d40: 20 3d 20 22 61 61 61 61 62 63 64 65 65 65 67 68   = "aaaabcdeeegh
0d50: 68 68 68 68 69 69 6a 6a 6a 6b 6c 6c 6d 6d 6f 6f  hhhhiijjjkllmmoo
0d60: 6f 6f 71 71 72 72 72 72 73 73 74 74 75 75 76 76  ooqqrrrrssttuuvv
0d70: 76 76 76 77 79 79 22 3b 20 0d 0a 09 6c 6f 6e 67  vvvwyy"; ...long
0d80: 20 6c 6f 6e 67 20 6b 20 3d 20 33 38 35 31 37 39   long k = 385179
0d90: 30 31 37 39 36 39 37 34 4c 4c 3b 20 0d 0a 09 73  01796974LL; ...s
0da0: 74 72 69 6e 67 20 5f 20 3d 20 22 61 61 61 61 63  tring _ = "aaaac
0db0: 64 65 65 68 68 68 69 6a 6b 6c 6d 6d 71 71 72 73  deehhhijklmmqqrs
0dc0: 74 74 76 76 76 76 77 79 79 76 75 75 73 72 72 72  ttvvvvwyyvuusrrr
0dd0: 6f 6f 6f 6f 6c 6a 6a 69 68 68 67 65 62 22 3b 20  ooooljjihhgeb"; 
0de0: 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 35 29 0d 0a  ..END..CASE(5)..
0df0: 09 73 74 72 69 6e 67 20 73 20 3d 20 22 61 61 61  .string s = "aaa
0e00: 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61  aaaaaaaaaaaaaaaa
0e10: 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61  aaaaaaaaaaaaaaaa
0e20: 61 61 61 61 61 61 61 61 61 61 61 61 61 61 61 22  aaaaaaaaaaaaaaa"
0e30: 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 6b  ; ...long long k
0e40: 20 3d 20 31 32 33 34 35 36 37 38 39 30 4c 4c 3b   = 1234567890LL;
0e50: 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22   ...string _ = "
0e60: 3f 3f 3f 3f 3f 3f 3f 22 3b 20 0d 0a 45 4e 44 0d  ???????"; ..END.
0e70: 0a 2f 2a 0d 0a 43 41 53 45 28 36 29 0d 0a 09 73  ./*..CASE(6)...s
0e80: 74 72 69 6e 67 20 73 20 3d 20 3b 20 0d 0a 09 6c  tring s = ; ...l
0e90: 6f 6e 67 20 6c 6f 6e 67 20 6b 20 3d 20 4c 4c 3b  ong long k = LL;
0ea0: 20 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 3b   ...string _ = ;
0eb0: 20 0d 0a 45 4e 44 0d 0a 2a 2f 0d 0a 7d 0d 0a 2f   ..END..*/..}../
0ec0: 2f 20 45 4e 44 20 43 55 54 20 48 45 52 45 0d 0a  / END CUT HERE..