// The code below creates a list // of N consecutive numbers // with duplicity W repeated M times int length = 0; int N = 1; //size of the problem int M = 1; //degree of duplicity - macro int W = 10000; //degree of duplicity - micro for (int k=0;k