- 1
[C Language] prime factorization
Example : How to make output 2 2 2 3 7 7 become 2^3 * 3^1 * 7^2 ?
2 odpowiedzi
+ 1
It's all about your thinking. Give a shot to solve this .We cannot give you a direct code but if you try to solve this ,we will help you.
0
Koral Q idk.. i already find the way to get the prime factorization by myself, but i don't know how to change to that format output