cpp
cpp copied to clipboard
Implement the exercise "Largest series product"
Implementation of the Exercise Largest Series Product.
I'm a little bit unhappy with the cast for checking if the size of the series is smaller then the size of the sequence.
I have made the mentioned changes. Many thanks for them =)