#include "conio.h" #include "iostream.h" #include "stdio.h" struct multime { int nr_elemente; int elemente[200]; }; bool ExistaElement(multime a, int nr) { return true; } void AdaugaElement(multime a, int nr) { } void GenereazaMultime(multime a) { for(int i=0;i