Create a function that given n integer values greater than zero, finds the two numbers with the greatest common divisor and returns the gcm
Example
Input x = [1 10 13 50 26]
Output y = 13
Find the peak 3n+1 sequence value
792 Solvers
173 Solvers
138 Solvers
Find the Nth Root of a Given Number
126 Solvers
Append two matrix as shown below example
141 Solvers
Problem Tags