project-euler

Largest prime factor

Problem Description

The prime factors of 13195 are 5, 7, 13 and 29.

What is the largest prime factor of the number 600851475143 ?

Performance

Try it online!

Real time: 0.421 s
User time: 0.343 s
Sys. time: 0.127 s
CPU share: 111.55 %
Exit code: 0