返回 DeepSeek-Reasonix
task.toml
根目录 / benchmarks / e2e / tasks / fizzbuzz / task.toml
1 prompt = "Create a file named fizzbuzz.py containing a function fizzbuzz(n) that returns the string 'Fizz' when n is divisible by 3, 'Buzz' when divisible by 5, 'FizzBuzz' when divisible by both 3 and 5, and otherwise the number as a string. Do not print anything at import time."
2 class = "codegen"
3 max_steps = 12
4 timeout_sec = 180
5
5 lines TOML