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

30 lines
No EOL
549 B
JSON

[
{
"min_u": 0,
"max_u": 1000,
"min_v": 0,
"max_v": 1000,
"case_type": "easy"
},
{
"min_u": 0,
"max_u": 0,
"min_v": 0,
"max_v": 0,
"case_type": "edge_case"
},
{
"min_u": 0,
"max_u": 1000000,
"min_v": 0,
"max_v": 1000000,
"case_type": "medium"
},
{
"min_u": 0,
"max_u": 1000000000000000000,
"min_v": 0,
"max_v": 1000000000000000000,
"case_type": "random"
}
]