+ 2
another problem related to prime numbers and C programming
how we can break a number into multiplication of prime numbers which are less than the first number?(I meant something like: input=24 output=2*2*2*3)
2 Answers
+ 8
You mean, prime factorization!
https://www.sololearn.com/learn/4714/?ref=app
https://code.sololearn.com/c49JjOhio03b/?ref=app
+ 7
https://code.sololearn.com/cvSt1LRxjqJc/?ref=app