begin
var a := ArrRandom(10, -5, 5);
a.Println;
a.Where(t -> t = 0).Aggregate(1, (p, q)-> p * q).Println
end.