Files
project-euler-llm-benchmark/templates/template_python.md
2024-12-24 12:00:50 +01:00

421 B

Write a python program for the following problem description:

$PROBLEM$

The python program must not use any file IO. It should also not have any user inputs. Do not use assert. The python program should not use any imports unless absolutely necessary for the solution. The python program must not output any comment lines or debugging lines, it must just output a single value which is the solution of the problem.