[ { "size": 3, "cages": [ {"cells": [[0,0],[1,0]], "target": 5, "operator": "+"}, {"cells": [[0,1],[0,2]], "target": 4, "operator": "+"}, {"cells": [[1,1],[1,2],[2,2]], "target": 6, "operator": "+"}, {"cells": [[2,0],[2,1]], "target": 3, "operator": "+"} ], "solution": [ [2, 3, 1], [3, 1, 2], [1, 2, 3] ] }, { "size": 4, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 2, "operator": "-"}, {"cells": [[0, 2], [0, 3]], "target": 2, "operator": "-"}, {"cells": [[1, 0], [2, 0]], "target": 3, "operator": "+"}, {"cells": [[1, 1], [1, 2]], "target": 3, "operator": "-"}, {"cells": [[1, 3]], "target": 3, "operator": null}, {"cells": [[2, 1], [2, 2]], "target": 7, "operator": "+"}, {"cells": [[3, 0], [3, 1]], "target": 2, "operator": "-"}, {"cells": [[3, 2]], "target": 2, "operator": null}, {"cells": [[2, 3], [3, 3]], "target": 6, "operator": "+"} ], "solution": [ [4, 2, 3, 1], [2, 4, 1, 3], [1, 3, 4, 2], [3, 1, 2, 4] ] }, { "size": 3, "cages": [ {"cells": [[0,0],[0,1]], "target": 5, "operator": "+"}, {"cells": [[0,2],[1,2]], "target": 3, "operator": "+"}, {"cells": [[1,0],[2,0]], "target": 3, "operator": "+"}, {"cells": [[1,1]], "target": 3, "operator": null}, {"cells": [[2,1],[2,2]], "target": 4, "operator": "+"} ], "solution": [ [3, 2, 1], [1, 3, 2], [2, 1, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2], [1,2]], "target": 4, "operator": "+"}, {"cells": [[1, 0], [1, 1]], "target": 5, "operator": "+"}, {"cells": [[2, 0]], "target": 3, "operator": null}, {"cells": [[2, 1], [2, 2]], "target": 3, "operator": "+"} ], "solution": [ [1, 2, 3], [2, 3, 1], [3, 1, 2] ] }, { "size": 4, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 7, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 6, "operator": "+"}, {"cells": [[0, 3]], "target": 1, "operator": null}, {"cells": [[1, 1], [1, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 3], [2, 3]], "target": 5, "operator": "+"}, {"cells": [[2, 0], [3, 0]], "target": 1, "operator": "-"}, {"cells": [[2, 1], [2, 2]], "target": 7, "operator": "+"}, {"cells": [[3, 1]], "target": 3, "operator": null}, {"cells": [[3, 2], [3, 3]], "target": 3, "operator": "-"} ], "solution": [ [3, 2, 4, 1], [4, 1, 2, 3], [1, 4, 3, 2], [2, 3, 1, 4] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 5, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 4, "operator": "+"}, {"cells": [[1, 1]], "target": 1, "operator": null}, {"cells": [[2, 1], [2, 2]], "target": 5, "operator": "+"} ], "solution": [ [2, 3, 1], [3, 1, 2], [1, 2, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 5, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 4, "operator": "+"}, {"cells": [[2, 2]], "target": 3, "operator": null}, {"cells": [[1, 1], [2, 1]], "target": 3, "operator": "+"} ], "solution": [ [2, 3, 1], [3, 1, 2], [1, 2, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 5, "operator": "+"}, {"cells": [[1, 0], [1, 1]], "target": 4, "operator": "+"}, {"cells": [[2, 0]], "target": 2, "operator": null}, {"cells": [[2, 1], [2, 2]], "target": 4, "operator": "+"} ], "solution": [ [1, 2, 3], [3, 1, 2], [2, 3, 1] ] }, { "size": 4, "cages": [ {"cells": [[0, 0]], "target": 2, "operator": null}, {"cells": [[0, 1], [1, 1]], "target": 4, "operator": "+"}, {"cells": [[0, 2], [0, 3]], "target": 3, "operator": "-"}, {"cells": [[1, 0], [2, 0]], "target": 7, "operator": "+"}, {"cells": [[2, 1]], "target": 4, "operator": null}, {"cells": [[1, 2], [2, 2]], "target": 5, "operator": "+"}, {"cells": [[1, 3], [2, 3]], "target": 3, "operator": "+"}, {"cells": [[3, 0], [3, 1]], "target": 3, "operator": "+"}, {"cells": [[3, 2], [3, 3]], "target": 1, "operator": "-"} ], "solution": [ [2, 3, 1, 4], [4, 1, 3, 2], [3, 4, 2, 1], [1, 2, 4, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 5, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 4, "operator": "+"}, {"cells": [[1, 1]], "target": 1, "operator": null}, {"cells": [[2, 1], [2, 2]], "target": 5, "operator": "+"} ], "solution": [ [2, 3, 1], [3, 1, 2], [1, 2, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 3, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 5, "operator": "+"}, {"cells": [[1, 1], [1, 2], [2, 2]], "target": 6, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 4, "operator": "+"} ], "solution": [ [1, 2, 3], [2, 3, 1], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2], [1, 2], [1, 1]], "target": 6, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 4, "operator": "+"}, {"cells": [[2, 1], [2, 2]], "target": 5, "operator": "+"} ], "solution": [ [2, 1, 3], [3, 2, 1], [1, 3, 2] ] }, { "size": 4, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 2, "operator": "-"}, {"cells": [[0, 2], [0, 3]], "target": 6, "operator": "+"}, {"cells": [[1, 0], [1, 1]], "target": 1, "operator": "-"}, {"cells": [[1, 2]], "target": 1, "operator": null}, {"cells": [[1, 3], [2, 3]], "target": 3, "operator": "-"}, {"cells": [[2, 0], [3, 0]], "target": 6, "operator": "+"}, {"cells": [[2, 1], [2, 2]], "target": 7, "operator": "+"}, {"cells": [[3, 1], [3, 2]], "target": 3, "operator": "+"}, {"cells": [[3, 3]], "target": 3, "operator": null} ], "solution": [ [1, 3, 4, 2], [3, 2, 1, 4], [2, 4, 3, 1], [4, 1, 2, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 5, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 3, "operator": "+"}, {"cells": [[2, 2]], "target": 3, "operator": null}, {"cells": [[1, 1], [2, 1]], "target": 4, "operator": "+"} ], "solution": [ [3, 2, 1], [1, 3, 2], [2, 1, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 5, "operator": "+"}, {"cells": [[0, 1], [1, 1]], "target": 3, "operator": "+"}, {"cells": [[1, 2], [2, 2]], "target": 5, "operator": "+"}, {"cells": [[0, 2]], "target": 1, "operator": null}, {"cells": [[2, 0], [2, 1]], "target": 4, "operator": "+"} ], "solution": [ [3, 2, 1], [2, 1, 3], [1, 3, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 4, "operator": "+"}, {"cells": [[0, 2], [1, 2], [1, 1]], "target": 7, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 3, "operator": "+"}, {"cells": [[2, 1], [2, 2]], "target": 4, "operator": "+"} ], "solution": [ [3, 1, 2], [1, 2, 3], [2, 3, 1] ] }, { "size": 4, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 2, "operator": "-"}, {"cells": [[0, 2]], "target": 2, "operator": null}, {"cells": [[0, 3], [1, 3]], "target": 6, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 7, "operator": "+"}, {"cells": [[1, 1], [1, 2]], "target": 3, "operator": "-"}, {"cells": [[2, 1]], "target": 2, "operator": null}, {"cells": [[2, 2], [2, 3]], "target": 2, "operator": "-"}, {"cells": [[3, 0], [3, 1]], "target": 3, "operator": "+"}, {"cells": [[3, 2], [3, 3]], "target": 7, "operator": "+"} ], "solution": [ [1, 3, 2, 4], [3, 4, 1, 2], [4, 2, 3, 1], [2, 1, 4, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 4, "operator": "+"}, {"cells": [[0, 1], [1, 1]], "target": 5, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2]], "target": 2, "operator": null}, {"cells": [[1, 2], [2, 2]], "target": 4, "operator": "+"} ], "solution": [ [1, 3, 2], [3, 2, 1], [2, 1, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[1, 0], [1, 1]], "target": 5, "operator": "+"}, {"cells": [[1, 2], [2, 2], [2, 1]], "target": 4, "operator": "+"}, {"cells": [[0, 2]], "target": 3, "operator": null}, {"cells": [[2, 0]], "target": 3, "operator": null} ], "solution": [ [1, 2, 3], [2, 3, 1], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1], [1, 0]], "target": 5, "operator": "+"}, {"cells": [[0, 2], [1, 2], [2, 2], [1, 1]], "target": 8, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 5, "operator": "+"} ], "solution": [ [3, 1, 2], [1, 2, 3], [2, 3, 1] ] }, { "size": 4, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 3, "operator": "-"}, {"cells": [[0, 1], [1, 1]], "target": 2, "operator": "-"}, {"cells": [[0, 2], [0, 3]], "target": 5, "operator": "+"}, {"cells": [[1, 2]], "target": 3, "operator": null}, {"cells": [[1, 3], [2, 3]], "target": 3, "operator": "+"}, {"cells": [[2, 0], [3, 0]], "target": 5, "operator": "+"}, {"cells": [[2, 1], [2, 2]], "target": 3, "operator": "-"}, {"cells": [[3, 1], [3, 2]], "target": 2, "operator": "-"}, {"cells": [[3, 3]], "target": 4, "operator": null} ], "solution": [ [1, 4, 2, 3], [4, 2, 3, 1], [3, 1, 4, 2], [2, 3, 1, 4] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 5, "operator": "+"}, {"cells": [[1, 0], [1, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 4, "operator": "+"}, {"cells": [[2, 0]], "target": 3, "operator": null}, {"cells": [[2, 1], [2, 2]], "target": 3, "operator": "+"} ], "solution": [ [2, 3, 1], [1, 2, 3], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 4, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 1]], "target": 2, "operator": null}, {"cells": [[1, 0], [2, 0], [2, 1]], "target": 6, "operator": "+"}, {"cells": [[2, 2]], "target": 3, "operator": null} ], "solution": [ [1, 3, 2], [3, 2, 1], [2, 1, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 5, "operator": "+"}, {"cells": [[0, 1], [1, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2]], "target": 1, "operator": null}, {"cells": [[1, 2], [2, 2]], "target": 5, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 4, "operator": "+"} ], "solution": [ [3, 2, 1], [2, 1, 3], [1, 3, 2] ] }, { "size": 4, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 3, "operator": "-"}, {"cells": [[0, 1], [1, 1]], "target": 7, "operator": "+"}, {"cells": [[0, 2]], "target": 3, "operator": null}, {"cells": [[0, 3], [1, 3]], "target": 1, "operator": "-"}, {"cells": [[1, 2], [2, 2]], "target": 3, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 5, "operator": "+"}, {"cells": [[2, 3], [3, 3]], "target": 7, "operator": "+"}, {"cells": [[3, 0]], "target": 2, "operator": null}, {"cells": [[3, 1], [3, 2]], "target": 3, "operator": "-"} ], "solution": [ [1, 4, 3, 2], [4, 3, 2, 1], [3, 2, 1, 4], [2, 1, 4, 3] ] }, { "size": 3, "cages": [ {"cells": [[2, 0]], "target": 2, "operator": null}, {"cells": [[0, 2]], "target": 3, "operator": null}, {"cells": [[1, 2], [2, 2]], "target": 3, "operator": "+"}, {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[1, 0], [1, 1], [2, 1]], "target": 7, "operator": "+"} ], "solution": [ [1, 2, 3], [3, 1, 2], [2, 3, 1] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 3, "operator": "+"}, {"cells": [[0, 1], [1, 1]], "target": 5, "operator": "+"}, {"cells": [[0, 2]], "target": 1, "operator": null}, {"cells": [[1, 2], [2, 2]], "target": 5, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 4, "operator": "+"} ], "solution": [ [2, 3, 1], [1, 2, 3], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[1, 2]], "target": 1, "operator": null}, {"cells": [[2, 0]], "target": 1, "operator": null}, {"cells": [[2, 1], [2, 2]], "target": 5, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 4, "operator": "+"}, {"cells": [[0, 0], [1, 0], [1, 1]], "target": 7, "operator": "+"} ], "solution": [ [2, 1, 3], [3, 2, 1], [1, 3, 2] ] }, { "size": 4, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2]], "target": 3, "operator": null}, {"cells": [[0, 3], [1, 3]], "target": 7, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 6, "operator": "+"}, {"cells": [[1, 1], [1, 2]], "target": 3, "operator": "-"}, {"cells": [[2, 1], [2, 2]], "target": 2, "operator": "-"}, {"cells": [[3, 0]], "target": 3, "operator": null}, {"cells": [[3, 1], [3, 2]], "target": 2, "operator": "-"}, {"cells": [[2, 3], [3, 3]], "target": 3, "operator": "+"} ], "solution": [ [1, 2, 3, 4], [2, 1, 4, 3], [4, 3, 1, 2], [3, 4, 2, 1] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 5, "operator": "+"}, {"cells": [[1, 0], [1, 1]], "target": 3, "operator": "+"}, {"cells": [[2, 0]], "target": 3, "operator": null}, {"cells": [[0, 2], [1, 2]], "target": 4, "operator": "+"}, {"cells": [[2, 1], [2, 2]], "target": 3, "operator": "+"} ], "solution": [ [2, 3, 1], [1, 2, 3], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 4, "operator": "+"}, {"cells": [[0, 2], [1, 2], [1, 1]], "target": 7, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 3, "operator": "+"}, {"cells": [[2, 1], [2, 2]], "target": 4, "operator": "+"} ], "solution": [ [3, 1, 2], [1, 2, 3], [2, 3, 1] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 4, "operator": "+"}, {"cells": [[0, 1], [1, 1]], "target": 5, "operator": "+"}, {"cells": [[0, 2]], "target": 1, "operator": null}, {"cells": [[1, 2], [2, 2]], "target": 5, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 3, "operator": "+"} ], "solution": [ [3, 2, 1], [1, 3, 2], [2, 1, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 5, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 0], [2, 0], [2, 1]], "target": 4, "operator": "+"}, {"cells": [[1, 1]], "target": 3, "operator": null}, {"cells": [[2, 2]], "target": 3, "operator": null} ], "solution": [ [3, 2, 1], [1, 3, 2], [2, 1, 3] ] }, { "size": 4, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "-"}, {"cells": [[0, 2], [0, 3]], "target": 5, "operator": "+"}, {"cells": [[1, 0]], "target": 2, "operator": null}, {"cells": [[1, 1], [2, 1]], "target": 4, "operator": "+"}, {"cells": [[1, 2], [2, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 3], [2, 3]], "target": 7, "operator": "+"}, {"cells": [[2, 0], [3, 0]], "target": 7, "operator": "+"}, {"cells": [[3, 1], [3, 2]], "target": 6, "operator": "+"}, {"cells": [[3, 3]], "target": 1, "operator": null} ], "solution": [ [1, 4, 3, 2], [2, 3, 1, 4], [4, 1, 2, 3], [3, 2, 4, 1] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 3, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 5, "operator": "+"}, {"cells": [[1, 1], [1, 2], [2, 2]], "target": 6, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 4, "operator": "+"} ], "solution": [ [1, 2, 3], [2, 3, 1], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 5, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 4, "operator": "+"}, {"cells": [[1, 1]], "target": 1, "operator": null}, {"cells": [[2, 1], [2, 2]], "target": 5, "operator": "+"} ], "solution": [ [2, 3, 1], [3, 1, 2], [1, 2, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2]], "target": 3, "operator": null}, {"cells": [[1, 0], [1, 1]], "target": 5, "operator": "+"}, {"cells": [[1, 2], [2, 1], [2, 2]], "target": 4, "operator": "+"}, {"cells": [[2, 0]], "target": 3, "operator": null} ], "solution": [ [1, 2, 3], [2, 3, 1], [3, 1, 2] ] }, { "size": 4, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 5, "operator": "+"}, {"cells": [[0, 1], [1, 1]], "target": 3, "operator": "-"}, {"cells": [[0, 2]], "target": 2, "operator": null}, {"cells": [[0, 3], [1, 3]], "target": 7, "operator": "+"}, {"cells": [[1, 2], [2, 2]], "target": 3, "operator": "-"}, {"cells": [[2, 3]], "target": 2, "operator": null}, {"cells": [[2, 0], [3, 0]], "target": 3, "operator": "-"}, {"cells": [[2, 1], [3, 1]], "target": 5, "operator": "+"}, {"cells": [[3, 2], [3, 3]], "target": 4, "operator": "+"} ], "solution": [ [3, 1, 2, 4], [2, 4, 1, 3], [1, 3, 4, 2], [4, 2, 3, 1] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[1, 0], [1, 1]], "target": 5, "operator": "+"}, {"cells": [[0, 2]], "target": 3, "operator": null}, {"cells": [[2, 0]], "target": 3, "operator": null}, {"cells": [[1, 2], [2, 1], [2, 2]], "target": 4, "operator": "+"} ], "solution": [ [1, 2, 3], [2, 3, 1], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 4, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 1], [1, 2], [2, 2]], "target": 8, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 3, "operator": "+"} ], "solution": [ [3, 2, 1], [1, 3, 2], [2, 1, 3] ] }, { "size": 4, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2]], "target": 3, "operator": null}, {"cells": [[0, 3], [1, 3]], "target": 7, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 6, "operator": "+"}, {"cells": [[1, 1], [1, 2]], "target": 3, "operator": "-"}, {"cells": [[2, 1], [2, 2]], "target": 2, "operator": "-"}, {"cells": [[3, 1], [3, 2]], "target": 2, "operator": "-"}, {"cells": [[3, 0]], "target": 3, "operator": null}, {"cells": [[2, 3], [3, 3]], "target": 3, "operator": "+"} ], "solution": [ [1, 2, 3, 4], [2, 1, 4, 3], [4, 3, 1, 2], [3, 4, 2, 1] ] }, { "size": 4, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 7, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 2, "operator": "-"}, {"cells": [[1, 1], [1, 2]], "target": 3, "operator": "+"}, {"cells": [[0, 3], [1, 3]], "target": 6, "operator": "+"}, {"cells": [[2, 0], [3, 0]], "target": 3, "operator": "+"}, {"cells": [[2, 1]], "target": 3, "operator": null}, {"cells": [[2, 2], [2, 3]], "target": 3, "operator": "-"}, {"cells": [[3, 1], [3, 2]], "target": 6, "operator": "+"}, {"cells": [[3, 3]], "target": 3, "operator": null} ], "solution": [ [4, 1, 3, 2], [3, 2, 1, 4], [2, 3, 4, 1], [1, 4, 2, 3] ] }, { "size": 4, "cages": [ {"cells": [[0, 0]], "target": 1, "operator": null}, {"cells": [[0, 1], [0, 2]], "target": 6, "operator": "+"}, {"cells": [[0, 3], [1, 3]], "target": 5, "operator": "+"}, {"cells": [[1, 0], [1, 1]], "target": 3, "operator": "-"}, {"cells": [[1, 2], [2, 2]], "target": 5, "operator": "+"}, {"cells": [[2, 0], [3, 0]], "target": 5, "operator": "+"}, {"cells": [[2, 1]], "target": 4, "operator": null}, {"cells": [[2, 3], [3, 3]], "target": 3, "operator": "-"}, {"cells": [[3, 1], [3, 2]], "target": 4, "operator": "+"} ], "solution": [ [1, 2, 4, 3], [4, 1, 3, 2], [3, 4, 2, 1], [2, 3, 1, 4] ] }, { "size": 4, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 4, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 7, "operator": "+"}, {"cells": [[0, 3]], "target": 2, "operator": null}, {"cells": [[1, 1]], "target": 2, "operator": null}, {"cells": [[1, 2], [1, 3]], "target": 3, "operator": "-"}, {"cells": [[2, 0], [2, 1]], "target": 3, "operator": "-"}, {"cells": [[2, 2], [2, 3]], "target": 1, "operator": "-"}, {"cells": [[3, 0], [3, 1]], "target": 6, "operator": "+"}, {"cells": [[3, 2], [3, 3]], "target": 4, "operator": "+"} ], "solution": [ [1, 3, 4, 2], [3, 2, 1, 4], [4, 1, 2, 3], [2, 4, 3, 1] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 3, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 5, "operator": "+"}, {"cells": [[1, 1], [1, 2]], "target": 4, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 4, "operator": "+"}, {"cells": [[2, 2]], "target": 2, "operator": null} ], "solution": [ [1, 2, 3], [2, 3, 1], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1], [1, 0]], "target": 7, "operator": "+"}, {"cells": [[0, 2], [1, 2], [1, 1]], "target": 5, "operator": "+"}, {"cells": [[2, 0]], "target": 2, "operator": null}, {"cells": [[2, 1], [2, 2]], "target": 4, "operator": "+"} ], "solution": [ [1, 3, 2], [3, 2, 1], [2, 1, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 5, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 1]], "target": 3, "operator": null}, {"cells": [[1, 0], [2, 0], [2, 1]], "target": 4, "operator": "+"}, {"cells": [[2, 2]], "target": 3, "operator": null} ], "solution": [ [3, 2, 1], [1, 3, 2], [2, 1, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 3, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 5, "operator": "+"}, {"cells": [[1, 1], [1, 2], [2, 2]], "target": 6, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 4, "operator": "+"} ], "solution": [ [1, 2, 3], [2, 3, 1], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2]], "target": 3, "operator": null}, {"cells": [[1, 0], [1, 1]], "target": 5, "operator": "+"}, {"cells": [[1, 2], [2, 1], [2, 2]], "target": 4, "operator": "+"}, {"cells": [[2, 0]], "target": 3, "operator": null} ], "solution": [ [1, 2, 3], [2, 3, 1], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0], [1, 1]], "target": 7, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 4, "operator": "+"}, {"cells": [[1, 2]], "target": 1, "operator": null}, {"cells": [[2, 0]], "target": 1, "operator": null}, {"cells": [[2, 1], [2, 2]], "target": 5, "operator": "+"} ], "solution": [ [2, 1, 3], [3, 2, 1], [1, 3, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 5, "operator": "+"}, {"cells": [[1, 0], [1, 1]], "target": 4, "operator": "+"}, {"cells": [[2, 0]], "target": 2, "operator": null}, {"cells": [[2, 1], [2, 2]], "target": 4, "operator": "+"} ], "solution": [ [1, 2, 3], [3, 1, 2], [2, 3, 1] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 5, "operator": "+"}, {"cells": [[0, 1], [1, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2]], "target": 1, "operator": null}, {"cells": [[2, 0], [2, 1]], "target": 4, "operator": "+"}, {"cells": [[1, 2], [2, 2]], "target": 5, "operator": "+"} ], "solution": [ [3, 2, 1], [2, 1, 3], [1, 3, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2]], "target": 3, "operator": null}, {"cells": [[1, 0], [1, 1], [2, 1]], "target": 7, "operator": "+"}, {"cells": [[2, 0]], "target": 2, "operator": null}, {"cells": [[1, 2], [2, 2]], "target": 3, "operator": "+"} ], "solution": [ [1, 2, 3], [3, 1, 2], [2, 3, 1] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1], [1, 1]], "target": 5, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 4, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 4, "operator": "+"}, {"cells": [[2, 1], [2, 2]], "target": 5, "operator": "+"} ], "solution": [ [2, 1, 3], [3, 2, 1], [1, 3, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2]], "target": 3, "operator": null}, {"cells": [[1, 0], [1, 1]], "target": 5, "operator": "+"}, {"cells": [[1, 2], [2, 2], [2, 1]], "target": 4, "operator": "+"}, {"cells": [[2, 0]], "target": 3, "operator": null} ], "solution": [ [1, 2, 3], [2, 3, 1], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 3, "operator": "+"}, {"cells": [[0, 1]], "target": 3, "operator": null}, {"cells": [[0, 2], [1, 2]], "target": 5, "operator": "+"}, {"cells": [[2, 0]], "target": 3, "operator": null}, {"cells": [[1, 1], [2, 1], [2, 2]], "target": 4, "operator": "+"} ], "solution": [ [1, 3, 2], [2, 1, 3], [3, 2, 1] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 4, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 1], [1, 2], [2, 2]], "target": 8, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 3, "operator": "+"} ], "solution": [ [3, 2, 1], [1, 3, 2], [2, 1, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2], [1, 2], [1, 1]], "target": 8, "operator": "+"}, {"cells": [[2, 2]], "target": 1, "operator": null}, {"cells": [[1, 0]], "target": 1, "operator": null}, {"cells": [[2, 0], [2, 1]], "target": 5, "operator": "+"} ], "solution": [ [2, 1, 3], [1, 3, 2], [3, 2, 1] ] }, { "size": 3, "cages": [ {"cells": [[0, 0]], "target": 2, "operator": null}, {"cells": [[0, 1], [1, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 4, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 4, "operator": "+"}, {"cells": [[2, 1], [2, 2]], "target": 5, "operator": "+"} ], "solution": [ [2, 1, 3], [3, 2, 1], [1, 3, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 3, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 5, "operator": "+"}, {"cells": [[1, 1], [1, 2], [2, 2]], "target": 6, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 4, "operator": "+"} ], "solution": [ [1, 2, 3], [2, 3, 1], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 5, "operator": "+"}, {"cells": [[0, 1], [1, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2]], "target": 1, "operator": null}, {"cells": [[1, 2], [2, 2]], "target": 5, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 4, "operator": "+"} ], "solution": [ [3, 2, 1], [2, 1, 3], [1, 3, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 4, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 0], [2, 0], [2, 1]], "target": 6, "operator": "+"}, {"cells": [[2, 2]], "target": 3, "operator": null}, {"cells": [[1, 1]], "target": 2, "operator": null} ], "solution": [ [1, 3, 2], [3, 2, 1], [2, 1, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 3, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 5, "operator": "+"}, {"cells": [[1, 1], [1, 2]], "target": 4, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 4, "operator": "+"}, {"cells": [[2, 2]], "target": 2, "operator": null} ], "solution": [ [1, 2, 3], [2, 3, 1], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 3, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 5, "operator": "+"}, {"cells": [[1, 1], [1, 2], [2, 2]], "target": 6, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 4, "operator": "+"} ], "solution": [ [1, 2, 3], [2, 3, 1], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 5, "operator": "+"}, {"cells": [[0, 1], [1, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2]], "target": 1, "operator": null}, {"cells": [[1, 2], [2, 2]], "target": 5, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 4, "operator": "+"} ], "solution": [ [3, 2, 1], [2, 1, 3], [1, 3, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 3, "operator": "+"}, {"cells": [[0, 1], [0, 2], [1, 2]], "target": 7, "operator": "+"}, {"cells": [[1, 1]], "target": 2, "operator": null}, {"cells": [[2, 0]], "target": 3, "operator": null}, {"cells": [[2, 1], [2, 2]], "target": 3, "operator": "+"} ], "solution": [ [2, 3, 1], [1, 2, 3], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 4, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 0], [2, 0], [2, 1]], "target": 6, "operator": "+"}, {"cells": [[1, 1]], "target": 2, "operator": null}, {"cells": [[2, 2]], "target": 3, "operator": null} ], "solution": [ [1, 3, 2], [3, 2, 1], [2, 1, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0]], "target": 2, "operator": null}, {"cells": [[0, 1], [1, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 4, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 4, "operator": "+"}, {"cells": [[2, 1], [2, 2]], "target": 5, "operator": "+"} ], "solution": [ [2, 1, 3], [3, 2, 1], [1, 3, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 4, "operator": "+"}, {"cells": [[0, 2], [1, 2], [1, 1]], "target": 7, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 3, "operator": "+"}, {"cells": [[2, 1], [2, 2]], "target": 4, "operator": "+"} ], "solution": [ [3, 1, 2], [1, 2, 3], [2, 3, 1] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0], [0, 1]], "target": 5, "operator": "+"}, {"cells": [[0, 2], [1, 1], [1, 2], [2, 2]], "target": 8, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 5, "operator": "+"} ], "solution": [ [3, 1, 2], [1, 2, 3], [2, 3, 1] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 4, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 1], [1, 2], [2, 2]], "target": 8, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 3, "operator": "+"} ], "solution": [ [3, 2, 1], [1, 3, 2], [2, 1, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2]], "target": 3, "operator": null}, {"cells": [[1, 0], [1, 1]], "target": 5, "operator": "+"}, {"cells": [[1, 2], [2, 1], [2, 2]], "target": 4, "operator": "+"}, {"cells": [[2, 0]], "target": 3, "operator": null} ], "solution": [ [1, 2, 3], [2, 3, 1], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 4, "operator": "+"}, {"cells": [[0, 1], [0, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 1], [1, 2], [2, 2]], "target": 8, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 3, "operator": "+"} ], "solution": [ [3, 2, 1], [1, 3, 2], [2, 1, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0], [1, 1]], "target": 5, "operator": "+"}, {"cells": [[0, 1]], "target": 3, "operator": null}, {"cells": [[0, 2], [1, 2]], "target": 4, "operator": "+"}, {"cells": [[2, 0], [2, 1]], "target": 4, "operator": "+"}, {"cells": [[2, 2]], "target": 2, "operator": null} ], "solution": [ [2, 3, 1], [1, 2, 3], [3, 1, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 5, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 3, "operator": "+"}, {"cells": [[1, 1], [2, 1]], "target": 4, "operator": "+"}, {"cells": [[2, 2]], "target": 3, "operator": null} ], "solution": [ [3, 2, 1], [1, 3, 2], [2, 1, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 4, "operator": "+"}, {"cells": [[0, 2], [1, 2]], "target": 3, "operator": "+"}, {"cells": [[1, 1]], "target": 2, "operator": null}, {"cells": [[1, 0], [2, 0], [2, 1]], "target": 6, "operator": "+"}, {"cells": [[2, 2]], "target": 3, "operator": null} ], "solution": [ [1, 3, 2], [3, 2, 1], [2, 1, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2], [1, 1], [1, 2]], "target": 6, "operator": "+"}, {"cells": [[1, 0], [2, 0]], "target": 4, "operator": "+"}, {"cells": [[2, 1], [2, 2]], "target": 5, "operator": "+"} ], "solution": [ [2, 1, 3], [3, 2, 1], [1, 3, 2] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [1, 0]], "target": 5, "operator": "+"}, {"cells": [[0, 1], [1, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2]], "target": 1, "operator": null}, {"cells": [[2, 0], [2, 1]], "target": 4, "operator": "+"}, {"cells": [[1, 2], [2, 2]], "target": 5, "operator": "+"} ], "solution": [ [3, 2, 1], [2, 1, 3], [1, 3, 2] ] }, { "size": 3, "cages": [ {"cells": [[0,0],[1,0]], "target": 5, "operator": "+"}, {"cells": [[0,1],[0,2]], "target": 4, "operator": "+"}, {"cells": [[1,1],[1,2],[2,2]], "target": 6, "operator": "+"}, {"cells": [[2,0],[2,1]], "target": 3, "operator": "+"} ], "solution": [ [2, 3, 1], [3, 1, 2], [1, 2, 3] ] }, { "size": 3, "cages": [ {"cells": [[0, 0], [0, 1]], "target": 3, "operator": "+"}, {"cells": [[0, 2], [1,2]], "target": 4, "operator": "+"}, {"cells": [[1, 0], [1, 1]], "target": 5, "operator": "+"}, {"cells": [[2, 0]], "target": 3, "operator": null}, {"cells": [[2, 1], [2, 2]], "target": 3, "operator": "+"} ], "solution": [ [1, 2, 3], [2, 3, 1], [3, 1, 2] ] } ]