Hex Artifact Content
Not logged in

Artifact 61896c32b2eaf9289b92c3562d1c97309f0d217a:


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 23 69 6e 63  de <cmath>..#inc
0110: 6c 75 64 65 20 3c 63 61 73 73 65 72 74 3e 0d 0a  lude <cassert>..
0120: 75 73 69 6e 67 20 6e 61 6d 65 73 70 61 63 65 20  using namespace 
0130: 73 74 64 3b 0d 0a 74 79 70 65 64 65 66 20 6c 6f  std;..typedef lo
0140: 6e 67 20 6c 6f 6e 67 20 4c 4c 3b 0d 0a 0d 0a 4c  ng long LL;....L
0150: 4c 20 67 63 64 28 4c 4c 20 61 2c 20 4c 4c 20 62  L gcd(LL a, LL b
0160: 29 0d 0a 7b 0d 0a 09 77 68 69 6c 65 28 61 29 20  )..{...while(a) 
0170: 73 77 61 70 28 61 2c 20 62 25 3d 61 29 3b 20 72  swap(a, b%=a); r
0180: 65 74 75 72 6e 20 62 3b 0d 0a 7d 0d 0a 4c 4c 20  eturn b;..}..LL 
0190: 6c 63 6d 28 4c 4c 20 61 2c 20 4c 4c 20 62 29 0d  lcm(LL a, LL b).
01a0: 0a 7b 0d 0a 09 72 65 74 75 72 6e 20 61 2f 67 63  .{...return a/gc
01b0: 64 28 61 2c 62 29 2a 62 3b 0d 0a 7d 0d 0a 0d 0a  d(a,b)*b;..}....
01c0: 63 6c 61 73 73 20 49 6e 67 72 65 64 69 65 6e 74  class Ingredient
01d0: 50 72 6f 70 6f 72 74 69 6f 6e 73 0d 0a 7b 0d 0a  Proportions..{..
01e0: 70 75 62 6c 69 63 3a 0d 0a 09 76 65 63 74 6f 72  public:...vector
01f0: 20 3c 69 6e 74 3e 20 67 65 74 4d 61 73 73 65 73   <int> getMasses
0200: 28 76 65 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e  (vector <string>
0210: 20 70 72 6f 70 6f 72 74 69 6f 6e 73 29 20 0d 0a   proportions) ..
0220: 09 7b 0d 0a 09 09 69 6e 74 20 4e 20 3d 20 70 72  .{....int N = pr
0230: 6f 70 6f 72 74 69 6f 6e 73 2e 73 69 7a 65 28 29  oportions.size()
0240: 20 2b 20 31 3b 0d 0a 09 09 76 65 63 74 6f 72 3c   + 1;....vector<
0250: 4c 4c 3e 20 61 28 4e 2d 31 29 2c 62 28 4e 2d 31  LL> a(N-1),b(N-1
0260: 29 2c 70 28 4e 2d 31 29 2c 71 28 4e 2d 31 29 3b  ),p(N-1),q(N-1);
0270: 0d 0a 0d 0a 09 09 66 6f 72 28 69 6e 74 20 69 3d  ......for(int i=
0280: 30 3b 20 69 3c 70 72 6f 70 6f 72 74 69 6f 6e 73  0; i<proportions
0290: 2e 73 69 7a 65 28 29 3b 20 2b 2b 69 29 0d 0a 09  .size(); ++i)...
02a0: 09 7b 0d 0a 09 09 09 73 74 72 69 6e 67 73 74 72  .{.....stringstr
02b0: 65 61 6d 20 73 69 6e 28 70 72 6f 70 6f 72 74 69  eam sin(proporti
02c0: 6f 6e 73 5b 69 5d 29 3b 0d 0a 09 09 09 73 69 6e  ons[i]);.....sin
02d0: 2e 67 65 74 28 29 3b 2f 2f 23 0d 0a 09 09 09 73  .get();//#.....s
02e0: 69 6e 3e 3e 61 5b 69 5d 3b 0d 0a 09 09 09 73 69  in>>a[i];.....si
02f0: 6e 2e 67 65 74 28 29 3b 73 69 6e 2e 67 65 74 28  n.get();sin.get(
0300: 29 3b 73 69 6e 2e 67 65 74 28 29 3b 73 69 6e 2e  );sin.get();sin.
0310: 67 65 74 28 29 3b 73 69 6e 2e 67 65 74 28 29 3b  get();sin.get();
0320: 73 69 6e 2e 67 65 74 28 29 3b 2f 2f 22 20 61 6e  sin.get();//" an
0330: 64 20 23 22 0d 0a 09 09 09 73 69 6e 3e 3e 62 5b  d #".....sin>>b[
0340: 69 5d 3b 0d 0a 09 09 09 73 69 6e 2e 67 65 74 28  i];.....sin.get(
0350: 29 3b 73 69 6e 2e 67 65 74 28 29 3b 73 69 6e 2e  );sin.get();sin.
0360: 67 65 74 28 29 3b 73 69 6e 2e 67 65 74 28 29 3b  get();sin.get();
0370: 2f 2f 22 20 61 73 20 22 0d 0a 09 09 09 73 69 6e  //" as ".....sin
0380: 3e 3e 70 5b 69 5d 3b 0d 0a 09 09 09 73 69 6e 2e  >>p[i];.....sin.
0390: 67 65 74 28 29 3b 20 2f 2f 3a 0d 0a 09 09 09 73  get(); //:.....s
03a0: 69 6e 3e 3e 71 5b 69 5d 3b 0d 0a 09 09 7d 0d 0a  in>>q[i];....}..
03b0: 0d 0a 09 09 76 65 63 74 6f 72 3c 4c 4c 3e 20 67  ....vector<LL> g
03c0: 28 4e 2c 20 2d 31 29 3b 20 67 5b 30 5d 3d 31 3b  (N, -1); g[0]=1;
03d0: 0d 0a 09 09 66 6f 72 28 69 6e 74 20 5f 3d 30 3b  ....for(int _=0;
03e0: 20 5f 3c 4e 3b 20 2b 2b 5f 29 0d 0a 09 09 09 66   _<N; ++_).....f
03f0: 6f 72 28 69 6e 74 20 69 3d 30 3b 20 69 3c 4e 2d  or(int i=0; i<N-
0400: 31 3b 20 2b 2b 69 29 0d 0a 09 09 09 7b 0d 0a 09  1; ++i).....{...
0410: 09 09 09 4c 4c 20 41 3d 61 5b 69 5d 2c 42 3d 62  ...LL A=a[i],B=b
0420: 5b 69 5d 2c 50 3d 70 5b 69 5d 2c 51 3d 71 5b 69  [i],P=p[i],Q=q[i
0430: 5d 3b 0d 0a 09 09 09 09 69 66 28 20 67 5b 41 5d  ];......if( g[A]
0440: 3d 3d 2d 31 20 26 26 20 67 5b 42 5d 21 3d 2d 31  ==-1 && g[B]!=-1
0450: 20 29 0d 0a 09 09 09 09 09 73 77 61 70 28 41 2c   ).......swap(A,
0460: 42 29 2c 20 73 77 61 70 28 50 2c 51 29 3b 0d 0a  B), swap(P,Q);..
0470: 09 09 09 09 69 66 28 20 67 5b 41 5d 21 3d 2d 31  ....if( g[A]!=-1
0480: 20 26 26 20 67 5b 42 5d 3d 3d 2d 31 20 29 0d 0a   && g[B]==-1 )..
0490: 09 09 09 09 7b 0d 0a 09 09 09 09 09 4c 4c 20 66  ....{.......LL f
04a0: 20 3d 20 6c 63 6d 28 67 5b 41 5d 2c 50 29 20 2f   = lcm(g[A],P) /
04b0: 20 67 5b 41 5d 3b 0d 0a 09 09 09 09 09 66 6f 72   g[A];.......for
04c0: 28 69 6e 74 20 6a 3d 30 3b 20 6a 3c 4e 3b 20 2b  (int j=0; j<N; +
04d0: 2b 6a 29 0d 0a 09 09 09 09 09 09 69 66 28 20 67  +j)........if( g
04e0: 5b 6a 5d 20 21 3d 20 2d 31 20 29 0d 0a 09 09 09  [j] != -1 ).....
04f0: 09 09 09 09 67 5b 6a 5d 20 2a 3d 20 66 3b 0d 0a  ....g[j] *= f;..
0500: 09 09 09 09 09 67 5b 42 5d 20 3d 20 67 5b 41 5d  .....g[B] = g[A]
0510: 2f 50 2a 51 3b 0d 0a 09 09 09 09 7d 0d 0a 09 09  /P*Q;......}....
0520: 09 7d 0d 0a 09 09 4c 4c 20 67 67 20 3d 20 61 63  .}....LL gg = ac
0530: 63 75 6d 75 6c 61 74 65 28 20 67 2e 62 65 67 69  cumulate( g.begi
0540: 6e 28 29 2c 20 67 2e 65 6e 64 28 29 2c 20 67 2e  n(), g.end(), g.
0550: 62 61 63 6b 28 29 2c 20 67 63 64 20 29 3b 0d 0a  back(), gcd );..
0560: 09 09 76 65 63 74 6f 72 3c 69 6e 74 3e 20 61 6e  ..vector<int> an
0570: 73 28 4e 29 3b 0d 0a 09 09 66 6f 72 28 69 6e 74  s(N);....for(int
0580: 20 69 3d 30 3b 20 69 3c 4e 3b 20 2b 2b 69 29 0d   i=0; i<N; ++i).
0590: 0a 09 09 09 61 6e 73 5b 69 5d 20 3d 20 67 5b 69  ....ans[i] = g[i
05a0: 5d 2f 67 67 3b 0d 0a 09 09 72 65 74 75 72 6e 20  ]/gg;....return 
05b0: 61 6e 73 3b 0d 0a 09 7d 0d 0a 7d 3b 0d 0a 0d 0a  ans;...}..};....
05c0: 2f 2f 20 42 45 47 49 4e 20 43 55 54 20 48 45 52  // BEGIN CUT HER
05d0: 45 0d 0a 23 69 6e 63 6c 75 64 65 20 3c 63 74 69  E..#include <cti
05e0: 6d 65 3e 0d 0a 64 6f 75 62 6c 65 20 73 74 61 72  me>..double star
05f0: 74 5f 74 69 6d 65 3b 73 74 72 69 6e 67 20 74 69  t_time;string ti
0600: 6d 65 72 28 29 20 7b 20 6f 73 74 72 69 6e 67 73  mer() { ostrings
0610: 74 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20  tream os; os << 
0620: 22 20 28 22 20 3c 3c 20 69 6e 74 28 28 63 6c 6f  " (" << int((clo
0630: 63 6b 28 29 2d 73 74 61 72 74 5f 74 69 6d 65 29  ck()-start_time)
0640: 2f 43 4c 4f 43 4b 53 5f 50 45 52 5f 53 45 43 2a  /CLOCKS_PER_SEC*
0650: 31 30 30 30 29 20 3c 3c 20 22 20 6d 73 65 63 29  1000) << " msec)
0660: 22 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 74 72  "; return os.str
0670: 28 29 3b 20 7d 0d 0a 0d 0a 74 65 6d 70 6c 61 74  (); }....templat
0680: 65 20 3c 74 79 70 65 6e 61 6d 65 20 54 3e 20 73  e <typename T> s
0690: 74 72 69 6e 67 20 70 72 69 6e 74 5f 61 72 72 61  tring print_arra
06a0: 79 28 63 6f 6e 73 74 20 76 65 63 74 6f 72 3c 54  y(const vector<T
06b0: 3e 20 26 56 29 20 7b 20 6f 73 74 72 69 6e 67 73  > &V) { ostrings
06c0: 74 72 65 61 6d 20 6f 73 3b 20 6f 73 20 3c 3c 20  tream os; os << 
06d0: 22 7b 20 22 3b 20 66 6f 72 20 28 74 79 70 65 6e  "{ "; for (typen
06e0: 61 6d 65 20 76 65 63 74 6f 72 3c 54 3e 3a 3a 63  ame vector<T>::c
06f0: 6f 6e 73 74 5f 69 74 65 72 61 74 6f 72 20 69 74  onst_iterator it
0700: 65 72 20 3d 20 56 2e 62 65 67 69 6e 28 29 3b 20  er = V.begin(); 
0710: 69 74 65 72 20 21 3d 20 56 2e 65 6e 64 28 29 3b  iter != V.end();
0720: 20 2b 2b 69 74 65 72 29 20 6f 73 20 3c 3c 20 27   ++iter) os << '
0730: 5c 22 27 20 3c 3c 20 2a 69 74 65 72 20 3c 3c 20  \"' << *iter << 
0740: 22 5c 22 2c 22 3b 20 6f 73 20 3c 3c 20 22 20 7d  "\","; os << " }
0750: 22 3b 20 72 65 74 75 72 6e 20 6f 73 2e 73 74 72  "; return os.str
0760: 28 29 3b 20 7d 0d 0a 69 6e 74 20 76 65 72 69 66  (); }..int verif
0770: 79 5f 63 61 73 65 28 63 6f 6e 73 74 20 76 65 63  y_case(const vec
0780: 74 6f 72 20 3c 69 6e 74 3e 20 26 45 78 70 65 63  tor <int> &Expec
0790: 74 65 64 2c 20 63 6f 6e 73 74 20 76 65 63 74 6f  ted, const vecto
07a0: 72 20 3c 69 6e 74 3e 20 26 52 65 63 65 69 76 65  r <int> &Receive
07b0: 64 29 20 7b 20 69 66 20 28 45 78 70 65 63 74 65  d) { if (Expecte
07c0: 64 20 3d 3d 20 52 65 63 65 69 76 65 64 29 20 63  d == Received) c
07d0: 65 72 72 20 3c 3c 20 22 50 41 53 53 45 44 22 20  err << "PASSED" 
07e0: 3c 3c 20 74 69 6d 65 72 28 29 20 3c 3c 20 65 6e  << timer() << en
07f0: 64 6c 3b 20 65 6c 73 65 20 7b 20 63 65 72 72 20  dl; else { cerr 
0800: 3c 3c 20 22 46 41 49 4c 45 44 22 20 3c 3c 20 74  << "FAILED" << t
0810: 69 6d 65 72 28 29 20 3c 3c 20 65 6e 64 6c 3b 20  imer() << endl; 
0820: 63 65 72 72 20 3c 3c 20 22 5c 74 45 78 70 65 63  cerr << "\tExpec
0830: 74 65 64 3a 20 22 20 3c 3c 20 70 72 69 6e 74 5f  ted: " << print_
0840: 61 72 72 61 79 28 45 78 70 65 63 74 65 64 29 20  array(Expected) 
0850: 3c 3c 20 65 6e 64 6c 3b 20 63 65 72 72 20 3c 3c  << endl; cerr <<
0860: 20 22 5c 74 52 65 63 65 69 76 65 64 3a 20 22 20   "\tReceived: " 
0870: 3c 3c 20 70 72 69 6e 74 5f 61 72 72 61 79 28 52  << print_array(R
0880: 65 63 65 69 76 65 64 29 20 3c 3c 20 65 6e 64 6c  eceived) << endl
0890: 3b 20 7d 20 72 65 74 75 72 6e 20 30 3b 7d 0d 0a  ; } return 0;}..
08a0: 0d 0a 74 65 6d 70 6c 61 74 65 3c 69 6e 74 20 4e  ..template<int N
08b0: 3e 20 73 74 72 75 63 74 20 43 61 73 65 5f 20 7b  > struct Case_ {
08c0: 20 43 61 73 65 5f 28 29 7b 73 74 61 72 74 5f 74   Case_(){start_t
08d0: 69 6d 65 3d 63 6c 6f 63 6b 28 29 3b 7d 20 7d 3b  ime=clock();} };
08e0: 0d 0a 63 68 61 72 20 54 65 73 74 5f 28 2e 2e 2e  ..char Test_(...
08f0: 29 3b 0d 0a 69 6e 74 20 54 65 73 74 5f 28 43 61  );..int Test_(Ca
0900: 73 65 5f 3c 30 3e 29 20 7b 0d 0a 09 73 74 72 69  se_<0>) {...stri
0910: 6e 67 20 70 72 6f 70 6f 72 74 69 6f 6e 73 5f 5b  ng proportions_[
0920: 5d 20 3d 20 7b 22 23 30 20 61 6e 64 20 23 31 20  ] = {"#0 and #1 
0930: 61 73 20 36 3a 34 22 7d 3b 0d 0a 09 20 20 76 65  as 6:4"};...  ve
0940: 63 74 6f 72 20 3c 73 74 72 69 6e 67 3e 20 70 72  ctor <string> pr
0950: 6f 70 6f 72 74 69 6f 6e 73 28 70 72 6f 70 6f 72  oportions(propor
0960: 74 69 6f 6e 73 5f 2c 20 70 72 6f 70 6f 72 74 69  tions_, proporti
0970: 6f 6e 73 5f 2b 73 69 7a 65 6f 66 28 70 72 6f 70  ons_+sizeof(prop
0980: 6f 72 74 69 6f 6e 73 5f 29 2f 73 69 7a 65 6f 66  ortions_)/sizeof
0990: 28 2a 70 72 6f 70 6f 72 74 69 6f 6e 73 5f 29 29  (*proportions_))
09a0: 3b 20 0d 0a 09 69 6e 74 20 52 65 74 56 61 6c 5f  ; ...int RetVal_
09b0: 5b 5d 20 3d 20 7b 33 2c 20 32 20 7d 3b 0d 0a 09  [] = {3, 2 };...
09c0: 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20 52    vector <int> R
09d0: 65 74 56 61 6c 28 52 65 74 56 61 6c 5f 2c 20 52  etVal(RetVal_, R
09e0: 65 74 56 61 6c 5f 2b 73 69 7a 65 6f 66 28 52 65  etVal_+sizeof(Re
09f0: 74 56 61 6c 5f 29 2f 73 69 7a 65 6f 66 28 2a 52  tVal_)/sizeof(*R
0a00: 65 74 56 61 6c 5f 29 29 3b 20 0d 0a 09 72 65 74  etVal_)); ...ret
0a10: 75 72 6e 20 76 65 72 69 66 79 5f 63 61 73 65 28  urn verify_case(
0a20: 52 65 74 56 61 6c 2c 20 49 6e 67 72 65 64 69 65  RetVal, Ingredie
0a30: 6e 74 50 72 6f 70 6f 72 74 69 6f 6e 73 28 29 2e  ntProportions().
0a40: 67 65 74 4d 61 73 73 65 73 28 70 72 6f 70 6f 72  getMasses(propor
0a50: 74 69 6f 6e 73 29 29 3b 20 7d 0d 0a 69 6e 74 20  tions)); }..int 
0a60: 54 65 73 74 5f 28 43 61 73 65 5f 3c 31 3e 29 20  Test_(Case_<1>) 
0a70: 7b 0d 0a 09 73 74 72 69 6e 67 20 70 72 6f 70 6f  {...string propo
0a80: 72 74 69 6f 6e 73 5f 5b 5d 20 3d 20 7b 22 23 30  rtions_[] = {"#0
0a90: 20 61 6e 64 20 23 31 20 61 73 20 39 3a 38 22 2c   and #1 as 9:8",
0aa0: 22 23 31 20 61 6e 64 20 23 32 20 61 73 20 39 3a  "#1 and #2 as 9:
0ab0: 38 22 7d 0d 0a 3b 0d 0a 09 20 20 76 65 63 74 6f  8"}..;...  vecto
0ac0: 72 20 3c 73 74 72 69 6e 67 3e 20 70 72 6f 70 6f  r <string> propo
0ad0: 72 74 69 6f 6e 73 28 70 72 6f 70 6f 72 74 69 6f  rtions(proportio
0ae0: 6e 73 5f 2c 20 70 72 6f 70 6f 72 74 69 6f 6e 73  ns_, proportions
0af0: 5f 2b 73 69 7a 65 6f 66 28 70 72 6f 70 6f 72 74  _+sizeof(proport
0b00: 69 6f 6e 73 5f 29 2f 73 69 7a 65 6f 66 28 2a 70  ions_)/sizeof(*p
0b10: 72 6f 70 6f 72 74 69 6f 6e 73 5f 29 29 3b 20 0d  roportions_)); .
0b20: 0a 09 69 6e 74 20 52 65 74 56 61 6c 5f 5b 5d 20  ..int RetVal_[] 
0b30: 3d 20 7b 38 31 2c 20 37 32 2c 20 36 34 20 7d 3b  = {81, 72, 64 };
0b40: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74  ...  vector <int
0b50: 3e 20 52 65 74 56 61 6c 28 52 65 74 56 61 6c 5f  > RetVal(RetVal_
0b60: 2c 20 52 65 74 56 61 6c 5f 2b 73 69 7a 65 6f 66  , RetVal_+sizeof
0b70: 28 52 65 74 56 61 6c 5f 29 2f 73 69 7a 65 6f 66  (RetVal_)/sizeof
0b80: 28 2a 52 65 74 56 61 6c 5f 29 29 3b 20 0d 0a 09  (*RetVal_)); ...
0b90: 72 65 74 75 72 6e 20 76 65 72 69 66 79 5f 63 61  return verify_ca
0ba0: 73 65 28 52 65 74 56 61 6c 2c 20 49 6e 67 72 65  se(RetVal, Ingre
0bb0: 64 69 65 6e 74 50 72 6f 70 6f 72 74 69 6f 6e 73  dientProportions
0bc0: 28 29 2e 67 65 74 4d 61 73 73 65 73 28 70 72 6f  ().getMasses(pro
0bd0: 70 6f 72 74 69 6f 6e 73 29 29 3b 20 7d 0d 0a 69  portions)); }..i
0be0: 6e 74 20 54 65 73 74 5f 28 43 61 73 65 5f 3c 32  nt Test_(Case_<2
0bf0: 3e 29 20 7b 0d 0a 09 73 74 72 69 6e 67 20 70 72  >) {...string pr
0c00: 6f 70 6f 72 74 69 6f 6e 73 5f 5b 5d 20 3d 20 7b  oportions_[] = {
0c10: 22 23 34 20 61 6e 64 20 23 30 20 61 73 20 31 3a  "#4 and #0 as 1:
0c20: 31 22 2c 20 22 23 34 20 61 6e 64 20 23 31 20 61  1", "#4 and #1 a
0c30: 73 20 33 3a 31 22 2c 20 22 23 34 20 61 6e 64 20  s 3:1", "#4 and 
0c40: 23 32 20 61 73 20 35 3a 31 22 2c 20 22 23 34 20  #2 as 5:1", "#4 
0c50: 61 6e 64 20 23 33 20 61 73 20 37 3a 31 22 7d 3b  and #3 as 7:1"};
0c60: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74 72  ...  vector <str
0c70: 69 6e 67 3e 20 70 72 6f 70 6f 72 74 69 6f 6e 73  ing> proportions
0c80: 28 70 72 6f 70 6f 72 74 69 6f 6e 73 5f 2c 20 70  (proportions_, p
0c90: 72 6f 70 6f 72 74 69 6f 6e 73 5f 2b 73 69 7a 65  roportions_+size
0ca0: 6f 66 28 70 72 6f 70 6f 72 74 69 6f 6e 73 5f 29  of(proportions_)
0cb0: 2f 73 69 7a 65 6f 66 28 2a 70 72 6f 70 6f 72 74  /sizeof(*proport
0cc0: 69 6f 6e 73 5f 29 29 3b 20 0d 0a 09 69 6e 74 20  ions_)); ...int 
0cd0: 52 65 74 56 61 6c 5f 5b 5d 20 3d 20 7b 31 30 35  RetVal_[] = {105
0ce0: 2c 20 33 35 2c 20 32 31 2c 20 31 35 2c 20 31 30  , 35, 21, 15, 10
0cf0: 35 20 7d 3b 0d 0a 09 20 20 76 65 63 74 6f 72 20  5 };...  vector 
0d00: 3c 69 6e 74 3e 20 52 65 74 56 61 6c 28 52 65 74  <int> RetVal(Ret
0d10: 56 61 6c 5f 2c 20 52 65 74 56 61 6c 5f 2b 73 69  Val_, RetVal_+si
0d20: 7a 65 6f 66 28 52 65 74 56 61 6c 5f 29 2f 73 69  zeof(RetVal_)/si
0d30: 7a 65 6f 66 28 2a 52 65 74 56 61 6c 5f 29 29 3b  zeof(*RetVal_));
0d40: 20 0d 0a 09 72 65 74 75 72 6e 20 76 65 72 69 66   ...return verif
0d50: 79 5f 63 61 73 65 28 52 65 74 56 61 6c 2c 20 49  y_case(RetVal, I
0d60: 6e 67 72 65 64 69 65 6e 74 50 72 6f 70 6f 72 74  ngredientProport
0d70: 69 6f 6e 73 28 29 2e 67 65 74 4d 61 73 73 65 73  ions().getMasses
0d80: 28 70 72 6f 70 6f 72 74 69 6f 6e 73 29 29 3b 20  (proportions)); 
0d90: 7d 0d 0a 69 6e 74 20 54 65 73 74 5f 28 43 61 73  }..int Test_(Cas
0da0: 65 5f 3c 33 3e 29 20 7b 0d 0a 09 73 74 72 69 6e  e_<3>) {...strin
0db0: 67 20 70 72 6f 70 6f 72 74 69 6f 6e 73 5f 5b 5d  g proportions_[]
0dc0: 20 3d 20 7b 22 23 32 20 61 6e 64 20 23 33 20 61   = {"#2 and #3 a
0dd0: 73 20 36 3a 38 22 2c 20 22 23 30 20 61 6e 64 20  s 6:8", "#0 and 
0de0: 23 31 20 61 73 20 39 3a 33 22 2c 20 22 23 33 20  #1 as 9:3", "#3 
0df0: 61 6e 64 20 23 30 20 61 73 20 37 3a 35 22 7d 3b  and #0 as 7:5"};
0e00: 0d 0a 09 20 20 76 65 63 74 6f 72 20 3c 73 74 72  ...  vector <str
0e10: 69 6e 67 3e 20 70 72 6f 70 6f 72 74 69 6f 6e 73  ing> proportions
0e20: 28 70 72 6f 70 6f 72 74 69 6f 6e 73 5f 2c 20 70  (proportions_, p
0e30: 72 6f 70 6f 72 74 69 6f 6e 73 5f 2b 73 69 7a 65  roportions_+size
0e40: 6f 66 28 70 72 6f 70 6f 72 74 69 6f 6e 73 5f 29  of(proportions_)
0e50: 2f 73 69 7a 65 6f 66 28 2a 70 72 6f 70 6f 72 74  /sizeof(*proport
0e60: 69 6f 6e 73 5f 29 29 3b 20 0d 0a 09 69 6e 74 20  ions_)); ...int 
0e70: 52 65 74 56 61 6c 5f 5b 5d 20 3d 20 7b 36 30 2c  RetVal_[] = {60,
0e80: 20 32 30 2c 20 36 33 2c 20 38 34 20 7d 3b 0d 0a   20, 63, 84 };..
0e90: 09 20 20 76 65 63 74 6f 72 20 3c 69 6e 74 3e 20  .  vector <int> 
0ea0: 52 65 74 56 61 6c 28 52 65 74 56 61 6c 5f 2c 20  RetVal(RetVal_, 
0eb0: 52 65 74 56 61 6c 5f 2b 73 69 7a 65 6f 66 28 52  RetVal_+sizeof(R
0ec0: 65 74 56 61 6c 5f 29 2f 73 69 7a 65 6f 66 28 2a  etVal_)/sizeof(*
0ed0: 52 65 74 56 61 6c 5f 29 29 3b 20 0d 0a 09 72 65  RetVal_)); ...re
0ee0: 74 75 72 6e 20 76 65 72 69 66 79 5f 63 61 73 65  turn verify_case
0ef0: 28 52 65 74 56 61 6c 2c 20 49 6e 67 72 65 64 69  (RetVal, Ingredi
0f00: 65 6e 74 50 72 6f 70 6f 72 74 69 6f 6e 73 28 29  entProportions()
0f10: 2e 67 65 74 4d 61 73 73 65 73 28 70 72 6f 70 6f  .getMasses(propo
0f20: 72 74 69 6f 6e 73 29 29 3b 20 7d 0d 0a 0d 0a 74  rtions)); }....t
0f30: 65 6d 70 6c 61 74 65 3c 69 6e 74 20 4e 3e 20 76  emplate<int N> v
0f40: 6f 69 64 20 52 75 6e 5f 28 29 20 7b 20 63 65 72  oid Run_() { cer
0f50: 72 20 3c 3c 20 22 54 65 73 74 20 43 61 73 65 20  r << "Test Case 
0f60: 23 22 20 3c 3c 20 4e 20 3c 3c 20 22 2e 2e 2e 22  #" << N << "..."
0f70: 20 3c 3c 20 66 6c 75 73 68 3b 20 54 65 73 74 5f   << flush; Test_
0f80: 28 43 61 73 65 5f 3c 4e 3e 28 29 29 3b 20 52 75  (Case_<N>()); Ru
0f90: 6e 5f 3c 73 69 7a 65 6f 66 28 54 65 73 74 5f 28  n_<sizeof(Test_(
0fa0: 43 61 73 65 5f 3c 4e 2b 31 3e 28 29 29 29 3d 3d  Case_<N+1>()))==
0fb0: 31 20 3f 20 2d 31 20 3a 20 4e 2b 31 3e 28 29 3b  1 ? -1 : N+1>();
0fc0: 20 7d 0d 0a 74 65 6d 70 6c 61 74 65 3c 3e 20 20   }..template<>  
0fd0: 20 20 20 20 76 6f 69 64 20 52 75 6e 5f 3c 2d 31      void Run_<-1
0fe0: 3e 28 29 20 7b 7d 0d 0a 69 6e 74 20 6d 61 69 6e  >() {}..int main
0ff0: 28 29 20 7b 20 52 75 6e 5f 3c 30 3e 28 29 3b 20  () { Run_<0>(); 
1000: 7d 0d 0a 2f 2f 20 45 4e 44 20 43 55 54 20 48 45  }..// END CUT HE
1010: 52 45 0d 0a 0d 0a                                RE....