Given the natural number n (1<n<=10^6).
Requirement: analyze the number n as a product of prime factors
Input data: given by file TSNT.INP containing a number n
Result: write to file TSNT.OUT the product of prime factors decomposed from the number n
For example:
TSNT.INP: 10
TSNT.OUT: 2.5
I want you to explain every detail
New contributor
07 Emperor NG 74 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2