Problem A
Factoring
Input
Standard input consists of several lines, each containing a
number
Output
For each input number
The factorization of
You must output a blank line between the output for different test cases.
Score
The score for your submission is
Sample Input 1 | Sample Output 1 |
---|---|
20 175891579187581657617 4294967291 |
2 2 5 fail 4294967291 |