hacktoberfest icon indicating copy to clipboard operation
hacktoberfest copied to clipboard

betweentwosetsthecommonfactors.py

Open codeactic opened this issue 5 years ago • 0 comments

Given two arrays of integers and asked to determine all integers that satisfy the following two conditions: The elements of the first array are all factors of the integer being considered The integer being considered is a factor of all elements of the second array These numbers are referred to as being between the two arrays. You must determine how many such numbers exist

codeactic avatar Oct 30 '20 11:10 codeactic