poloj=0
otric=0
FOR i=1 TO n
if a(i) > 0 then
poloj = poloj + 1
end if
if a(i) < 0 then
otric = otric + 1
end if
NEXT i
if poloj < otric then
PRINT "Verno"
ELSE
PRINT "Vran'e"
end if
poloj=0
otric=0
FOR i=1 TO n
if a(i) > 0 then
poloj = poloj + 1
end if
if a(i) < 0 then
otric = otric + 1
end if
NEXT i
if poloj < otric then
PRINT "Verno"
ELSE
PRINT "Vran'e"
end if