// 1.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include using namespace std; int tab[] = {0,0,0,0,0,0}; int Mtab[] ={1,2,3,4,4,5}; int Max_Value = 7; int _used; int changes; void check() { for(int _nr = 0; _nr < Max_Value; _nr++) { _used = tab[_nr]; cout << "N_set"<