#include #define MAXDIM 1000 int repl(int niz[], int n); int main(){ int niz[MAXDIM]; int i; int dim; dim=repl(niz,MAXDIM); for(i=0; i