pub fn factorize(n: i64) -> Vec<i64>
Assuming x >= 1, finds the prime factorization of n TODO: pollard_rho needs randomization to ensure correctness in contest settings!