// factorization of a large number with report on time used SetVerbose("Factorization", true); SetVerbose("MPQS", true); n := 279227912220351686582028455516412641158896790659830288566001946957408; time Factorization(n);