mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
26 lines
No EOL
419 B
JSON
26 lines
No EOL
419 B
JSON
[
|
|
{
|
|
"min_n": 2,
|
|
"max_n": 10,
|
|
"min_stones": 1,
|
|
"max_stones": 30
|
|
},
|
|
{
|
|
"min_n": 6,
|
|
"max_n": 20,
|
|
"min_stones": 3,
|
|
"max_stones": 50
|
|
},
|
|
{
|
|
"min_n": 4,
|
|
"max_n": 30,
|
|
"min_stones": 5,
|
|
"max_stones": 40
|
|
},
|
|
{
|
|
"min_n": 10,
|
|
"max_n": 40,
|
|
"min_stones": 5,
|
|
"max_stones": 40
|
|
}
|
|
] |