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
Programa que descompone en factores primos un número entero introducido por el usuario. Por ejemplo, si el número es 36 debe escribir 36 = 2 * 2 * 3 * 3.