mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
38 lines
No EOL
597 B
JSON
38 lines
No EOL
597 B
JSON
[
|
|
{
|
|
"x1": 5,
|
|
"y1": 5,
|
|
"x2": 10,
|
|
"y2": 10,
|
|
"n": 3,
|
|
"has_solution": false,
|
|
"seed": 2
|
|
},
|
|
{
|
|
"x1": 1,
|
|
"y1": 1,
|
|
"x2": 2,
|
|
"y2": 2,
|
|
"n": 2,
|
|
"has_solution": false,
|
|
"seed": 4
|
|
},
|
|
{
|
|
"x1": 10,
|
|
"y1": 20,
|
|
"x2": 100,
|
|
"y2": 200,
|
|
"n": 10,
|
|
"has_solution": true,
|
|
"seed": 3
|
|
},
|
|
{
|
|
"x1": 0,
|
|
"y1": 0,
|
|
"x2": 100,
|
|
"y2": 100,
|
|
"n": 5,
|
|
"has_solution": true,
|
|
"seed": 1
|
|
}
|
|
] |