= Project Euler problem "Secret"
{c}
https://projecteuler.net/problem=secret
Popped up for <Ciro Santilli> on April 19th 2026 after solving <Project Euler problem 993>.
The problem is available only as an image. Furthermore, the problem image itself, i.e.:
``
wget -O secret.png https://projecteuler.net/resources/images/bonus_secret_statement.png?1738588439
``
(I hope it's not fingerprinted to my login lol) must be passed as an input of your solver.
The output of the program is another image of Euler with caption:
> THE SECRET WORD IS MY FIRST NAME
so and the final answer must be inferred to be the string:
``
Leonhard
``
<ChatGPT> web 5.4 solved it directly from the image.
Back to article page