Project Euler #200: Find the 200th prime-proof sqube containing the contiguous sub-string "200"

Sort by

recency

|

3 Discussions

|

  • + 1 comment

    Not gonna lie. I've confused. I don't see how the first sqube is 72.

    The first two primes are 2 and 3.

    (2^2)x(3^3)=108

    The second sqube.

    Why am I being dumb?

  • + 1 comment

    I have tried to make my Java solution to this challenge fast enough. Has anyone managed to write a Java solution that is fast enough?

    Alternatively can someone let me know which language they did use to solve the puzzle and score 100%.

  • + 1 comment

    can some post the solution in c++ ?

No more comments