git-subtree-dir: solution/H07 git-subtree-split: d17f22991286e5f500e50c2510a30531b6f28463
42 lines
No EOL
460 B
JSON
42 lines
No EOL
460 B
JSON
[
|
|
{
|
|
"x": "1",
|
|
"y": "1",
|
|
"expected": "2"
|
|
},
|
|
{
|
|
"x": "2",
|
|
"y": "2",
|
|
"expected": "4"
|
|
},
|
|
{
|
|
"x": "3",
|
|
"y": "3",
|
|
"expected": "6"
|
|
},
|
|
{
|
|
"x": "5",
|
|
"y": "5",
|
|
"expected": "10"
|
|
},
|
|
{
|
|
"x": "9",
|
|
"y": "9",
|
|
"expected": "18"
|
|
},
|
|
{
|
|
"x": "1",
|
|
"y": "4",
|
|
"expected": "5"
|
|
},
|
|
{
|
|
"x": "3",
|
|
"y": "6",
|
|
"expected": "9"
|
|
},
|
|
{
|
|
"x": "2",
|
|
"y": "7",
|
|
"expected": "9"
|
|
}
|
|
] |