#include <iostream>
using namespace std;
int main()
{
int max,a, x;
cin>>x;
max=x;
while(x!=0){
cin>>x;
if((x<0) && (x>max)){
max=x;
a=max;
}
if(x>0){
a=a;
}
cout<<max;
#include <iostream>
using namespace std;
int main()
{
int max,a, x;
cin>>x;
max=x;
while(x!=0){
cin>>x;
if((x<0) && (x>max)){
max=x;
a=max;
}
if(x>0){
a=a;
}
cout<<max;