InternBootcamp/examples/pipelines/autogen_configs/codecontests914Ctravellingsalesmanandspecialnumbers_test.json
2025-05-23 15:27:15 +08:00

17 lines
No EOL
294 B
JSON

[
{
"max_n_length": 50,
"seed": 789,
"difficulty_level": "hard"
},
{
"max_n_length": 20,
"seed": 123,
"difficulty_level": "medium"
},
{
"max_n_length": 10,
"seed": 42,
"difficulty_level": "easy"
}
]