Hex Artifact Content
Not logged in

Artifact dc8b7855f7fb41f0a3f67f0c22c5cf5ef9e2026e:


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 65  CMP;....class Se
01a0: 74 4d 75 6c 74 69 70 6c 65 73 20 7b 20 70 75 62  tMultiples { pub
01b0: 6c 69 63 3a 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67  lic:...long long
01c0: 20 73 6d 61 6c 6c 65 73 74 53 75 62 73 65 74 28   smallestSubset(
01d0: 6c 6f 6e 67 20 6c 6f 6e 67 20 41 2c 20 6c 6f 6e  long long A, lon
01e0: 67 20 6c 6f 6e 67 20 42 2c 20 6c 6f 6e 67 20 6c  g long B, long l
01f0: 6f 6e 67 20 43 2c 20 6c 6f 6e 67 20 6c 6f 6e 67  ong C, long long
0200: 20 44 29 20 0d 0a 09 7b 0d 0a 09 09 76 65 63 74   D) ...{....vect
0210: 6f 72 3c 20 70 61 69 72 3c 4c 4c 2c 4c 4c 3e 20  or< pair<LL,LL> 
0220: 3e 20 6e 6f 6e 65 65 64 28 20 31 2c 20 6d 61 6b  > noneed( 1, mak
0230: 65 5f 70 61 69 72 28 31 2c 31 30 30 30 30 30 29  e_pair(1,100000)
0240: 20 29 3b 0d 0a 0d 0a 09 09 4c 4c 20 63 6e 74 20   );......LL cnt 
0250: 3d 20 30 3b 0d 0a 09 09 66 6f 72 28 4c 4c 20 70  = 0;....for(LL p
0260: 3d 31 3b 20 70 3c 3d 31 30 30 30 30 30 3b 20 2b  =1; p<=100000; +
0270: 2b 70 29 0d 0a 09 09 7b 0d 0a 09 09 09 69 66 28  +p)....{.....if(
0280: 20 41 3c 3d 70 26 26 70 3c 3d 42 20 7c 7c 20 43   A<=p&&p<=B || C
0290: 3c 3d 70 26 26 70 3c 3d 44 20 29 0d 0a 09 09 09  <=p&&p<=D ).....
02a0: 09 69 66 28 20 6e 65 65 64 28 70 2c 20 41 2c 20  .if( need(p, A, 
02b0: 42 2c 20 43 2c 20 44 29 20 29 0d 0a 09 09 09 09  B, C, D) )......
02c0: 09 2b 2b 63 6e 74 3b 0d 0a 09 09 09 69 66 28 20  .++cnt;.....if( 
02d0: 70 20 3e 20 31 20 29 20 7b 0d 0a 09 09 09 09 61  p > 1 ) {......a
02e0: 64 64 28 6e 6f 6e 65 65 64 2c 20 70 2c 20 41 2c  dd(noneed, p, A,
02f0: 20 42 29 3b 0d 0a 09 09 09 09 61 64 64 28 6e 6f   B);......add(no
0300: 6e 65 65 64 2c 20 70 2c 20 43 2c 20 44 29 3b 0d  need, p, C, D);.
0310: 0a 09 09 09 7d 0d 0a 09 09 7d 0d 0a 09 09 73 6f  ....}....}....so
0320: 72 74 28 6e 6f 6e 65 65 64 2e 62 65 67 69 6e 28  rt(noneed.begin(
0330: 29 2c 20 6e 6f 6e 65 65 64 2e 65 6e 64 28 29 2c  ), noneed.end(),
0340: 20 26 6d 79 5f 6f 72 64 65 72 29 3b 0d 0a 09 09   &my_order);....
0350: 4c 4c 20 61 20 3d 20 63 6f 75 6e 74 5f 6e 65 65  LL a = count_nee
0360: 64 28 6e 6f 6e 65 65 64 2c 20 41 2c 20 42 29 3b  d(noneed, A, B);
0370: 0d 0a 09 09 4c 4c 20 62 20 3d 20 63 6f 75 6e 74  ....LL b = count
0380: 5f 6e 65 65 64 28 6e 6f 6e 65 65 64 2c 20 43 2c  _need(noneed, C,
0390: 20 44 29 3b 0d 0a 09 09 72 65 74 75 72 6e 20 63   D);....return c
03a0: 6e 74 20 2b 20 61 20 2b 20 62 3b 0d 0a 09 7d 0d  nt + a + b;...}.
03b0: 0a 0d 0a 09 73 74 61 74 69 63 20 62 6f 6f 6c 20  ....static bool 
03c0: 6e 65 65 64 28 4c 4c 20 70 2c 20 4c 4c 20 41 2c  need(LL p, LL A,
03d0: 20 4c 4c 20 42 2c 20 4c 4c 20 43 2c 20 4c 4c 20   LL B, LL C, LL 
03e0: 44 29 0d 0a 09 7b 0d 0a 09 09 72 65 74 75 72 6e  D)...{....return
03f0: 20 21 63 6f 76 65 72 65 64 28 70 2c 41 2c 42 29   !covered(p,A,B)
0400: 20 26 26 20 21 63 6f 76 65 72 65 64 28 70 2c 43   && !covered(p,C
0410: 2c 44 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 73 74 61  ,D);...}.....sta
0420: 74 69 63 20 62 6f 6f 6c 20 63 6f 76 65 72 65 64  tic bool covered
0430: 28 4c 4c 20 70 2c 20 4c 4c 20 41 2c 20 4c 4c 20  (LL p, LL A, LL 
0440: 42 29 0d 0a 09 7b 0d 0a 09 09 4c 4c 20 6c 6f 20  B)...{....LL lo 
0450: 3d 20 41 25 70 3d 3d 30 20 3f 20 41 2f 70 20 3a  = A%p==0 ? A/p :
0460: 20 41 2f 70 2b 31 3b 0d 0a 09 09 4c 4c 20 68 69   A/p+1;....LL hi
0470: 20 3d 20 42 2f 70 3b 0d 0a 09 09 72 65 74 75 72   = B/p;....retur
0480: 6e 20 28 20 6c 6f 3c 3d 68 69 20 26 26 20 32 3c  n ( lo<=hi && 2<
0490: 3d 68 69 20 29 3b 0d 0a 09 7d 0d 0a 0d 0a 09 73  =hi );...}.....s
04a0: 74 61 74 69 63 20 76 6f 69 64 20 61 64 64 28 76  tatic void add(v
04b0: 65 63 74 6f 72 3c 20 70 61 69 72 3c 4c 4c 2c 4c  ector< pair<LL,L
04c0: 4c 3e 20 3e 26 20 6e 6f 6e 65 65 64 2c 20 4c 4c  L> >& noneed, LL
04d0: 20 70 2c 20 4c 4c 20 41 2c 20 4c 4c 20 42 29 0d   p, LL A, LL B).
04e0: 0a 09 7b 0d 0a 09 09 4c 4c 20 6c 6f 20 3d 20 41  ..{....LL lo = A
04f0: 25 70 3d 3d 30 20 3f 20 41 2f 70 20 3a 20 41 2f  %p==0 ? A/p : A/
0500: 70 2b 31 3b 0d 0a 09 09 4c 4c 20 68 69 20 3d 20  p+1;....LL hi = 
0510: 42 2f 70 3b 0d 0a 09 09 69 66 28 20 6c 6f 20 3c  B/p;....if( lo <
0520: 3d 20 68 69 20 29 0d 0a 09 09 09 6e 6f 6e 65 65  = hi ).....nonee
0530: 64 2e 70 75 73 68 5f 62 61 63 6b 28 20 6d 61 6b  d.push_back( mak
0540: 65 5f 70 61 69 72 28 6c 6f 2c 68 69 29 20 29 3b  e_pair(lo,hi) );
0550: 0d 0a 09 7d 0d 0a 0d 0a 09 73 74 61 74 69 63 20  ...}.....static 
0560: 62 6f 6f 6c 20 6d 79 5f 6f 72 64 65 72 28 20 63  bool my_order( c
0570: 6f 6e 73 74 20 70 61 69 72 3c 4c 4c 2c 4c 4c 3e  onst pair<LL,LL>
0580: 26 20 6c 68 73 2c 20 63 6f 6e 73 74 20 70 61 69  & lhs, const pai
0590: 72 3c 4c 4c 2c 4c 4c 3e 26 20 72 68 73 20 29 0d  r<LL,LL>& rhs ).
05a0: 0a 09 7b 0d 0a 09 09 69 66 28 20 6c 68 73 2e 73  ..{....if( lhs.s
05b0: 65 63 6f 6e 64 20 21 3d 20 72 68 73 2e 73 65 63  econd != rhs.sec
05c0: 6f 6e 64 20 29 0d 0a 09 09 09 72 65 74 75 72 6e  ond ).....return
05d0: 20 6c 68 73 2e 73 65 63 6f 6e 64 20 3e 20 72 68   lhs.second > rh
05e0: 73 2e 73 65 63 6f 6e 64 3b 0d 0a 09 09 72 65 74  s.second;....ret
05f0: 75 72 6e 20 6c 68 73 2e 66 69 72 73 74 20 3c 20  urn lhs.first < 
0600: 72 68 73 2e 66 69 72 73 74 3b 0d 0a 09 7d 0d 0a  rhs.first;...}..
0610: 0d 0a 09 73 74 61 74 69 63 20 4c 4c 20 63 6f 75  ...static LL cou
0620: 6e 74 5f 6e 65 65 64 28 63 6f 6e 73 74 20 76 65  nt_need(const ve
0630: 63 74 6f 72 3c 20 70 61 69 72 3c 4c 4c 2c 4c 4c  ctor< pair<LL,LL
0640: 3e 20 3e 26 20 6e 6f 6e 65 65 64 2c 20 4c 4c 20  > >& noneed, LL 
0650: 41 2c 20 4c 4c 20 42 29 0d 0a 09 7b 0d 0a 09 09  A, LL B)...{....
0660: 4c 4c 20 63 6e 74 20 3d 20 30 3b 0d 0a 09 09 4c  LL cnt = 0;....L
0670: 4c 20 68 69 67 68 65 73 74 5f 6e 65 65 64 20 3d  L highest_need =
0680: 20 42 3b 0d 0a 09 09 66 6f 72 28 69 6e 74 20 69   B;....for(int i
0690: 3d 30 3b 20 69 3c 6e 6f 6e 65 65 64 2e 73 69 7a  =0; i<noneed.siz
06a0: 65 28 29 3b 20 2b 2b 69 29 0d 0a 09 09 7b 0d 0a  e(); ++i)....{..
06b0: 09 09 09 4c 4c 20 6c 6f 20 3d 20 6e 6f 6e 65 65  ...LL lo = nonee
06c0: 64 5b 69 5d 2e 66 69 72 73 74 3b 0d 0a 09 09 09  d[i].first;.....
06d0: 4c 4c 20 68 69 20 3d 20 6e 6f 6e 65 65 64 5b 69  LL hi = noneed[i
06e0: 5d 2e 73 65 63 6f 6e 64 3b 0d 0a 09 09 09 69 66  ].second;.....if
06f0: 28 20 68 69 20 3c 20 68 69 67 68 65 73 74 5f 6e  ( hi < highest_n
0700: 65 65 64 20 29 0d 0a 09 09 09 09 63 6e 74 20 2b  eed )......cnt +
0710: 3d 20 6d 61 78 28 30 4c 4c 2c 20 68 69 67 68 65  = max(0LL, highe
0720: 73 74 5f 6e 65 65 64 20 2d 20 6d 61 78 28 68 69  st_need - max(hi
0730: 2c 41 2d 31 29 29 3b 0d 0a 09 09 09 68 69 67 68  ,A-1));.....high
0740: 65 73 74 5f 6e 65 65 64 20 3d 20 6d 69 6e 28 68  est_need = min(h
0750: 69 67 68 65 73 74 5f 6e 65 65 64 2c 20 6c 6f 2d  ighest_need, lo-
0760: 31 29 3b 0d 0a 09 09 09 69 66 28 20 68 69 67 68  1);.....if( high
0770: 65 73 74 5f 6e 65 65 64 20 3c 20 41 20 29 0d 0a  est_need < A )..
0780: 09 09 09 09 72 65 74 75 72 6e 20 63 6e 74 3b 0d  ....return cnt;.
0790: 0a 09 09 7d 0d 0a 09 09 72 65 74 75 72 6e 20 63  ...}....return c
07a0: 6e 74 20 2b 20 28 68 69 67 68 65 73 74 5f 6e 65  nt + (highest_ne
07b0: 65 64 20 2d 20 41 20 2b 20 31 29 3b 0d 0a 09 7d  ed - A + 1);...}
07c0: 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 42 45 47 49 4e  ..};....// BEGIN
07d0: 20 43 55 54 20 48 45 52 45 0d 0a 23 69 6e 63 6c   CUT HERE..#incl
07e0: 75 64 65 20 3c 63 74 69 6d 65 3e 0d 0a 64 6f 75  ude <ctime>..dou
07f0: 62 6c 65 20 73 74 61 72 74 5f 74 69 6d 65 3b 20  ble start_time; 
0800: 73 74 72 69 6e 67 20 74 69 6d 65 72 28 29 0d 0a  string timer()..
0810: 20 7b 20 6f 73 74 72 69 6e 67 73 74 72 65 61 6d   { ostringstream
0820: 20 6f 73 3b 20 6f 73 20 3c 3c 20 22 20 28 22 20   os; os << " (" 
0830: 3c 3c 20 69 6e 74 28 28 63 6c 6f 63 6b 28 29 2d  << int((clock()-
0840: 73 74 61 72 74 5f 74 69 6d 65 29 2f 43 4c 4f 43  start_time)/CLOC
0850: 4b 53 5f 50 45 52 5f 53 45 43 2a 31 30 30 30 29  KS_PER_SEC*1000)
0860: 20 3c 3c 20 22 20 6d 73 65 63 29 22 3b 20 72 65   << " msec)"; re
0870: 74 75 72 6e 20 6f 73 2e 73 74 72 28 29 3b 20 7d  turn os.str(); }
0880: 0d 0a 74 65 6d 70 6c 61 74 65 3c 74 79 70 65 6e  ..template<typen
0890: 61 6d 65 20 54 3e 20 6f 73 74 72 65 61 6d 26 20  ame T> ostream& 
08a0: 6f 70 65 72 61 74 6f 72 3c 3c 28 6f 73 74 72 65  operator<<(ostre
08b0: 61 6d 26 20 6f 73 2c 20 63 6f 6e 73 74 20 76 65  am& os, const ve
08c0: 63 74 6f 72 3c 54 3e 26 20 76 29 0d 0a 20 7b 20  ctor<T>& v).. { 
08d0: 6f 73 20 3c 3c 20 22 7b 20 22 3b 0d 0a 20 20 20  os << "{ ";..   
08e0: 66 6f 72 28 74 79 70 65 6e 61 6d 65 20 76 65 63  for(typename vec
08f0: 74 6f 72 3c 54 3e 3a 3a 63 6f 6e 73 74 5f 69 74  tor<T>::const_it
0900: 65 72 61 74 6f 72 20 69 74 3d 76 2e 62 65 67 69  erator it=v.begi
0910: 6e 28 29 3b 20 69 74 21 3d 76 2e 65 6e 64 28 29  n(); it!=v.end()
0920: 3b 20 2b 2b 69 74 29 0d 0a 20 20 20 6f 73 20 3c  ; ++it)..   os <
0930: 3c 20 27 5c 22 27 20 3c 3c 20 2a 69 74 20 3c 3c  < '\"' << *it <<
0940: 20 27 5c 22 27 20 3c 3c 20 28 69 74 2b 31 3d 3d   '\"' << (it+1==
0950: 76 2e 65 6e 64 28 29 20 3f 20 22 22 20 3a 20 22  v.end() ? "" : "
0960: 2c 20 22 29 3b 20 6f 73 20 3c 3c 20 22 20 7d 22  , "); os << " }"
0970: 3b 20 72 65 74 75 72 6e 20 6f 73 3b 20 7d 0d 0a  ; return os; }..
0980: 76 6f 69 64 20 76 65 72 69 66 79 5f 63 61 73 65  void verify_case
0990: 28 63 6f 6e 73 74 20 6c 6f 6e 67 20 6c 6f 6e 67  (const long long
09a0: 26 20 45 78 70 65 63 74 65 64 2c 20 63 6f 6e 73  & Expected, cons
09b0: 74 20 6c 6f 6e 67 20 6c 6f 6e 67 26 20 52 65 63  t long long& Rec
09c0: 65 69 76 65 64 29 20 7b 0d 0a 20 62 6f 6f 6c 20  eived) {.. bool 
09d0: 6f 6b 20 3d 20 28 45 78 70 65 63 74 65 64 20 3d  ok = (Expected =
09e0: 3d 20 52 65 63 65 69 76 65 64 29 3b 0d 0a 20 69  = Received);.. i
09f0: 66 28 6f 6b 29 20 63 65 72 72 20 3c 3c 20 22 50  f(ok) cerr << "P
0a00: 41 53 53 45 44 22 20 3c 3c 20 74 69 6d 65 72 28  ASSED" << timer(
0a10: 29 20 3c 3c 20 65 6e 64 6c 3b 20 20 65 6c 73 65  ) << endl;  else
0a20: 20 7b 20 63 65 72 72 20 3c 3c 20 22 46 41 49 4c   { cerr << "FAIL
0a30: 45 44 22 20 3c 3c 20 74 69 6d 65 72 28 29 20 3c  ED" << timer() <
0a40: 3c 20 65 6e 64 6c 3b 0d 0a 20 63 65 72 72 20 3c  < endl;.. cerr <
0a50: 3c 20 22 5c 74 6f 3a 20 5c 22 22 20 3c 3c 20 45  < "\to: \"" << E
0a60: 78 70 65 63 74 65 64 20 3c 3c 20 27 5c 22 27 20  xpected << '\"' 
0a70: 3c 3c 20 65 6e 64 6c 20 3c 3c 20 22 5c 74 78 3a  << endl << "\tx:
0a80: 20 5c 22 22 20 3c 3c 20 52 65 63 65 69 76 65 64   \"" << Received
0a90: 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c   << '\"' << endl
0aa0: 3b 20 7d 20 7d 0d 0a 23 64 65 66 69 6e 65 20 43  ; } }..#define C
0ab0: 41 53 45 28 4e 29 20 7b 63 65 72 72 20 3c 3c 20  ASE(N) {cerr << 
0ac0: 22 54 65 73 74 20 43 61 73 65 20 23 22 20 3c 3c  "Test Case #" <<
0ad0: 20 4e 20 3c 3c 20 22 2e 2e 2e 22 20 3c 3c 20 66   N << "..." << f
0ae0: 6c 75 73 68 3b 20 73 74 61 72 74 5f 74 69 6d 65  lush; start_time
0af0: 3d 63 6c 6f 63 6b 28 29 3b 0d 0a 23 64 65 66 69  =clock();..#defi
0b00: 6e 65 20 45 4e 44 09 20 76 65 72 69 66 79 5f 63  ne END. verify_c
0b10: 61 73 65 28 5f 2c 20 53 65 74 4d 75 6c 74 69 70  ase(_, SetMultip
0b20: 6c 65 73 28 29 2e 73 6d 61 6c 6c 65 73 74 53 75  les().smallestSu
0b30: 62 73 65 74 28 41 2c 20 42 2c 20 43 2c 20 44 29  bset(A, B, C, D)
0b40: 29 3b 7d 0d 0a 69 6e 74 20 6d 61 69 6e 28 29 7b  );}..int main(){
0b50: 0d 0a 0d 0a 43 41 53 45 28 30 29 0d 0a 09 6c 6f  ....CASE(0)...lo
0b60: 6e 67 20 6c 6f 6e 67 20 41 20 3d 20 31 4c 4c 3b  ng long A = 1LL;
0b70: 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 42 20   ...long long B 
0b80: 3d 20 31 4c 4c 3b 20 0d 0a 09 6c 6f 6e 67 20 6c  = 1LL; ...long l
0b90: 6f 6e 67 20 43 20 3d 20 32 4c 4c 3b 20 0d 0a 09  ong C = 2LL; ...
0ba0: 6c 6f 6e 67 20 6c 6f 6e 67 20 44 20 3d 20 32 4c  long long D = 2L
0bb0: 4c 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20  L; ...long long 
0bc0: 5f 20 3d 20 31 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a  _ = 1LL; ..END..
0bd0: 43 41 53 45 28 31 29 0d 0a 09 6c 6f 6e 67 20 6c  CASE(1)...long l
0be0: 6f 6e 67 20 41 20 3d 20 31 4c 4c 3b 20 0d 0a 09  ong A = 1LL; ...
0bf0: 6c 6f 6e 67 20 6c 6f 6e 67 20 42 20 3d 20 32 4c  long long B = 2L
0c00: 4c 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20  L; ...long long 
0c10: 43 20 3d 20 33 4c 4c 3b 20 0d 0a 09 6c 6f 6e 67  C = 3LL; ...long
0c20: 20 6c 6f 6e 67 20 44 20 3d 20 34 4c 4c 3b 20 0d   long D = 4LL; .
0c30: 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20  ..long long _ = 
0c40: 32 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45  2LL; ..END..CASE
0c50: 28 32 29 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20  (2)...long long 
0c60: 41 20 3d 20 32 4c 4c 3b 20 0d 0a 09 6c 6f 6e 67  A = 2LL; ...long
0c70: 20 6c 6f 6e 67 20 42 20 3d 20 33 4c 4c 3b 20 0d   long B = 3LL; .
0c80: 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 43 20 3d 20  ..long long C = 
0c90: 35 4c 4c 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e  5LL; ...long lon
0ca0: 67 20 44 20 3d 20 37 4c 4c 3b 20 0d 0a 09 6c 6f  g D = 7LL; ...lo
0cb0: 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20 33 4c 4c 3b  ng long _ = 3LL;
0cc0: 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 33 29 0d   ..END..CASE(3).
0cd0: 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 41 20 3d 20  ..long long A = 
0ce0: 31 4c 4c 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e  1LL; ...long lon
0cf0: 67 20 42 20 3d 20 31 30 4c 4c 3b 20 0d 0a 09 6c  g B = 10LL; ...l
0d00: 6f 6e 67 20 6c 6f 6e 67 20 43 20 3d 20 31 30 30  ong long C = 100
0d10: 4c 4c 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67  LL; ...long long
0d20: 20 44 20 3d 20 31 30 30 30 4c 4c 3b 20 0d 0a 09   D = 1000LL; ...
0d30: 6c 6f 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20 35 30  long long _ = 50
0d40: 30 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a 43 41 53 45  0LL; ..END..CASE
0d50: 28 34 29 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20  (4)...long long 
0d60: 41 20 3d 20 31 30 30 30 30 30 30 30 30 30 4c 4c  A = 1000000000LL
0d70: 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 42  ; ...long long B
0d80: 20 3d 20 32 30 30 30 30 30 30 30 30 30 4c 4c 3b   = 2000000000LL;
0d90: 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 43 20   ...long long C 
0da0: 3d 20 39 30 30 30 30 30 30 30 30 30 4c 4c 3b 20  = 9000000000LL; 
0db0: 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 44 20 3d  ...long long D =
0dc0: 20 31 30 30 30 30 30 30 30 30 30 30 4c 4c 3b 20   10000000000LL; 
0dd0: 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 5f 20 3d  ...long long _ =
0de0: 20 31 32 35 34 33 36 35 30 37 38 4c 4c 3b 20 0d   1254365078LL; .
0df0: 0a 45 4e 44 0d 0a 43 41 53 45 28 35 29 0d 0a 09  .END..CASE(5)...
0e00: 6c 6f 6e 67 20 6c 6f 6e 67 20 41 20 3d 20 31 4c  long long A = 1L
0e10: 4c 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20  L; ...long long 
0e20: 42 20 3d 20 31 30 30 30 30 30 30 30 30 30 4c 4c  B = 1000000000LL
0e30: 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 43  ; ...long long C
0e40: 20 3d 20 32 30 30 30 30 30 30 30 30 30 4c 4c 3b   = 2000000000LL;
0e50: 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 44 20   ...long long D 
0e60: 3d 20 31 30 30 30 30 30 30 30 30 30 30 4c 4c 3b  = 10000000000LL;
0e70: 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 5f 20   ...long long _ 
0e80: 3d 20 2d 31 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a 43  = -1LL; ..END..C
0e90: 41 53 45 28 36 29 0d 0a 09 6c 6f 6e 67 20 6c 6f  ASE(6)...long lo
0ea0: 6e 67 20 41 20 3d 20 31 4c 4c 3b 20 0d 0a 09 6c  ng A = 1LL; ...l
0eb0: 6f 6e 67 20 6c 6f 6e 67 20 42 20 3d 20 32 4c 4c  ong long B = 2LL
0ec0: 3b 20 0d 0a 09 6c 6f 6e 67 20 6c 6f 6e 67 20 43  ; ...long long C
0ed0: 20 3d 20 33 4c 4c 3b 20 0d 0a 09 6c 6f 6e 67 20   = 3LL; ...long 
0ee0: 6c 6f 6e 67 20 44 20 3d 20 35 4c 4c 3b 20 0d 0a  long D = 5LL; ..
0ef0: 09 6c 6f 6e 67 20 6c 6f 6e 67 20 5f 20 3d 20 33  .long long _ = 3
0f00: 4c 4c 3b 20 0d 0a 45 4e 44 0d 0a 0d 0a 7d 0d 0a  LL; ..END....}..
0f10: 2f 2f 20 45 4e 44 20 43 55 54 20 48 45 52 45 0d  // END CUT HERE.
0f20: 0a                                               .