mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
20 lines
No EOL
353 B
JSON
Executable file
20 lines
No EOL
353 B
JSON
Executable file
[
|
|
{
|
|
"enable_fill": true,
|
|
"seed": 42,
|
|
"difficulty": "easy",
|
|
"max_cases": 10
|
|
},
|
|
{
|
|
"enable_fill": false,
|
|
"seed": 888,
|
|
"difficulty": "easy",
|
|
"max_cases": 20
|
|
},
|
|
{
|
|
"enable_fill": true,
|
|
"seed": 777,
|
|
"difficulty": "hard",
|
|
"max_cases": 15
|
|
}
|
|
] |