N=int(input()) A=list(map(int,input().split())) M=max(A) ANS=0 if M>0: for a in A: if abs(a)