Competitive_Coding
Competitive_Coding copied to clipboard
Integer Factorization (15 digits)
Given some integers represented by variable 'n', factor them into product of prime numbers. Eg: If n = 2432902008176640000 , Answer is: 2^18 3^8 5^4 7^2 11^1 13^1 17^1 19^1