FOP-2425-Marathon/src/graderPrivate/resources/h07/PeanoMultiplyExpression_XY.json
Oshgnacknak 1b00d4c29b Squashed 'solution/H07/' content from commit d17f229
git-subtree-dir: solution/H07
git-subtree-split: d17f22991286e5f500e50c2510a30531b6f28463
2025-03-16 16:48:37 +01:00

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"
}
]