init-commit

This commit is contained in:
lilinyang 2025-05-23 15:27:15 +08:00
commit 18a552597a
3461 changed files with 1150579 additions and 0 deletions

View file

@ -0,0 +1,22 @@
[
{
"n_max": 2,
"m_max": 1,
"max_total_length": 30
},
{
"n_max": 3,
"m_max": 2,
"max_total_length": 50
},
{
"n_max": 6,
"m_max": 5,
"max_total_length": 90
},
{
"n_max": 4,
"m_max": 4,
"max_total_length": 80
}
]