===== PascalABC.NET =====
begin
Range(6, 97, 2).Aggregate(BigInteger.One, (p,q) -> p*q).Println
end.
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
===== PascalABC.NET =====
begin
Range(6, 97, 2).Aggregate(BigInteger.One, (p,q) -> p*q).Println
end.