#include "sampler.h"
#include <stdlib.h>
#include <iostream.h>

void main() {
  SAMPLE;
  int n, s, k = 0;
  do {
   if (k<20000) {
    s = k+1000; while (k<s) k++;
    SAMPLE;
    if (k<=19000) { n = 0; while (n<5000) n++;
     SAMPLE;
     n = 0; while (n<5000) n++;
     SAMPLE;
    }
    } else
    {
      SAMPLE;
      s = k+200; while (k<s) k++;
      n = 0; while (n<30000) n++;
      SAMPLE;
    }
  } while (k<30000);

  n = 0; while (n<1000) n++;
  SAMPLE;
}
Соседние файлы в папке Samp16