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

22 lines
No EOL
337 B
JSON

[
{
"max_n": 10,
"a_max": 1000000000,
"b_max": 1000000000
},
{
"max_n": 5,
"a_max": 1000000,
"b_max": 1000000
},
{
"max_n": 8,
"a_max": 500000,
"b_max": 500000
},
{
"max_n": 1,
"a_max": 1000,
"b_max": 1000
}
]