+ 3
My task is to find all prime divisors of the number, but my code doesnt work
My task is to find all prime divisors of the number, but my code doesnt work. I was trying to find divisors and then check if its a prime number can u help me ? (code works but dont do the task) https://code.sololearn.com/cqihiIqgHRgf/?ref=app
2 Respuestas
+ 1
You can use my prime number generator
https://code.sololearn.com/cGeRY6J2qLPJ/?ref=app
+ 1
tnx guys