You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Given an array arr[], and its size N, the task is to find the smallest possible integer (other than 1), which divides every element of the given array. If no such element exists, print "-1"(without the quotes)