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,60 @@
[
{
"n": 4,
"k_list": [
0,
1,
2,
3
],
"correct_answer": 4
},
{
"n": 3,
"k_list": [
2,
1,
4
],
"correct_answer": 5
},
{
"n": 4,
"k_list": [
3,
1,
4,
1
],
"correct_answer": 6
},
{
"n": 5,
"k_list": [
3,
1,
4,
1,
5
],
"correct_answer": 11
},
{
"n": 4,
"k_list": [
3,
1,
4,
4
],
"correct_answer": 6
},
{
"n": 2,
"k_list": [
2,
5
],
"correct_answer": 5
}
]