InternBootcamp/examples/pipelines/autogen_configs/Cjonsnowandhisfavouritenumber_test.json
2025-05-30 14:05:33 +08:00

26 lines
No EOL
439 B
JSON

[
{
"max_n": 100000,
"max_k": 1,
"max_x": 1000,
"max_strength": 1000
},
{
"max_n": 1,
"max_k": 0,
"max_x": 0,
"max_strength": 0
},
{
"max_n": 100000,
"max_k": 100000,
"max_x": 1000,
"max_strength": 1000
},
{
"max_n": 50000,
"max_k": 50000,
"max_x": 1000,
"max_strength": 1000
}
]