#include <iostream>
using namespace std;
int n, v100;
int max_neg(int,int v[],int );
void read(int v[], int&);
int main()
{
read(v,n);
bool ok1=false;
bool ok2=false;
if(max_neg(n,v,-10000)==0)
{
cout<<” NU EXISTA VALORI STRICT NEGATIVE “;
ok1=true;
}
if(max_neg(n,v,10000)==0)
{
cout<<“NU EXISTA VALORI STRICT ... (mai mult)