Hex Artifact Content
Not logged in

Artifact 5d5ec3acb844c5c957d6ec210d5d8a3bd21fb7d4:


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 54 68  CMP;....class Th
01a0: 65 41 69 72 54 72 69 70 44 69 76 4f 6e 65 20 7b  eAirTripDivOne {
01b0: 20 70 75 62 6c 69 63 3a 0d 0a 09 73 74 72 75 63   public:...struc
01c0: 74 20 65 64 67 65 20 7b 0d 0a 09 09 69 6e 74 20  t edge {....int 
01d0: 74 6f 3b 0d 0a 09 09 4c 4c 20 46 2c 20 54 2c 20  to;....LL F, T, 
01e0: 50 3b 0d 0a 09 7d 3b 0d 0a 09 69 6e 74 20 66 69  P;...};...int fi
01f0: 6e 64 28 69 6e 74 20 6e 2c 20 76 65 63 74 6f 72  nd(int n, vector
0200: 20 3c 73 74 72 69 6e 67 3e 20 66 6c 69 67 68 74   <string> flight
0210: 73 2c 20 69 6e 74 20 74 69 6d 65 29 20 0d 0a 09  s, int time) ...
0220: 7b 0d 0a 09 09 76 65 63 74 6f 72 3c 20 76 65 63  {....vector< vec
0230: 74 6f 72 3c 65 64 67 65 3e 20 3e 20 65 28 6e 29  tor<edge> > e(n)
0240: 3b 0d 0a 09 09 7b 0d 0a 09 09 09 73 74 72 69 6e  ;....{.....strin
0250: 67 20 69 6e 70 75 74 20 3d 20 61 63 63 75 6d 75  g input = accumu
0260: 6c 61 74 65 28 66 6c 69 67 68 74 73 2e 62 65 67  late(flights.beg
0270: 69 6e 28 29 2c 20 66 6c 69 67 68 74 73 2e 65 6e  in(), flights.en
0280: 64 28 29 2c 20 73 74 72 69 6e 67 28 22 22 29 29  d(), string(""))
0290: 3b 0d 0a 09 09 09 73 74 72 69 6e 67 73 74 72 65  ;.....stringstre
02a0: 61 6d 20 73 69 6e 28 69 6e 70 75 74 29 3b 0d 0a  am sin(input);..
02b0: 09 09 09 66 6f 72 28 73 74 72 69 6e 67 20 6c 69  ...for(string li
02c0: 6e 65 3b 20 73 69 6e 3e 3e 6c 69 6e 65 3b 29 20  ne; sin>>line;) 
02d0: 7b 0d 0a 09 09 09 09 73 74 72 69 6e 67 73 74 72  {......stringstr
02e0: 65 61 6d 20 73 69 6e 28 6c 69 6e 65 29 3b 0d 0a  eam sin(line);..
02f0: 09 09 09 09 69 6e 74 20 61 2c 62 3b 20 4c 4c 20  ....int a,b; LL 
0300: 66 2c 74 2c 70 3b 20 63 68 61 72 20 5f 3b 0d 0a  f,t,p; char _;..
0310: 09 09 09 09 73 69 6e 20 3e 3e 20 61 20 3e 3e 20  ....sin >> a >> 
0320: 5f 20 3e 3e 20 62 20 3e 3e 20 5f 20 3e 3e 20 66  _ >> b >> _ >> f
0330: 20 3e 3e 20 5f 20 3e 3e 20 74 20 3e 3e 20 5f 20   >> _ >> t >> _ 
0340: 3e 3e 20 70 3b 0d 0a 09 09 09 09 65 64 67 65 20  >> p;......edge 
0350: 65 67 20 3d 20 7b 62 2d 31 2c 66 2c 74 2c 70 7d  eg = {b-1,f,t,p}
0360: 3b 0d 0a 09 09 09 09 65 5b 61 2d 31 5d 2e 70 75  ;......e[a-1].pu
0370: 73 68 5f 62 61 63 6b 28 65 67 29 3b 0d 0a 09 09  sh_back(eg);....
0380: 09 7d 0d 0a 09 09 7d 0d 0a 0d 0a 09 09 69 6e 74  .}....}......int
0390: 20 6c 66 3d 30 2c 20 72 69 3d 31 30 30 30 30 30   lf=0, ri=100000
03a0: 30 30 30 31 3b 0d 0a 09 09 77 68 69 6c 65 28 20  0001;....while( 
03b0: 72 69 2d 6c 66 3e 31 20 29 0d 0a 09 09 7b 0d 0a  ri-lf>1 )....{..
03c0: 09 09 09 69 6e 74 20 63 20 3d 20 28 6c 66 2b 72  ...int c = (lf+r
03d0: 69 29 2f 32 3b 0d 0a 09 09 09 28 6f 6b 28 6e 2c  i)/2;.....(ok(n,
03e0: 65 2c 63 2c 74 69 6d 65 29 20 3f 20 6c 66 20 3a  e,c,time) ? lf :
03f0: 20 72 69 29 20 3d 20 63 3b 0d 0a 09 09 7d 0d 0a   ri) = c;....}..
0400: 09 09 72 65 74 75 72 6e 20 6c 66 20 3f 20 6c 66  ..return lf ? lf
0410: 20 3a 20 2d 31 3b 0d 0a 09 7d 0d 0a 09 62 6f 6f   : -1;...}...boo
0420: 6c 20 6f 6b 28 69 6e 74 20 6e 2c 20 76 65 63 74  l ok(int n, vect
0430: 6f 72 3c 20 76 65 63 74 6f 72 3c 65 64 67 65 3e  or< vector<edge>
0440: 20 3e 26 20 65 2c 20 4c 4c 20 74 72 61 6e 73 66   >& e, LL transf
0450: 65 72 2c 20 4c 4c 20 54 4c 29 0d 0a 09 7b 0d 0a  er, LL TL)...{..
0460: 09 09 74 79 70 65 64 65 66 20 69 6e 74 20 76 65  ..typedef int ve
0470: 72 74 3b 0d 0a 09 09 74 79 70 65 64 65 66 20 4c  rt;....typedef L
0480: 4c 20 63 6f 73 74 3b 0d 0a 09 09 74 79 70 65 64  L cost;....typed
0490: 65 66 20 70 61 69 72 3c 63 6f 73 74 2c 69 6e 74  ef pair<cost,int
04a0: 3e 20 63 65 64 67 65 3b 0d 0a 09 09 70 72 69 6f  > cedge;....prio
04b0: 72 69 74 79 5f 71 75 65 75 65 3c 63 65 64 67 65  rity_queue<cedge
04c0: 2c 20 76 65 63 74 6f 72 3c 63 65 64 67 65 3e 2c  , vector<cedge>,
04d0: 20 67 72 65 61 74 65 72 3c 63 65 64 67 65 3e 20   greater<cedge> 
04e0: 3e 20 51 3b 0d 0a 09 09 73 65 74 3c 76 65 72 74  > Q;....set<vert
04f0: 3e 20 56 3b 0d 0a 09 09 51 2e 70 75 73 68 28 20  > V;....Q.push( 
0500: 63 65 64 67 65 28 30 2c 30 29 20 29 3b 0d 0a 09  cedge(0,0) );...
0510: 09 77 68 69 6c 65 28 20 21 51 2e 65 6d 70 74 79  .while( !Q.empty
0520: 28 29 20 29 0d 0a 09 09 7b 0d 0a 09 09 09 63 6f  () )....{.....co
0530: 73 74 20 63 20 3d 20 51 2e 74 6f 70 28 29 2e 66  st c = Q.top().f
0540: 69 72 73 74 3b 0d 0a 09 09 09 76 65 72 74 20 76  irst;.....vert v
0550: 20 3d 20 51 2e 74 6f 70 28 29 2e 73 65 63 6f 6e   = Q.top().secon
0560: 64 3b 0d 0a 09 09 09 51 2e 70 6f 70 28 29 3b 0d  d;.....Q.pop();.
0570: 0a 09 09 09 69 66 28 20 56 2e 63 6f 75 6e 74 28  ....if( V.count(
0580: 76 29 20 29 0d 0a 09 09 09 09 63 6f 6e 74 69 6e  v) )......contin
0590: 75 65 3b 0d 0a 09 09 09 69 66 28 20 76 20 3d 3d  ue;.....if( v ==
05a0: 20 6e 2d 31 20 29 0d 0a 09 09 09 09 72 65 74 75   n-1 )......retu
05b0: 72 6e 20 74 72 75 65 3b 0d 0a 09 09 09 56 2e 69  rn true;.....V.i
05c0: 6e 73 65 72 74 28 76 29 3b 0d 0a 09 09 09 76 65  nsert(v);.....ve
05d0: 63 74 6f 72 3c 65 64 67 65 3e 26 20 6e 65 20 3d  ctor<edge>& ne =
05e0: 20 65 5b 76 5d 3b 0d 0a 09 09 09 66 6f 72 28 69   e[v];.....for(i
05f0: 6e 74 20 69 3d 30 3b 20 69 3c 6e 65 2e 73 69 7a  nt i=0; i<ne.siz
0600: 65 28 29 3b 20 2b 2b 69 29 0d 0a 09 09 09 7b 0d  e(); ++i).....{.
0610: 0a 09 09 09 09 76 65 72 74 20 75 20 3d 20 6e 65  .....vert u = ne
0620: 5b 69 5d 2e 74 6f 3b 0d 0a 09 09 09 09 4c 4c 20  [i].to;......LL 
0630: 46 3d 6e 65 5b 69 5d 2e 46 2c 20 54 3d 6e 65 5b  F=ne[i].F, T=ne[
0640: 69 5d 2e 54 2c 20 50 3d 6e 65 5b 69 5d 2e 50 3b  i].T, P=ne[i].P;
0650: 0d 0a 09 09 09 09 4c 4c 20 74 20 3d 20 6e 65 78  ......LL t = nex
0660: 74 54 69 6d 65 28 63 2c 20 46 2c 20 50 2c 20 76  tTime(c, F, P, v
0670: 3d 3d 30 20 3f 20 30 20 3a 20 74 72 61 6e 73 66  ==0 ? 0 : transf
0680: 65 72 29 3b 0d 0a 2f 2f 09 09 09 09 63 65 72 72  er);..//....cerr
0690: 3c 3c 63 3c 3c 22 20 22 3c 3c 46 3c 3c 22 20 22  <<c<<" "<<F<<" "
06a0: 3c 3c 50 3c 3c 22 20 22 3c 3c 74 72 61 6e 73 66  <<P<<" "<<transf
06b0: 65 72 3c 3c 22 20 21 21 20 22 3c 3c 74 3c 3c 65  er<<" !! "<<t<<e
06c0: 6e 64 6c 3b 0d 0a 09 09 09 09 69 66 28 20 21 56  ndl;......if( !V
06d0: 2e 63 6f 75 6e 74 28 75 29 20 26 26 20 74 2b 54  .count(u) && t+T
06e0: 3c 3d 54 4c 20 29 0d 0a 09 09 09 09 09 51 2e 70  <=TL ).......Q.p
06f0: 75 73 68 28 20 63 65 64 67 65 28 74 2b 54 2c 20  ush( cedge(t+T, 
0700: 75 29 20 29 3b 0d 0a 09 09 09 7d 0d 0a 09 09 7d  u) );.....}....}
0710: 0d 0a 09 09 72 65 74 75 72 6e 20 66 61 6c 73 65  ....return false
0720: 3b 0d 0a 09 7d 0d 0a 0d 0a 09 4c 4c 20 6e 65 78  ;...}.....LL nex
0730: 74 54 69 6d 65 28 4c 4c 20 63 75 72 2c 20 4c 4c  tTime(LL cur, LL
0740: 20 46 2c 20 4c 4c 20 50 2c 20 4c 4c 20 74 72 61   F, LL P, LL tra
0750: 6e 73 66 65 72 29 0d 0a 09 7b 0d 0a 09 09 63 75  nsfer)...{....cu
0760: 72 20 2b 3d 20 74 72 61 6e 73 66 65 72 3b 0d 0a  r += transfer;..
0770: 09 09 69 66 28 20 63 75 72 20 3c 3d 20 46 20 29  ..if( cur <= F )
0780: 0d 0a 09 09 09 72 65 74 75 72 6e 20 46 3b 0d 0a  .....return F;..
0790: 09 09 72 65 74 75 72 6e 20 28 63 75 72 2d 46 29  ..return (cur-F)
07a0: 25 50 3d 3d 30 20 3f 20 63 75 72 20 3a 20 28 28  %P==0 ? cur : ((
07b0: 63 75 72 2d 46 29 2f 50 2b 31 29 2a 50 2b 46 3b  cur-F)/P+1)*P+F;
07c0: 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a 2f 2f 20 42  ...}..};....// B
07d0: 45 47 49 4e 20 43 55 54 20 48 45 52 45 0d 0a 23  EGIN CUT HERE..#
07e0: 69 6e 63 6c 75 64 65 20 3c 63 74 69 6d 65 3e 0d  include <ctime>.
07f0: 0a 64 6f 75 62 6c 65 20 73 74 61 72 74 5f 74 69  .double start_ti
0800: 6d 65 3b 20 73 74 72 69 6e 67 20 74 69 6d 65 72  me; string timer
0810: 28 29 0d 0a 20 7b 20 6f 73 74 72 69 6e 67 73 74  ().. { ostringst
0820: 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20 22  ream os; os << "
0830: 20 28 22 20 3c 3c 20 69 6e 74 28 28 63 6c 6f 63   (" << int((cloc
0840: 6b 28 29 2d 73 74 61 72 74 5f 74 69 6d 65 29 2f  k()-start_time)/
0850: 43 4c 4f 43 4b 53 5f 50 45 52 5f 53 45 43 2a 31  CLOCKS_PER_SEC*1
0860: 30 30 30 29 20 3c 3c 20 22 20 6d 73 65 63 29 22  000) << " msec)"
0870: 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 74 72 28  ; return os.str(
0880: 29 3b 20 7d 0d 0a 74 65 6d 70 6c 61 74 65 3c 74  ); }..template<t
0890: 79 70 65 6e 61 6d 65 20 54 3e 20 6f 73 74 72 65  ypename T> ostre
08a0: 61 6d 26 20 6f 70 65 72 61 74 6f 72 3c 3c 28 6f  am& operator<<(o
08b0: 73 74 72 65 61 6d 26 20 6f 73 2c 20 63 6f 6e 73  stream& os, cons
08c0: 74 20 76 65 63 74 6f 72 3c 54 3e 26 20 76 29 0d  t vector<T>& v).
08d0: 0a 20 7b 20 6f 73 20 3c 3c 20 22 7b 20 22 3b 0d  . { os << "{ ";.
08e0: 0a 20 20 20 66 6f 72 28 74 79 70 65 6e 61 6d 65  .   for(typename
08f0: 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63 6f 6e 73   vector<T>::cons
0900: 74 5f 69 74 65 72 61 74 6f 72 20 69 74 3d 76 2e  t_iterator it=v.
0910: 62 65 67 69 6e 28 29 3b 20 69 74 21 3d 76 2e 65  begin(); it!=v.e
0920: 6e 64 28 29 3b 20 2b 2b 69 74 29 0d 0a 20 20 20  nd(); ++it)..   
0930: 6f 73 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 2a 69  os << '\"' << *i
0940: 74 20 3c 3c 20 27 5c 22 27 20 3c 3c 20 28 69 74  t << '\"' << (it
0950: 2b 31 3d 3d 76 2e 65 6e 64 28 29 20 3f 20 22 22  +1==v.end() ? ""
0960: 20 3a 20 22 2c 20 22 29 3b 20 6f 73 20 3c 3c 20   : ", "); os << 
0970: 22 20 7d 22 3b 20 72 65 74 75 72 6e 20 6f 73 3b  " }"; return os;
0980: 20 7d 0d 0a 76 6f 69 64 20 76 65 72 69 66 79 5f   }..void verify_
0990: 63 61 73 65 28 63 6f 6e 73 74 20 69 6e 74 26 20  case(const int& 
09a0: 45 78 70 65 63 74 65 64 2c 20 63 6f 6e 73 74 20  Expected, const 
09b0: 69 6e 74 26 20 52 65 63 65 69 76 65 64 29 20 7b  int& Received) {
09c0: 0d 0a 20 62 6f 6f 6c 20 6f 6b 20 3d 20 28 45 78  .. bool ok = (Ex
09d0: 70 65 63 74 65 64 20 3d 3d 20 52 65 63 65 69 76  pected == Receiv
09e0: 65 64 29 3b 0d 0a 20 69 66 28 6f 6b 29 20 63 65  ed);.. if(ok) ce
09f0: 72 72 20 3c 3c 20 22 50 41 53 53 45 44 22 20 3c  rr << "PASSED" <
0a00: 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e 64  < timer() << end
0a10: 6c 3b 20 20 65 6c 73 65 20 7b 20 63 65 72 72 20  l;  else { cerr 
0a20: 3c 3c 20 22 46 41 49 4c 45 44 22 20 3c 3c 20 74  << "FAILED" << t
0a30: 69 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 0d  imer() << endl;.
0a40: 0a 20 63 65 72 72 20 3c 3c 20 22 5c 74 6f 3a 20  . cerr << "\to: 
0a50: 5c 22 22 20 3c 3c 20 45 78 70 65 63 74 65 64 20  \"" << Expected 
0a60: 3c 3c 20 27 5c 22 27 20 3c 3c 20 65 6e 64 6c 20  << '\"' << endl 
0a70: 3c 3c 20 22 5c 74 78 3a 20 5c 22 22 20 3c 3c 20  << "\tx: \"" << 
0a80: 52 65 63 65 69 76 65 64 20 3c 3c 20 27 5c 22 27  Received << '\"'
0a90: 20 3c 3c 20 65 6e 64 6c 3b 20 7d 20 7d 0d 0a 23   << endl; } }..#
0aa0: 64 65 66 69 6e 65 20 43 41 53 45 28 4e 29 20 7b  define CASE(N) {
0ab0: 63 65 72 72 20 3c 3c 20 22 54 65 73 74 20 43 61  cerr << "Test Ca
0ac0: 73 65 20 23 22 20 3c 3c 20 4e 20 3c 3c 20 22 2e  se #" << N << ".
0ad0: 2e 2e 22 20 3c 3c 20 66 6c 75 73 68 3b 20 73 74  .." << flush; st
0ae0: 61 72 74 5f 74 69 6d 65 3d 63 6c 6f 63 6b 28 29  art_time=clock()
0af0: 3b 0d 0a 23 64 65 66 69 6e 65 20 45 4e 44 09 20  ;..#define END. 
0b00: 76 65 72 69 66 79 5f 63 61 73 65 28 5f 2c 20 54  verify_case(_, T
0b10: 68 65 41 69 72 54 72 69 70 44 69 76 4f 6e 65 28  heAirTripDivOne(
0b20: 29 2e 66 69 6e 64 28 6e 2c 20 66 6c 69 67 68 74  ).find(n, flight
0b30: 73 2c 20 74 69 6d 65 29 29 3b 7d 0d 0a 69 6e 74  s, time));}..int
0b40: 20 6d 61 69 6e 28 29 7b 0d 0a 0d 0a 43 41 53 45   main(){....CASE
0b50: 28 30 29 0d 0a 09 69 6e 74 20 6e 20 3d 20 33 3b  (0)...int n = 3;
0b60: 20 0d 0a 09 73 74 72 69 6e 67 20 66 6c 69 67 68   ...string fligh
0b70: 74 73 5f 5b 5d 20 3d 20 7b 22 31 2c 32 2c 31 2c  ts_[] = {"1,2,1,
0b80: 34 2c 37 20 22 2c 20 22 32 2c 33 2c 39 2c 31 2c  4,7 ", "2,3,9,1,
0b90: 31 30 22 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72  10"};...  vector
0ba0: 20 3c 73 74 72 69 6e 67 3e 20 66 6c 69 67 68 74   <string> flight
0bb0: 73 28 66 6c 69 67 68 74 73 5f 2c 20 66 6c 69 67  s(flights_, flig
0bc0: 68 74 73 5f 2b 73 69 7a 65 6f 66 28 66 6c 69 67  hts_+sizeof(flig
0bd0: 68 74 73 5f 29 2f 73 69 7a 65 6f 66 28 2a 66 6c  hts_)/sizeof(*fl
0be0: 69 67 68 74 73 5f 29 29 3b 20 0d 0a 09 69 6e 74  ights_)); ...int
0bf0: 20 74 69 6d 65 20 3d 20 32 30 3b 20 0d 0a 09 69   time = 20; ...i
0c00: 6e 74 20 5f 20 3d 20 31 34 3b 20 0d 0a 45 4e 44  nt _ = 14; ..END
0c10: 0d 0a 43 41 53 45 28 31 29 0d 0a 09 69 6e 74 20  ..CASE(1)...int 
0c20: 6e 20 3d 20 33 3b 20 0d 0a 09 73 74 72 69 6e 67  n = 3; ...string
0c30: 20 66 6c 69 67 68 74 73 5f 5b 5d 20 3d 20 7b 22   flights_[] = {"
0c40: 31 2c 32 2c 31 2c 31 2c 31 20 32 2c 33 2c 32 2c  1,2,1,1,1 2,3,2,
0c50: 31 2c 39 38 22 7d 3b 0d 0a 09 20 20 76 65 63 74  1,98"};...  vect
0c60: 6f 72 20 3c 73 74 72 69 6e 67 3e 20 66 6c 69 67  or <string> flig
0c70: 68 74 73 28 66 6c 69 67 68 74 73 5f 2c 20 66 6c  hts(flights_, fl
0c80: 69 67 68 74 73 5f 2b 73 69 7a 65 6f 66 28 66 6c  ights_+sizeof(fl
0c90: 69 67 68 74 73 5f 29 2f 73 69 7a 65 6f 66 28 2a  ights_)/sizeof(*
0ca0: 66 6c 69 67 68 74 73 5f 29 29 3b 20 0d 0a 09 69  flights_)); ...i
0cb0: 6e 74 20 74 69 6d 65 20 3d 20 31 30 30 3b 20 0d  nt time = 100; .
0cc0: 0a 09 69 6e 74 20 5f 20 3d 20 2d 31 3b 20 0d 0a  ..int _ = -1; ..
0cd0: 45 4e 44 0d 0a 43 41 53 45 28 32 29 0d 0a 09 69  END..CASE(2)...i
0ce0: 6e 74 20 6e 20 3d 20 34 37 37 3b 20 0d 0a 09 73  nt n = 477; ...s
0cf0: 74 72 69 6e 67 20 66 6c 69 67 68 74 73 5f 5b 5d  tring flights_[]
0d00: 20 3d 20 7b 22 34 37 2c 37 34 2c 31 2c 31 2c 31   = {"47,74,1,1,1
0d10: 22 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c  "};...  vector <
0d20: 73 74 72 69 6e 67 3e 20 66 6c 69 67 68 74 73 28  string> flights(
0d30: 66 6c 69 67 68 74 73 5f 2c 20 66 6c 69 67 68 74  flights_, flight
0d40: 73 5f 2b 73 69 7a 65 6f 66 28 66 6c 69 67 68 74  s_+sizeof(flight
0d50: 73 5f 29 2f 73 69 7a 65 6f 66 28 2a 66 6c 69 67  s_)/sizeof(*flig
0d60: 68 74 73 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 74  hts_)); ...int t
0d70: 69 6d 65 20 3d 20 32 30 3b 20 0d 0a 09 69 6e 74  ime = 20; ...int
0d80: 20 5f 20 3d 20 2d 31 3b 20 0d 0a 45 4e 44 0d 0a   _ = -1; ..END..
0d90: 43 41 53 45 28 33 29 0d 0a 09 69 6e 74 20 6e 20  CASE(3)...int n 
0da0: 3d 20 37 3b 20 0d 0a 09 73 74 72 69 6e 67 20 66  = 7; ...string f
0db0: 6c 69 67 68 74 73 5f 5b 5d 20 3d 20 7b 22 31 2c  lights_[] = {"1,
0dc0: 33 2c 31 35 2c 31 37 2c 31 31 20 31 2c 33 2c 31  3,15,17,11 1,3,1
0dd0: 34 2c 31 36 2c 31 34 20 35 2c 37 2c 31 32 2c 31  4,16,14 5,7,12,1
0de0: 38 2c 31 38 20 31 2c 36 2c 31 33 2c 31 22 2c 20  8,18 1,6,13,1", 
0df0: 0d 0a 20 22 36 2c 31 32 20 31 2c 32 2c 31 38 2c  .. "6,12 1,2,18,
0e00: 31 34 2c 31 33 20 35 2c 36 2c 31 30 2c 31 30 2c  14,13 5,6,10,10,
0e10: 31 38 20 33 2c 31 2c 31 30 2c 31 30 2c 31 30 20  18 3,1,10,10,10 
0e20: 31 2c 33 22 2c 0d 0a 20 22 2c 31 37 2c 31 36 2c  1,3",.. ",17,16,
0e30: 31 30 20 32 2c 33 2c 31 36 2c 31 38 2c 31 36 20  10 2,3,16,18,16 
0e40: 36 2c 31 2c 31 35 2c 31 32 2c 31 30 20 32 2c 31  6,1,15,12,10 2,1
0e50: 2c 31 35 2c 31 38 2c 31 22 2c 0d 0a 20 22 30 20  ,15,18,1",.. "0 
0e60: 34 2c 37 2c 31 30 2c 31 36 2c 31 35 20 36 2c 33  4,7,10,16,15 6,3
0e70: 2c 31 30 2c 31 34 2c 31 30 20 31 2c 36 2c 31 39  ,10,14,10 1,6,19
0e80: 2c 31 39 2c 31 35 20 31 2c 34 2c 31 32 22 2c 0d  ,19,15 1,4,12",.
0e90: 0a 20 22 2c 31 30 2c 31 34 20 34 2c 37 2c 31 30  . ",10,14 4,7,10
0ea0: 2c 31 38 2c 31 34 20 32 2c 33 2c 31 36 2c 31 32  ,18,14 2,3,16,12
0eb0: 2c 31 32 20 31 2c 33 2c 31 34 2c 31 30 2c 31 39  ,12 1,3,14,10,19
0ec0: 20 33 22 2c 0d 0a 20 22 2c 37 2c 31 37 2c 31 30   3",.. ",7,17,10
0ed0: 2c 31 32 20 32 2c 31 2c 31 34 2c 31 32 2c 31 36  ,12 2,1,14,12,16
0ee0: 20 34 2c 33 2c 31 39 2c 31 31 2c 31 32 20 31 2c   4,3,19,11,12 1,
0ef0: 36 2c 31 30 2c 31 38 22 2c 0d 0a 20 22 2c 31 32  6,10,18",.. ",12
0f00: 20 32 2c 33 2c 31 36 2c 31 32 2c 31 30 20 36 2c   2,3,16,12,10 6,
0f10: 32 2c 31 30 2c 31 38 2c 31 32 20 35 2c 31 2c 31  2,10,18,12 5,1,1
0f20: 34 2c 31 38 2c 31 32 20 35 2c 31 2c 22 2c 0d 0a  4,18,12 5,1,",..
0f30: 20 22 31 38 2c 31 30 2c 31 30 20 33 2c 32 2c 31   "18,10,10 3,2,1
0f40: 39 2c 31 35 2c 31 30 20 37 2c 34 2c 31 36 2c 31  9,15,10 7,4,16,1
0f50: 39 2c 31 34 20 36 2c 33 2c 31 36 2c 31 32 2c 31  9,14 6,3,16,12,1
0f60: 30 22 2c 0d 0a 20 22 20 35 2c 37 2c 31 34 2c 31  0",.. " 5,7,14,1
0f70: 33 2c 31 33 20 31 2c 33 2c 31 32 2c 31 30 2c 31  3,13 1,3,12,10,1
0f80: 36 20 35 2c 37 2c 31 36 2c 31 38 2c 31 35 20 36  6 5,7,16,18,15 6
0f90: 2c 32 2c 31 38 2c 22 2c 0d 0a 20 22 31 32 2c 31  ,2,18,",.. "12,1
0fa0: 34 20 33 2c 32 2c 31 30 2c 31 38 2c 31 36 20 34  4 3,2,10,18,16 4
0fb0: 2c 32 2c 31 38 2c 31 38 2c 31 34 20 31 2c 35 2c  ,2,18,18,14 1,5,
0fc0: 31 30 2c 31 38 2c 31 36 20 32 2c 22 2c 0d 0a 20  10,18,16 2,",.. 
0fd0: 22 33 2c 31 30 2c 31 39 2c 31 36 20 31 2c 34 2c  "3,10,19,16 1,4,
0fe0: 31 31 2c 31 38 2c 31 35 20 32 2c 31 2c 31 35 2c  11,18,15 2,1,15,
0ff0: 31 35 2c 31 34 20 37 2c 32 2c 31 30 2c 31 32 2c  15,14 7,2,10,12,
1000: 22 2c 0d 0a 20 22 31 30 22 7d 3b 0d 0a 09 20 20  ",.. "10"};...  
1010: 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20  vector <string> 
1020: 66 6c 69 67 68 74 73 28 66 6c 69 67 68 74 73 5f  flights(flights_
1030: 2c 20 66 6c 69 67 68 74 73 5f 2b 73 69 7a 65 6f  , flights_+sizeo
1040: 66 28 66 6c 69 67 68 74 73 5f 29 2f 73 69 7a 65  f(flights_)/size
1050: 6f 66 28 2a 66 6c 69 67 68 74 73 5f 29 29 3b 20  of(*flights_)); 
1060: 0d 0a 09 69 6e 74 20 74 69 6d 65 20 3d 20 37 34  ...int time = 74
1070: 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 33 33 3b  ; ...int _ = 33;
1080: 20 0d 0a 45 4e 44 0d 0a 43 41 53 45 28 34 29 0d   ..END..CASE(4).
1090: 0a 09 69 6e 74 20 6e 20 3d 20 37 3b 20 0d 0a 09  ..int n = 7; ...
10a0: 73 74 72 69 6e 67 20 66 6c 69 67 68 74 73 5f 5b  string flights_[
10b0: 5d 20 3d 20 7b 22 31 2c 34 2c 31 30 2c 38 2c 32  ] = {"1,4,10,8,2
10c0: 20 34 2c 36 2c 31 34 2c 38 2c 32 20 36 2c 32 2c   4,6,14,8,2 6,2,
10d0: 38 2c 31 22 2c 0d 0a 20 22 30 2c 31 20 32 2c 37  8,1",.. "0,1 2,7
10e0: 2c 31 39 2c 35 2c 31 20 22 2c 0d 0a 20 22 31 2c  ,19,5,1 ",.. "1,
10f0: 35 2c 31 35 2c 31 37 2c 31 31 20 35 2c 33 2c 31  5,15,17,11 5,3,1
1100: 30 2c 31 22 2c 0d 0a 20 22 30 2c 31 38 20 33 2c  0,1",.. "0,18 3,
1110: 37 2c 31 32 2c 31 38 2c 31 38 22 7d 3b 0d 0a 09  7,12,18,18"};...
1120: 20 20 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67    vector <string
1130: 3e 20 66 6c 69 67 68 74 73 28 66 6c 69 67 68 74  > flights(flight
1140: 73 5f 2c 20 66 6c 69 67 68 74 73 5f 2b 73 69 7a  s_, flights_+siz
1150: 65 6f 66 28 66 6c 69 67 68 74 73 5f 29 2f 73 69  eof(flights_)/si
1160: 7a 65 6f 66 28 2a 66 6c 69 67 68 74 73 5f 29 29  zeof(*flights_))
1170: 3b 20 0d 0a 09 69 6e 74 20 74 69 6d 65 20 3d 20  ; ...int time = 
1180: 31 34 37 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d 20  147; ...int _ = 
1190: 33 35 3b 20 0d 0a 45 4e 44 0d 0a 09 2f 2a 0d 0a  35; ..END.../*..
11a0: 43 41 53 45 28 35 29 0d 0a 09 69 6e 74 20 6e 20  CASE(5)...int n 
11b0: 3d 20 3b 20 0d 0a 09 73 74 72 69 6e 67 20 66 6c  = ; ...string fl
11c0: 69 67 68 74 73 5f 5b 5d 20 3d 20 3b 0d 0a 09 20  ights_[] = ;... 
11d0: 20 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e   vector <string>
11e0: 20 66 6c 69 67 68 74 73 28 66 6c 69 67 68 74 73   flights(flights
11f0: 5f 2c 20 66 6c 69 67 68 74 73 5f 2b 73 69 7a 65  _, flights_+size
1200: 6f 66 28 66 6c 69 67 68 74 73 5f 29 2f 73 69 7a  of(flights_)/siz
1210: 65 6f 66 28 2a 66 6c 69 67 68 74 73 5f 29 29 3b  eof(*flights_));
1220: 20 0d 0a 09 69 6e 74 20 74 69 6d 65 20 3d 20 3b   ...int time = ;
1230: 20 0d 0a 09 69 6e 74 20 5f 20 3d 20 3b 20 0d 0a   ...int _ = ; ..
1240: 45 4e 44 0d 0a 43 41 53 45 28 36 29 0d 0a 09 69  END..CASE(6)...i
1250: 6e 74 20 6e 20 3d 20 3b 20 0d 0a 09 73 74 72 69  nt n = ; ...stri
1260: 6e 67 20 66 6c 69 67 68 74 73 5f 5b 5d 20 3d 20  ng flights_[] = 
1270: 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74  ;...  vector <st
1280: 72 69 6e 67 3e 20 66 6c 69 67 68 74 73 28 66 6c  ring> flights(fl
1290: 69 67 68 74 73 5f 2c 20 66 6c 69 67 68 74 73 5f  ights_, flights_
12a0: 2b 73 69 7a 65 6f 66 28 66 6c 69 67 68 74 73 5f  +sizeof(flights_
12b0: 29 2f 73 69 7a 65 6f 66 28 2a 66 6c 69 67 68 74  )/sizeof(*flight
12c0: 73 5f 29 29 3b 20 0d 0a 09 69 6e 74 20 74 69 6d  s_)); ...int tim
12d0: 65 20 3d 20 3b 20 0d 0a 09 69 6e 74 20 5f 20 3d  e = ; ...int _ =
12e0: 20 3b 20 0d 0a 45 4e 44 0d 0a 2a 2f 0d 0a 7d 0d   ; ..END..*/..}.
12f0: 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48 45 52 45  .// END CUT HERE
1300: 0d 0a                                            ..