Hex Artifact Content
Not logged in

Artifact 4b292360dba252905b87d05d8d1b45b2d730d6e6:


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 63 73 74 72 69 6e 67 3e 0d 0a 75 73 69 6e 67  <cstring>..using
0150: 20 6e 61 6d 65 73 70 61 63 65 20 73 74 64 3b 0d   namespace std;.
0160: 0a 74 79 70 65 64 65 66 20 6c 6f 6e 67 20 6c 6f  .typedef long lo
0170: 6e 67 20 4c 4c 3b 0d 0a 74 79 70 65 64 65 66 20  ng LL;..typedef 
0180: 63 6f 6d 70 6c 65 78 3c 64 6f 75 62 6c 65 3e 20  complex<double> 
0190: 43 4d 50 3b 0d 0a 0d 0a 63 6c 61 73 73 20 53 54  CMP;....class ST
01a0: 61 62 6c 65 20 7b 20 70 75 62 6c 69 63 3a 0d 0a  able { public:..
01b0: 09 73 74 72 69 6e 67 20 67 65 74 53 74 72 69 6e  .string getStrin
01c0: 67 28 73 74 72 69 6e 67 20 73 2c 20 73 74 72 69  g(string s, stri
01d0: 6e 67 20 74 2c 20 6c 6f 6e 67 20 6c 6f 6e 67 20  ng t, long long 
01e0: 70 6f 73 29 20 0d 0a 09 7b 0d 0a 09 09 63 6f 6e  pos) ...{....con
01f0: 73 74 20 69 6e 74 20 53 20 3d 20 73 2e 73 69 7a  st int S = s.siz
0200: 65 28 29 3b 0d 0a 09 09 63 6f 6e 73 74 20 69 6e  e();....const in
0210: 74 20 54 20 3d 20 74 2e 73 69 7a 65 28 29 3b 0d  t T = t.size();.
0220: 0a 09 09 76 65 63 74 6f 72 3c 20 76 65 63 74 6f  ...vector< vecto
0230: 72 3c 4c 4c 3e 20 3e 20 6c 65 6e 28 53 2b 31 2c  r<LL> > len(S+1,
0240: 20 76 65 63 74 6f 72 3c 4c 4c 3e 28 54 2b 31 29   vector<LL>(T+1)
0250: 29 3b 0d 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d  );....for(int i=
0260: 31 3b 20 69 3c 3d 53 3b 20 2b 2b 69 29 0d 0a 09  1; i<=S; ++i)...
0270: 09 09 6c 65 6e 5b 69 5d 5b 30 5d 20 3d 20 31 3b  ..len[i][0] = 1;
0280: 0d 0a 09 09 66 6f 72 28 69 6e 74 20 6b 3d 31 3b  ....for(int k=1;
0290: 20 6b 3c 3d 54 3b 20 2b 2b 6b 29 0d 0a 09 09 09   k<=T; ++k).....
02a0: 6c 65 6e 5b 30 5d 5b 6b 5d 20 3d 20 31 3b 0d 0a  len[0][k] = 1;..
02b0: 09 09 66 6f 72 28 69 6e 74 20 69 3d 31 3b 20 69  ..for(int i=1; i
02c0: 3c 3d 53 3b 20 2b 2b 69 29 0d 0a 09 09 66 6f 72  <=S; ++i)....for
02d0: 28 69 6e 74 20 6b 3d 31 3b 20 6b 3c 3d 54 3b 20  (int k=1; k<=T; 
02e0: 2b 2b 6b 29 0d 0a 09 09 09 6c 65 6e 5b 69 5d 5b  ++k).....len[i][
02f0: 6b 5d 20 3d 20 6c 65 6e 5b 69 2d 31 5d 5b 6b 5d  k] = len[i-1][k]
0300: 20 2b 20 6c 65 6e 5b 69 5d 5b 6b 2d 31 5d 3b 0d   + len[i][k-1];.
0310: 0a 0d 0a 09 09 73 74 72 69 6e 67 20 61 6e 73 3b  .....string ans;
0320: 0d 0a 09 09 66 6f 72 28 4c 4c 20 70 3d 70 6f 73  ....for(LL p=pos
0330: 3b 20 70 3c 6d 69 6e 28 70 6f 73 2b 35 30 2c 20  ; p<min(pos+50, 
0340: 6c 65 6e 5b 53 5d 5b 54 5d 29 3b 20 2b 2b 70 29  len[S][T]); ++p)
0350: 0d 0a 09 09 09 61 6e 73 20 2b 3d 20 74 68 65 43  .....ans += theC
0360: 68 61 72 28 73 2c 20 74 2c 20 6c 65 6e 2c 20 70  har(s, t, len, p
0370: 2c 20 53 2c 20 54 29 3b 0d 0a 09 09 72 65 74 75  , S, T);....retu
0380: 72 6e 20 61 6e 73 3b 0d 0a 09 7d 0d 0a 0d 0a 09  rn ans;...}.....
0390: 63 68 61 72 20 74 68 65 43 68 61 72 28 63 6f 6e  char theChar(con
03a0: 73 74 20 73 74 72 69 6e 67 26 20 73 2c 20 63 6f  st string& s, co
03b0: 6e 73 74 20 73 74 72 69 6e 67 20 26 20 74 2c 20  nst string & t, 
03c0: 63 6f 6e 73 74 20 76 65 63 74 6f 72 3c 20 76 65  const vector< ve
03d0: 63 74 6f 72 3c 4c 4c 3e 20 3e 26 20 6c 65 6e 2c  ctor<LL> >& len,
03e0: 20 4c 4c 20 70 2c 20 69 6e 74 20 69 2c 20 69 6e   LL p, int i, in
03f0: 74 20 6b 29 0d 0a 09 7b 0d 0a 09 09 69 66 28 69  t k)...{....if(i
0400: 3d 3d 30 29 0d 0a 09 09 09 72 65 74 75 72 6e 20  ==0).....return 
0410: 74 5b 6b 2d 31 5d 3b 0d 0a 09 09 69 66 28 6b 3d  t[k-1];....if(k=
0420: 3d 30 29 0d 0a 09 09 09 72 65 74 75 72 6e 20 73  =0).....return s
0430: 5b 69 2d 31 5d 3b 0d 0a 0d 0a 09 09 69 66 28 20  [i-1];......if( 
0440: 65 61 72 6c 79 28 73 2c 20 74 2c 20 69 2d 31 2c  early(s, t, i-1,
0450: 20 6b 2c 20 69 2c 20 6b 2d 31 29 20 29 0d 0a 09   k, i, k-1) )...
0460: 09 09 69 66 28 20 70 20 3c 20 6c 65 6e 5b 69 2d  ..if( p < len[i-
0470: 31 5d 5b 6b 5d 20 29 0d 0a 09 09 09 09 72 65 74  1][k] )......ret
0480: 75 72 6e 20 74 68 65 43 68 61 72 28 73 2c 74 2c  urn theChar(s,t,
0490: 6c 65 6e 2c 70 2c 69 2d 31 2c 6b 29 3b 0d 0a 09  len,p,i-1,k);...
04a0: 09 09 65 6c 73 65 0d 0a 09 09 09 09 72 65 74 75  ..else......retu
04b0: 72 6e 20 74 68 65 43 68 61 72 28 73 2c 74 2c 6c  rn theChar(s,t,l
04c0: 65 6e 2c 70 2d 6c 65 6e 5b 69 2d 31 5d 5b 6b 5d  en,p-len[i-1][k]
04d0: 2c 69 2c 6b 2d 31 29 3b 0d 0a 09 09 65 6c 73 65  ,i,k-1);....else
04e0: 0d 0a 09 09 09 69 66 28 20 70 20 3c 20 6c 65 6e  .....if( p < len
04f0: 5b 69 5d 5b 6b 2d 31 5d 20 29 0d 0a 09 09 09 09  [i][k-1] )......
0500: 72 65 74 75 72 6e 20 74 68 65 43 68 61 72 28 73  return theChar(s
0510: 2c 74 2c 6c 65 6e 2c 70 2c 69 2c 6b 2d 31 29 3b  ,t,len,p,i,k-1);
0520: 0d 0a 09 09 09 65 6c 73 65 0d 0a 09 09 09 09 72  .....else......r
0530: 65 74 75 72 6e 20 74 68 65 43 68 61 72 28 73 2c  eturn theChar(s,
0540: 74 2c 6c 65 6e 2c 70 2d 6c 65 6e 5b 69 5d 5b 6b  t,len,p-len[i][k
0550: 2d 31 5d 2c 69 2d 31 2c 6b 29 3b 0d 0a 09 7d 0d  -1],i-1,k);...}.
0560: 0a 0d 0a 09 62 6f 6f 6c 20 65 61 72 6c 79 28 63  ....bool early(c
0570: 6f 6e 73 74 20 73 74 72 69 6e 67 26 20 73 2c 20  onst string& s, 
0580: 63 6f 6e 73 74 20 73 74 72 69 6e 67 20 26 20 74  const string & t
0590: 2c 20 69 6e 74 20 69 2c 20 69 6e 74 20 6b 2c 20  , int i, int k, 
05a0: 69 6e 74 20 69 69 2c 20 69 6e 74 20 6b 6b 29 0d  int ii, int kk).
05b0: 0a 09 7b 0d 0a 09 09 73 74 72 69 6e 67 20 6c 65  ..{....string le
05c0: 2c 72 69 3b 0d 0a 09 09 66 6f 72 28 69 6e 74 20  ,ri;....for(int 
05d0: 78 3d 30 3b 20 78 3c 69 3b 20 2b 2b 78 29 20 6c  x=0; x<i; ++x) l
05e0: 65 20 2b 3d 20 73 5b 78 5d 3b 0d 0a 09 09 66 6f  e += s[x];....fo
05f0: 72 28 69 6e 74 20 78 3d 30 3b 20 78 3c 6b 3b 20  r(int x=0; x<k; 
0600: 2b 2b 78 29 20 6c 65 20 2b 3d 20 74 5b 78 5d 3b  ++x) le += t[x];
0610: 0d 0a 09 09 66 6f 72 28 69 6e 74 20 78 3d 30 3b  ....for(int x=0;
0620: 20 78 3c 69 69 3b 20 2b 2b 78 29 20 72 69 20 2b   x<ii; ++x) ri +
0630: 3d 20 73 5b 78 5d 3b 0d 0a 09 09 66 6f 72 28 69  = s[x];....for(i
0640: 6e 74 20 78 3d 30 3b 20 78 3c 6b 6b 3b 20 2b 2b  nt x=0; x<kk; ++
0650: 78 29 20 72 69 20 2b 3d 20 74 5b 78 5d 3b 0d 0a  x) ri += t[x];..
0660: 09 09 73 6f 72 74 28 6c 65 2e 62 65 67 69 6e 28  ..sort(le.begin(
0670: 29 2c 20 6c 65 2e 65 6e 64 28 29 29 3b 0d 0a 09  ), le.end());...
0680: 09 73 6f 72 74 28 72 69 2e 62 65 67 69 6e 28 29  .sort(ri.begin()
0690: 2c 20 72 69 2e 65 6e 64 28 29 29 3b 0d 0a 09 09  , ri.end());....
06a0: 72 65 74 75 72 6e 20 6c 65 20 3c 3d 20 72 69 3b  return le <= ri;
06b0: 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 42  ...}..};....// B
06c0: 45 47 49 4e 20 43 55 54 20 48 45 52 45 0d 0a 23  EGIN CUT HERE..#
06d0: 69 6e 63 6c 75 64 65 20 3c 63 74 69 6d 65 3e 0d  include <ctime>.
06e0: 0a 64 6f 75 62 6c 65 20 73 74 61 72 74 5f 74 69  .double start_ti
06f0: 6d 65 3b 20 73 74 72 69 6e 67 20 74 69 6d 65 72  me; string timer
0700: 28 29 0d 0a 20 7b 20 6f 73 74 72 69 6e 67 73 74  ().. { ostringst
0710: 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22  ream os; os << "
0720: 20 28 22 20 3c 3c 20 69 6e 74 28 28 63 6c 6f 63   (" << int((cloc
0730: 6b 28 29 2d 73 74 61 72 74 5f 74 69 6d 65 29 2f  k()-start_time)/
0740: 43 4c 4f 43 4b 53 5f 50 45 52 5f 53 45 43 2a 31  CLOCKS_PER_SEC*1
0750: 30 30 30 29 20 3c 3c 20 22 20 6d 73 65 63 29 22  000) << " msec)"
0760: 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 74 72 28  ; return os.str(
0770: 29 3b 20 7d 0d 0a 74 65 6d 70 6c 61 74 65 3c 74  ); }..template<t
0780: 79 70 65 6e 61 6d 65 20 54 3e 20 6f 73 74 72 65  ypename T> ostre
0790: 61 6d 26 20 6f 70 65 72 61 74 6f 72 3c 3c 28 6f  am& operator<<(o
07a0: 73 74 72 65 61 6d 26 20 6f 73 2c 20 63 6f 6e 73  stream& os, cons
07b0: 74 20 76 65 63 74 6f 72 3c 54 3e 26 20 76 29 0d  t vector<T>& v).
07c0: 0a 20 7b 20 6f 73 20 3c 3c 20 22 7b 20 22 3b 0d  . { os << "{ ";.
07d0: 0a 20 20 20 66 6f 72 28 74 79 70 65 6e 61 6d 65  .   for(typename
07e0: 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e 73   vector<T>::cons
07f0: 74 5f 69 74 65 72 61 74 6f 72 20 69 74 3d 76 2e  t_iterator it=v.
0800: 62 65 67 69 6e 28 29 3b 20 69 74 21 3d 76 2e 65  begin(); it!=v.e
0810: 6e 64 28 29 3b 20 2b 2b 69 74 29 0d 0a 20 20 20  nd(); ++it)..   
0820: 6f 73 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a 69  os << '\"' << *i
0830: 74 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 28 69 74  t << '\"' << (it
0840: 2b 31 3d 3d 76 2e 65 6e 64 28 29 20 3f 20 22 22  +1==v.end() ? ""
0850: 20 3a 20 22 2c 20 22 29 3b 20 6f 73 20 3c 3c 20   : ", "); os << 
0860: 22 20 7d 22 3b 20 72 65 74 75 72 6e 20 6f 73 3b  " }"; return os;
0870: 20 7d 0d 0a 76 6f 69 64 20 76 65 72 69 66 79 5f   }..void verify_
0880: 63 61 73 65 28 63 6f 6e 73 74 20 73 74 72 69 6e  case(const strin
0890: 67 26 20 45 78 70 65 63 74 65 64 2c 20 63 6f 6e  g& Expected, con
08a0: 73 74 20 73 74 72 69 6e 67 26 20 52 65 63 65 69  st string& Recei
08b0: 76 65 64 29 20 7b 0d 0a 20 62 6f 6f 6c 20 6f 6b  ved) {.. bool ok
08c0: 20 3d 20 28 45 78 70 65 63 74 65 64 20 3d 3d 20   = (Expected == 
08d0: 52 65 63 65 69 76 65 64 29 3b 0d 0a 20 69 66 28  Received);.. if(
08e0: 6f 6b 29 20 63 65 72 72 20 3c 3c 20 22 50 41 53  ok) cerr << "PAS
08f0: 53 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20  SED" << timer() 
0900: 3c 3c 20 65 6e 64 6c 3b 20 20 65 6c 73 65 20 7b  << endl;  else {
0910: 20 63 65 72 72 20 3c 3c 20 22 46 41 49 4c 45 44   cerr << "FAILED
0920: 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20  " << timer() << 
0930: 65 6e 64 6c 3b 0d 0a 20 63 65 72 72 20 3c 3c 20  endl;.. cerr << 
0940: 22 5c 74 6f 3a 20 5c 22 22 20 3c 3c 20 45 78 70  "\to: \"" << Exp
0950: 65 63 74 65 64 20 3c 3c 20 27 5c 22 27 20 3c 3c  ected << '\"' <<
0960: 20 65 6e 64 6c 20 3c 3c 20 22 5c 74 78 3a 20 5c   endl << "\tx: \
0970: 22 22 20 3c 3c 20 52 65 63 65 69 76 65 64 20 3c  "" << Received <
0980: 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 3b 20  < '\"' << endl; 
0990: 7d 20 7d 0d 0a 23 64 65 66 69 6e 65 20 43 41 53  } }..#define CAS
09a0: 45 28 4e 29 20 7b 63 65 72 72 20 3c 3c 20 22 54  E(N) {cerr << "T
09b0: 65 73 74 20 43 61 73 65 20 23 22 20 3c 3c 20 4e  est Case #" << N
09c0: 20 3c 3c 20 22 2e 2e 2e 22 20 3c 3c 20 66 6c 75   << "..." << flu
09d0: 73 68 3b 20 73 74 61 72 74 5f 74 69 6d 65 3d 63  sh; start_time=c
09e0: 6c 6f 63 6b 28 29 3b 0d 0a 23 64 65 66 69 6e 65  lock();..#define
09f0: 20 45 4e 44 09 20 76 65 72 69 66 79 5f 63 61 73   END. verify_cas
0a00: 65 28 5f 2c 20 53 54 61 62 6c 65 28 29 2e 67 65  e(_, STable().ge
0a10: 74 53 74 72 69 6e 67 28 73 2c 20 74 2c 20 70 6f  tString(s, t, po
0a20: 73 29 29 3b 7d 0d 0a 69 6e 74 20 6d 61 69 6e 28  s));}..int main(
0a30: 29 7b 0d 0a 0d 0a 43 41 53 45 28 30 29 0d 0a 09  ){....CASE(0)...
0a40: 73 74 72 69 6e 67 20 73 20 3d 20 22 61 64 22 3b  string s = "ad";
0a50: 20 0d 0a 09 73 74 72 69 6e 67 20 74 20 3d 20 22   ...string t = "
0a60: 63 62 22 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e  cb"; ...long lon
0a70: 67 20 70 6f 73 20 3d 20 30 4c 4c 3b 20 0d 0a 09  g pos = 0LL; ...
0a80: 73 74 72 69 6e 67 20 5f 20 3d 20 22 61 63 62 61  string _ = "acba
0a90: 63 64 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45  cd"; ..END..CASE
0aa0: 28 31 29 0d 0a 09 73 74 72 69 6e 67 20 73 20 3d  (1)...string s =
0ab0: 20 22 66 6f 78 22 3b 20 0d 0a 09 73 74 72 69 6e   "fox"; ...strin
0ac0: 67 20 74 20 3d 20 22 63 61 74 22 3b 20 0d 0a 09  g t = "cat"; ...
0ad0: 6c 6f 6e 67 20 6c 6f 6e 67 20 70 6f 73 20 3d 20  long long pos = 
0ae0: 30 4c 4c 3b 20 0d 0a 09 73 74 72 69 6e 67 20 5f  0LL; ...string _
0af0: 20 3d 20 22 61 63 66 63 66 6f 61 63 66 74 61 63   = "acfcfoacftac
0b00: 66 63 66 6f 63 66 6f 78 22 3b 20 0d 0a 45 4e 44  fcfocfox"; ..END
0b10: 0d 0a 43 41 53 45 28 32 29 0d 0a 09 73 74 72 69  ..CASE(2)...stri
0b20: 6e 67 20 73 20 3d 20 22 52 61 36 62 31 74 22 3b  ng s = "Ra6b1t";
0b30: 20 0d 0a 09 73 74 72 69 6e 67 20 74 20 3d 20 22   ...string t = "
0b40: 57 30 6c 66 22 3b 20 0d 0a 09 6c 6f 6e 67 20 6c  W0lf"; ...long l
0b50: 6f 6e 67 20 70 6f 73 20 3d 20 36 36 4c 4c 3b 20  ong pos = 66LL; 
0b60: 0d 0a 09 73 74 72 69 6e 67 20 5f 20 3d 20 22 52  ...string _ = "R
0b70: 57 61 62 30 52 57 52 57 61 30 52 57 6c 30 52 57  Wab0RWRWa0RWl0RW
0b80: 52 57 61 36 52 57 61 30 52 57 52 57 61 36 52 57  RWa6RWa0RWRWa6RW
0b90: 61 36 52 57 61 62 30 52 57 52 57 61 36 52 57 61  a6RWab0RWRWa6RWa
0ba0: 36 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28  6"; ..END..CASE(
0bb0: 33 29 0d 0a 09 73 74 72 69 6e 67 20 73 20 3d 20  3)...string s = 
0bc0: 22 4d 30 48 41 58 47 22 3b 20 0d 0a 09 73 74 72  "M0HAXG"; ...str
0bd0: 69 6e 67 20 74 20 3d 20 22 43 4f 46 55 31 32 22  ing t = "COFU12"
0be0: 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 70  ; ...long long p
0bf0: 6f 73 20 3d 20 39 31 39 4c 4c 3b 20 0d 0a 09 73  os = 919LL; ...s
0c00: 74 72 69 6e 67 20 5f 20 3d 20 22 4d 4f 46 55 32  tring _ = "MOFU2
0c10: 22 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 34  "; ..END..CASE(4
0c20: 29 0d 0a 09 73 74 72 69 6e 67 20 73 20 3d 20 22  )...string s = "
0c30: 61 30 42 31 63 32 44 33 65 34 46 35 67 48 69 4a  a0B1c2D3e4F5gHiJ
0c40: 6b 4c 6d 4e 22 3b 20 0d 0a 09 73 74 72 69 6e 67  kLmN"; ...string
0c50: 20 74 20 3d 20 22 41 39 62 38 43 37 64 36 45 66   t = "A9b8C7d6Ef
0c60: 47 68 49 6a 4b 6c 4d 6e 22 3b 20 0d 0a 09 6c 6f  GhIjKlMn"; ...lo
0c70: 6e 67 20 6c 6f 6e 67 20 70 6f 73 20 3d 20 39 38  ng long pos = 98
0c80: 37 36 35 34 33 32 31 30 4c 4c 3b 20 0d 0a 09 73  76543210LL; ...s
0c90: 74 72 69 6e 67 20 5f 20 3d 20 22 42 31 30 41 61  tring _ = "B10Aa
0ca0: 42 31 63 30 41 61 39 41 61 30 41 61 42 30 41 61  B1c0Aa9Aa0AaB0Aa
0cb0: 42 31 30 41 61 42 31 63 30 41 61 42 31 63 32 30  B10AaB1c0AaB1c20
0cc0: 41 61 39 41 61 30 41 61 42 30 41 61 39 22 3b 20  Aa9Aa0AaB0Aa9"; 
0cd0: 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 35 29 0d 0a  ..END..CASE(5)..
0ce0: 09 73 74 72 69 6e 67 20 73 20 3d 20 22 54 43 4f  .string s = "TCO
0cf0: 52 32 22 3b 20 0d 0a 09 73 74 72 69 6e 67 20 74  R2"; ...string t
0d00: 20 3d 20 22 4d 45 44 69 55 6d 22 3b 20 0d 0a 09   = "MEDiUm"; ...
0d10: 6c 6f 6e 67 20 6c 6f 6e 67 20 70 6f 73 20 3d 20  long long pos = 
0d20: 33 35 30 4c 4c 3b 20 0d 0a 09 73 74 72 69 6e 67  350LL; ...string
0d30: 20 5f 20 3d 20 22 4d 54 44 45 4d 54 69 43 4d 54   _ = "MTDEMTiCMT
0d40: 45 4d 54 44 45 4d 54 44 45 4d 54 69 44 45 4d 54  EMTDEMTDEMTiDEMT
0d50: 69 55 43 4d 54 45 4d 54 43 4d 54 4f 43 4d 54 45  iUCMTEMTCMTOCMTE
0d60: 4d 54 44 45 4d 54 43 4d 22 3b 20 0d 0a 45 4e 44  MTDEMTCM"; ..END
0d70: 0d 0a 43 41 53 45 28 36 29 0d 0a 09 73 74 72 69  ..CASE(6)...stri
0d80: 6e 67 20 73 20 3d 20 22 62 22 3b 20 0d 0a 09 73  ng s = "b"; ...s
0d90: 74 72 69 6e 67 20 74 20 3d 20 22 61 22 3b 20 0d  tring t = "a"; .
0da0: 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 70 6f 73 20  ..long long pos 
0db0: 3d 20 30 4c 4c 3b 20 0d 0a 09 73 74 72 69 6e 67  = 0LL; ...string
0dc0: 20 5f 20 3d 20 22 61 62 22 3b 20 0d 0a 45 4e 44   _ = "ab"; ..END
0dd0: 0d 0a 43 41 53 45 28 36 29 0d 0a 09 73 74 72 69  ..CASE(6)...stri
0de0: 6e 67 20 73 20 3d 20 22 62 22 3b 20 0d 0a 09 73  ng s = "b"; ...s
0df0: 74 72 69 6e 67 20 74 20 3d 20 22 61 22 3b 20 0d  tring t = "a"; .
0e00: 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 70 6f 73 20  ..long long pos 
0e10: 3d 20 31 4c 4c 3b 20 0d 0a 09 73 74 72 69 6e 67  = 1LL; ...string
0e20: 20 5f 20 3d 20 22 62 22 3b 20 0d 0a 45 4e 44 0d   _ = "b"; ..END.
0e30: 0a 43 41 53 45 28 37 29 0d 0a 09 73 74 72 69 6e  .CASE(7)...strin
0e40: 67 20 73 20 3d 20 22 30 31 32 33 34 61 62 63 64  g s = "01234abcd
0e50: 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74  efghijklmnopqrst
0e60: 75 76 77 78 79 7a 22 3b 20 0d 0a 09 73 74 72 69  uvwxyz"; ...stri
0e70: 6e 67 20 74 20 3d 20 22 35 36 37 38 39 41 42 43  ng t = "56789ABC
0e80: 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53  DEFGHIJKLMNOPQRS
0e90: 54 55 56 57 58 59 5a 22 3b 20 0d 0a 09 6c 6f 6e  TUVWXYZ"; ...lon
0ea0: 67 20 6c 6f 6e 67 20 70 6f 73 20 3d 20 39 39 39  g long pos = 999
0eb0: 39 39 39 39 39 39 4c 4c 3b 20 0d 0a 09 73 74 72  999999LL; ...str
0ec0: 69 6e 67 20 5f 20 3d 20 22 3f 3f 22 3b 20 0d 0a  ing _ = "??"; ..
0ed0: 45 4e 44 0d 0a 0d 0a 7d 0d 0a 2f 2f 20 45 4e 44  END....}..// END
0ee0: 20 43 55 54 20 48 45 52 45 0d 0a                  CUT HERE..