Find the GCD of N Fibonacci Numbers with given Indices
Given indices of N Fibonacci numbers. The task is to find the GCD of the Fibonacci numbers present at the given indices.The first few Fibonacci numbers are: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89... Note: The indices start from zero. That is, 0th Fibonacci number = 0.Examples: Input: Indices = {2,