Check if GCD of all Composite Numbers in an array divisible by K is a Fibonacci Number or not
Given array arr[] consisting of N non-negative integers, and an integer K, the task is to check if GCD of all composite numbers in the array which are divisible by K is a Fibonacci Number or not. IF found to be true, print "Yes". Otherwise, print "No". Examples: Input: arr[] = {13, 55, 1331, 7, 13,