You are viewing a single comment's thread. Return to all comments →
For C# LINQ
int result = arr.Aggregate(1, (a, b) => (b * a)%1234567);
Connecting Towns
You are viewing a single comment's thread. Return to all comments →
For C# LINQ