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