


#include <iostream.h>

#include <time.h>

#ifndef VSIZE

#define VSIZE 10000

#endif

const int N = 10000;

#include "Vector-boost.h"

int main(int argc, char **argv) 
{
  Vector< int > A(1), B(2), C(3);
  clock_t t = clock();
  for (int i = 0;(i < N);(i ++))
    {
      ;
      for (int e_2 = 0;(e_2 < VSIZE);(e_2 ++))
        {
          int o_2;
          const int g_2 = (A . data)[e_2];
          const int h_2 = A[e_2];
          const int i_2 = C[e_2];
          const int j_2 = B[e_2];
          const int k_2 = C[e_2];
          const int l_2 = B[e_2];
          const int m_2 = C[e_2];
          const int n_2 = C[e_2];
          int r_0;
          int q_2;
          int s_2;
          int u_2;
          int w_2;
          int y_2;
          const int x_2 = ((int) (j_2 / k_2));
          (y_2 = ((int) (i_2 + x_2)));
          const int v_2 = y_2;
          (w_2 = ((int) (h_2 * v_2)));
          const int t_2 = w_2;
          (u_2 = ((int) (g_2 + t_2)));
          const int r_2 = u_2;
          (s_2 = ((int) (r_2 + 2)));
          const int p_2 = s_2;
          int v_1;
          const int u_1 = ((int) (l_2 * m_2));
          (v_1 = ((int) (p_2 - u_1)));
          (q_2 = v_1);
          const int q_0 = q_2;
          (r_0 = ((int) (q_0 - n_2)));
          (o_2 = r_0);
          ((A . data)[e_2] = o_2);
        }
      ;
      ;
    }
  (t = (clock() - t));
  ((cout << (((double) t) / CLOCKS_PER_SEC)) << "\n");
}

