#include #define NMAX 100 int ucitaj(int a[]){ int i, n; scanf("%d", &n); if(n>NMAX){ return -1; } for(i=0; i