diff --git "a/train.jsonl" "b/train.jsonl" --- "a/train.jsonl" +++ "b/train.jsonl" @@ -1,900 +1,3 @@ -{"question": "f = f\nd = f // f\nf = 10 // d", "steps": ["State: {\"d\": -12, \"f\": 7}", "State: {\"d\": 1, \"f\": 7}", "State: {\"d\": 1, \"f\": 10}"], "answer": "f = 10"} -{"question": "b = b * b\nb = a\na = b // a", "steps": ["State: {\"a\": -16, \"b\": 121}", "State: {\"a\": -16, \"b\": -16}", "State: {\"a\": 1, \"b\": -16}"], "answer": "a = 1"} -{"question": "e = c + c\nc = 4\nb = 2", "steps": ["State: {\"b\": -11, \"c\": 12, \"d\": 18, \"e\": 24}", "State: {\"b\": -11, \"c\": 4, \"d\": 18, \"e\": 24}", "State: {\"b\": 2, \"c\": 4, \"d\": 18, \"e\": 24}"], "answer": "b = 2"} -{"question": "d = 4 * d\nb = b\nd = b", "steps": ["State: {\"b\": 18, \"d\": -16}", "State: {\"b\": 18, \"d\": -16}", "State: {\"b\": 18, \"d\": 18}"], "answer": "d = 18"} -{"question": "e = e + c\nc = c + c\nc = c - 5", "steps": ["State: {\"c\": -4, \"e\": 1}", "State: {\"c\": -8, \"e\": 1}", "State: {\"c\": -13, \"e\": 1}"], "answer": "c = -13"} -{"question": "e = e\ne = 9\nd = 4 // 8", "steps": ["State: {\"d\": -4, \"e\": -2}", "State: {\"d\": -4, \"e\": 9}", "State: {\"d\": 0, \"e\": 9}"], "answer": "d = 0"} -{"question": "f = f - f\nc = 6 // 1\nc = e", "steps": ["State: {\"b\": -10, \"c\": 18, \"e\": 14, \"f\": 0}", "State: {\"b\": -10, \"c\": 6, \"e\": 14, \"f\": 0}", "State: {\"b\": -10, \"c\": 14, \"e\": 14, \"f\": 0}"], "answer": "c = 14"} -{"question": "d = 4\nc = c + 9\nc = c + c", "steps": ["State: {\"c\": -19, \"d\": 4}", "State: {\"c\": -10, \"d\": 4}", "State: {\"c\": -20, \"d\": 4}"], "answer": "c = -20"} -{"question": "c = b\nf = c - 9\nf = d", "steps": ["State: {\"b\": 0, \"c\": 0, \"d\": 1, \"f\": 13}", "State: {\"b\": 0, \"c\": 0, \"d\": 1, \"f\": -9}", "State: {\"b\": 0, \"c\": 0, \"d\": 1, \"f\": 1}"], "answer": "f = 1"} -{"question": "d = d\ne = d // 5\nd = 10", "steps": ["State: {\"d\": -6, \"e\": 7}", "State: {\"d\": -6, \"e\": -2}", "State: {\"d\": 10, \"e\": -2}"], "answer": "d = 10"} -{"question": "c = 5\nb = 2 + e\nc = 3", "steps": ["State: {\"a\": -13, \"b\": 9, \"c\": 5, \"e\": 18}", "State: {\"a\": -13, \"b\": 20, \"c\": 5, \"e\": 18}", "State: {\"a\": -13, \"b\": 20, \"c\": 3, \"e\": 18}"], "answer": "c = 3"} -{"question": "b = c\nb = c\nc = c", "steps": ["State: {\"b\": 4, \"c\": 4}", "State: {\"b\": 4, \"c\": 4}", "State: {\"b\": 4, \"c\": 4}"], "answer": "c = 4"} -{"question": "d = f\nd = f\nd = 9", "steps": ["State: {\"d\": -20, \"f\": -20}", "State: {\"d\": -20, \"f\": -20}", "State: {\"d\": 9, \"f\": -20}"], "answer": "d = 9"} -{"question": "b = f\nd = 3 - d\nb = d", "steps": ["State: {\"b\": 17, \"d\": -17, \"f\": 17}", "State: {\"b\": 17, \"d\": 20, \"f\": 17}", "State: {\"b\": 20, \"d\": 20, \"f\": 17}"], "answer": "b = 20"} -{"question": "c = 7 * e\ne = e + c\ne = e // e", "steps": ["State: {\"c\": -98, \"e\": -14}", "State: {\"c\": -98, \"e\": -112}", "State: {\"c\": -98, \"e\": 1}"], "answer": "e = 1"} -{"question": "f = c // 5\nf = 9 // 4\nc = c", "steps": ["State: {\"a\": -12, \"c\": 2, \"f\": 0}", "State: {\"a\": -12, \"c\": 2, \"f\": 2}", "State: {\"a\": -12, \"c\": 2, \"f\": 2}"], "answer": "c = 2"} -{"question": "f = f\nf = e\ne = 5 + e", "steps": ["State: {\"e\": 13, \"f\": 12}", "State: {\"e\": 13, \"f\": 13}", "State: {\"e\": 18, \"f\": 13}"], "answer": "e = 18"} -{"question": "c = d\na = 9\nd = c", "steps": ["State: {\"a\": 20, \"c\": 13, \"d\": 13}", "State: {\"a\": 9, \"c\": 13, \"d\": 13}", "State: {\"a\": 9, \"c\": 13, \"d\": 13}"], "answer": "d = 13"} -{"question": "e = e\ne = e + 7\nf = e // d", "steps": ["State: {\"d\": -19, \"e\": 20, \"f\": 1}", "State: {\"d\": -19, \"e\": 27, \"f\": 1}", "State: {\"d\": -19, \"e\": 27, \"f\": -2}"], "answer": "f = -2"} -{"question": "c = b + 3\ne = c\nc = c", "steps": ["State: {\"a\": -20, \"b\": 5, \"c\": 8, \"e\": 4}", "State: {\"a\": -20, \"b\": 5, \"c\": 8, \"e\": 8}", "State: {\"a\": -20, \"b\": 5, \"c\": 8, \"e\": 8}"], "answer": "c = 8"} -{"question": "d = 1 + c\nc = d\nd = 9", "steps": ["State: {\"c\": -13, \"d\": -12, \"e\": 12}", "State: {\"c\": -12, \"d\": -12, \"e\": 12}", "State: {\"c\": -12, \"d\": 9, \"e\": 12}"], "answer": "d = 9"} -{"question": "c = 9 // 8\nc = 1 // e\na = 1 + e", "steps": ["State: {\"a\": -9, \"c\": 1, \"e\": 11}", "State: {\"a\": -9, \"c\": 0, \"e\": 11}", "State: {\"a\": 12, \"c\": 0, \"e\": 11}"], "answer": "a = 12"} -{"question": "c = 1 * 9\nc = b + c\nb = b", "steps": ["State: {\"b\": -12, \"c\": 9}", "State: {\"b\": -12, \"c\": -3}", "State: {\"b\": -12, \"c\": -3}"], "answer": "b = -12"} -{"question": "e = c\ne = e\ne = d", "steps": ["State: {\"b\": -10, \"c\": -9, \"d\": 12, \"e\": -9}", "State: {\"b\": -10, \"c\": -9, \"d\": 12, \"e\": -9}", "State: {\"b\": -10, \"c\": -9, \"d\": 12, \"e\": 12}"], "answer": "e = 12"} -{"question": "b = b + b\nd = b\nb = f", "steps": ["State: {\"b\": -40, \"d\": 7, \"f\": 6}", "State: {\"b\": -40, \"d\": -40, \"f\": 6}", "State: {\"b\": 6, \"d\": -40, \"f\": 6}"], "answer": "b = 6"} -{"question": "e = f // a\ne = f\na = e", "steps": ["State: {\"a\": -3, \"b\": 14, \"e\": -2, \"f\": 4}", "State: {\"a\": -3, \"b\": 14, \"e\": 4, \"f\": 4}", "State: {\"a\": 4, \"b\": 14, \"e\": 4, \"f\": 4}"], "answer": "a = 4"} -{"question": "d = 4 // d\nd = 6\ne = 7 * d", "steps": ["State: {\"d\": -1, \"e\": -3}", "State: {\"d\": 6, \"e\": -3}", "State: {\"d\": 6, \"e\": 42}"], "answer": "e = 42"} -{"question": "f = 7\na = 9\ne = f", "steps": ["State: {\"a\": -14, \"e\": -19, \"f\": 7}", "State: {\"a\": 9, \"e\": -19, \"f\": 7}", "State: {\"a\": 9, \"e\": 7, \"f\": 7}"], "answer": "e = 7"} -{"question": "b = b - a\nb = b\na = 4 // 10", "steps": ["State: {\"a\": 20, \"b\": -37}", "State: {\"a\": 20, \"b\": -37}", "State: {\"a\": 0, \"b\": -37}"], "answer": "a = 0"} -{"question": "a = 7 + 5\ne = 8 * f\ne = f + 7", "steps": ["State: {\"a\": 12, \"c\": 10, \"e\": -17, \"f\": -17}", "State: {\"a\": 12, \"c\": 10, \"e\": -136, \"f\": -17}", "State: {\"a\": 12, \"c\": 10, \"e\": -10, \"f\": -17}"], "answer": "e = -10"} -{"question": "d = c + d\nc = d + c\nd = d - d", "steps": ["State: {\"c\": 14, \"d\": -5}", "State: {\"c\": 9, \"d\": -5}", "State: {\"c\": 9, \"d\": 0}"], "answer": "d = 0"} -{"question": "a = 2 * b\nc = a\ne = 3", "steps": ["State: {\"a\": 14, \"b\": 7, \"c\": 10, \"e\": 4}", "State: {\"a\": 14, \"b\": 7, \"c\": 14, \"e\": 4}", "State: {\"a\": 14, \"b\": 7, \"c\": 14, \"e\": 3}"], "answer": "e = 3"} -{"question": "b = b + b\nc = 7\nb = b // b", "steps": ["State: {\"b\": 10, \"c\": 9}", "State: {\"b\": 10, \"c\": 7}", "State: {\"b\": 1, \"c\": 7}"], "answer": "b = 1"} -{"question": "f = 9\nc = 10\nd = d * 6", "steps": ["State: {\"b\": -9, \"c\": -1, \"d\": -9, \"f\": 9}", "State: {\"b\": -9, \"c\": 10, \"d\": -9, \"f\": 9}", "State: {\"b\": -9, \"c\": 10, \"d\": -54, \"f\": 9}"], "answer": "d = -54"} -{"question": "c = 5 * c\nc = 8\na = 2 + a", "steps": ["State: {\"a\": -18, \"b\": -20, \"c\": -75, \"f\": 18}", "State: {\"a\": -18, \"b\": -20, \"c\": 8, \"f\": 18}", "State: {\"a\": -16, \"b\": -20, \"c\": 8, \"f\": 18}"], "answer": "a = -16"} -{"question": "d = d + a\nb = d\nd = d", "steps": ["State: {\"a\": 14, \"b\": -15, \"d\": 26}", "State: {\"a\": 14, \"b\": 26, \"d\": 26}", "State: {\"a\": 14, \"b\": 26, \"d\": 26}"], "answer": "d = 26"} -{"question": "c = 9\ne = 8\nd = d", "steps": ["State: {\"c\": 9, \"d\": 1, \"e\": 4}", "State: {\"c\": 9, \"d\": 1, \"e\": 8}", "State: {\"c\": 9, \"d\": 1, \"e\": 8}"], "answer": "d = 1"} -{"question": "a = 8 * 10\nf = 3 + f\na = f * 6", "steps": ["State: {\"a\": 80, \"c\": -13, \"f\": 5}", "State: {\"a\": 80, \"c\": -13, \"f\": 8}", "State: {\"a\": 48, \"c\": -13, \"f\": 8}"], "answer": "a = 48"} -{"question": "d = d + f\nd = f\nd = 5 - f", "steps": ["State: {\"b\": 0, \"d\": 5, \"f\": -6}", "State: {\"b\": 0, \"d\": -6, \"f\": -6}", "State: {\"b\": 0, \"d\": 11, \"f\": -6}"], "answer": "d = 11"} -{"question": "d = 5\na = a\na = d", "steps": ["State: {\"a\": -15, \"d\": 5}", "State: {\"a\": -15, \"d\": 5}", "State: {\"a\": 5, \"d\": 5}"], "answer": "a = 5"} -{"question": "a = b // f\nf = 9\nd = a + a", "steps": ["State: {\"a\": 0, \"b\": 3, \"d\": 16, \"f\": 15}", "State: {\"a\": 0, \"b\": 3, \"d\": 16, \"f\": 9}", "State: {\"a\": 0, \"b\": 3, \"d\": 0, \"f\": 9}"], "answer": "d = 0"} -{"question": "c = 6\nc = 9 + 5\nc = d // d", "steps": ["State: {\"c\": 6, \"d\": -10}", "State: {\"c\": 14, \"d\": -10}", "State: {\"c\": 1, \"d\": -10}"], "answer": "c = 1"} -{"question": "d = a\nb = 3\nb = 3 + 4", "steps": ["State: {\"a\": -16, \"b\": -10, \"d\": -16, \"f\": 0}", "State: {\"a\": -16, \"b\": 3, \"d\": -16, \"f\": 0}", "State: {\"a\": -16, \"b\": 7, \"d\": -16, \"f\": 0}"], "answer": "b = 7"} -{"question": "f = 6 * f\nb = 9 * f\nf = b", "steps": ["State: {\"b\": 5, \"c\": 8, \"e\": -14, \"f\": 78}", "State: {\"b\": 702, \"c\": 8, \"e\": -14, \"f\": 78}", "State: {\"b\": 702, \"c\": 8, \"e\": -14, \"f\": 702}"], "answer": "f = 702"} -{"question": "b = 5 // 7\nf = b\nb = f * b", "steps": ["State: {\"b\": 0, \"f\": -10}", "State: {\"b\": 0, \"f\": 0}", "State: {\"b\": 0, \"f\": 0}"], "answer": "b = 0"} -{"question": "e = d\ne = 3\nc = 10", "steps": ["State: {\"c\": -13, \"d\": 13, \"e\": 13}", "State: {\"c\": -13, \"d\": 13, \"e\": 3}", "State: {\"c\": 10, \"d\": 13, \"e\": 3}"], "answer": "c = 10"} -{"question": "d = d\nd = d * d\nd = b", "steps": ["State: {\"b\": 1, \"d\": 0}", "State: {\"b\": 1, \"d\": 0}", "State: {\"b\": 1, \"d\": 1}"], "answer": "d = 1"} -{"question": "d = 5 // c\nf = 7 * f\nc = 5", "steps": ["State: {\"b\": -7, \"c\": -2, \"d\": -3, \"f\": 15}", "State: {\"b\": -7, \"c\": -2, \"d\": -3, \"f\": 105}", "State: {\"b\": -7, \"c\": 5, \"d\": -3, \"f\": 105}"], "answer": "c = 5"} -{"question": "f = e // 9\ne = f\ne = 8 // 1", "steps": ["State: {\"e\": 7, \"f\": 0}", "State: {\"e\": 0, \"f\": 0}", "State: {\"e\": 8, \"f\": 0}"], "answer": "e = 8"} -{"question": "f = f\ne = f // f\nf = e", "steps": ["State: {\"e\": -18, \"f\": -13}", "State: {\"e\": 1, \"f\": -13}", "State: {\"e\": 1, \"f\": 1}"], "answer": "f = 1"} -{"question": "c = 8 // a\nc = e\ne = 1", "steps": ["State: {\"a\": -19, \"c\": -1, \"e\": -20}", "State: {\"a\": -19, \"c\": -20, \"e\": -20}", "State: {\"a\": -19, \"c\": -20, \"e\": 1}"], "answer": "e = 1"} -{"question": "f = e\nb = e + 2\nf = b", "steps": ["State: {\"b\": -17, \"e\": -8, \"f\": -8}", "State: {\"b\": -6, \"e\": -8, \"f\": -8}", "State: {\"b\": -6, \"e\": -8, \"f\": -6}"], "answer": "f = -6"} -{"question": "b = b - b\nf = 1 - f\nf = b * b", "steps": ["State: {\"b\": 0, \"f\": -13}", "State: {\"b\": 0, \"f\": 14}", "State: {\"b\": 0, \"f\": 0}"], "answer": "f = 0"} -{"question": "f = 8 // 9\nc = 7 // c\nf = f", "steps": ["State: {\"c\": 16, \"f\": 0}", "State: {\"c\": 0, \"f\": 0}", "State: {\"c\": 0, \"f\": 0}"], "answer": "f = 0"} -{"question": "e = a\ne = d\na = d + d", "steps": ["State: {\"a\": 15, \"d\": 10, \"e\": 15, \"f\": 5}", "State: {\"a\": 15, \"d\": 10, \"e\": 10, \"f\": 5}", "State: {\"a\": 20, \"d\": 10, \"e\": 10, \"f\": 5}"], "answer": "a = 20"} -{"question": "e = e // f\ne = e\nf = a", "steps": ["State: {\"a\": -1, \"c\": 5, \"e\": 3, \"f\": -4}", "State: {\"a\": -1, \"c\": 5, \"e\": 3, \"f\": -4}", "State: {\"a\": -1, \"c\": 5, \"e\": 3, \"f\": -1}"], "answer": "f = -1"} -{"question": "e = e\ne = 8 // 5\nf = 10 // 6", "steps": ["State: {\"a\": 7, \"b\": 9, \"e\": 12, \"f\": 5}", "State: {\"a\": 7, \"b\": 9, \"e\": 1, \"f\": 5}", "State: {\"a\": 7, \"b\": 9, \"e\": 1, \"f\": 1}"], "answer": "f = 1"} -{"question": "f = e * 4\nf = e + a\nf = f - e", "steps": ["State: {\"a\": -8, \"e\": -6, \"f\": -24}", "State: {\"a\": -8, \"e\": -6, \"f\": -14}", "State: {\"a\": -8, \"e\": -6, \"f\": -8}"], "answer": "f = -8"} -{"question": "e = 4\nd = c\nc = e // d", "steps": ["State: {\"c\": -10, \"d\": -4, \"e\": 4}", "State: {\"c\": -10, \"d\": -10, \"e\": 4}", "State: {\"c\": -1, \"d\": -10, \"e\": 4}"], "answer": "c = -1"} -{"question": "b = b\nc = c\nc = c", "steps": ["State: {\"b\": -8, \"c\": 20}", "State: {\"b\": -8, \"c\": 20}", "State: {\"b\": -8, \"c\": 20}"], "answer": "c = 20"} -{"question": "a = b\nf = a * 9\nb = a", "steps": ["State: {\"a\": 18, \"b\": 18, \"f\": -20}", "State: {\"a\": 18, \"b\": 18, \"f\": 162}", "State: {\"a\": 18, \"b\": 18, \"f\": 162}"], "answer": "b = 18"} -{"question": "b = b + 3\nd = f // f\na = a", "steps": ["State: {\"a\": 1, \"b\": 20, \"d\": 13, \"f\": -1}", "State: {\"a\": 1, \"b\": 20, \"d\": 1, \"f\": -1}", "State: {\"a\": 1, \"b\": 20, \"d\": 1, \"f\": -1}"], "answer": "a = 1"} -{"question": "e = e // 10\nc = 7\ne = e", "steps": ["State: {\"c\": -2, \"d\": 10, \"e\": -1}", "State: {\"c\": 7, \"d\": 10, \"e\": -1}", "State: {\"c\": 7, \"d\": 10, \"e\": -1}"], "answer": "e = -1"} -{"question": "e = 10 + 8\nd = d\nd = f * e", "steps": ["State: {\"c\": -6, \"d\": 9, \"e\": 18, \"f\": -13}", "State: {\"c\": -6, \"d\": 9, \"e\": 18, \"f\": -13}", "State: {\"c\": -6, \"d\": -234, \"e\": 18, \"f\": -13}"], "answer": "d = -234"} -{"question": "b = a // 3\nb = 9\nb = a * 4", "steps": ["State: {\"a\": 18, \"b\": 6}", "State: {\"a\": 18, \"b\": 9}", "State: {\"a\": 18, \"b\": 72}"], "answer": "b = 72"} -{"question": "a = b\nb = b\nc = b // b", "steps": ["State: {\"a\": -2, \"b\": -2, \"c\": -13}", "State: {\"a\": -2, \"b\": -2, \"c\": -13}", "State: {\"a\": -2, \"b\": -2, \"c\": 1}"], "answer": "c = 1"} -{"question": "e = d - c\nd = c * 7\nc = e - c", "steps": ["State: {\"b\": -6, \"c\": 7, \"d\": 5, \"e\": -2}", "State: {\"b\": -6, \"c\": 7, \"d\": 49, \"e\": -2}", "State: {\"b\": -6, \"c\": -9, \"d\": 49, \"e\": -2}"], "answer": "c = -9"} -{"question": "b = a\ne = 5 // 4\nf = b * 10", "steps": ["State: {\"a\": -18, \"b\": -18, \"e\": -20, \"f\": 1}", "State: {\"a\": -18, \"b\": -18, \"e\": 1, \"f\": 1}", "State: {\"a\": -18, \"b\": -18, \"e\": 1, \"f\": -180}"], "answer": "f = -180"} -{"question": "b = b\nf = b\nb = 5 + f", "steps": ["State: {\"b\": 20, \"e\": -11, \"f\": -10}", "State: {\"b\": 20, \"e\": -11, \"f\": 20}", "State: {\"b\": 25, \"e\": -11, \"f\": 20}"], "answer": "b = 25"} -{"question": "d = a\nd = 4\na = 6", "steps": ["State: {\"a\": -7, \"d\": -7}", "State: {\"a\": -7, \"d\": 4}", "State: {\"a\": 6, \"d\": 4}"], "answer": "a = 6"} -{"question": "a = 7 + c\na = a + a\nc = a // 3", "steps": ["State: {\"a\": 19, \"c\": 12}", "State: {\"a\": 38, \"c\": 12}", "State: {\"a\": 38, \"c\": 12}"], "answer": "c = 12"} -{"question": "d = e\nd = e\nd = c + 8", "steps": ["State: {\"c\": -11, \"d\": 10, \"e\": 10}", "State: {\"c\": -11, \"d\": 10, \"e\": 10}", "State: {\"c\": -11, \"d\": -3, \"e\": 10}"], "answer": "d = -3"} -{"question": "b = 1\nd = 4\nd = a * a", "steps": ["State: {\"a\": 13, \"b\": 1, \"d\": 0}", "State: {\"a\": 13, \"b\": 1, \"d\": 4}", "State: {\"a\": 13, \"b\": 1, \"d\": 169}"], "answer": "d = 169"} -{"question": "e = 2\ne = e\nd = 7", "steps": ["State: {\"d\": 3, \"e\": 2}", "State: {\"d\": 3, \"e\": 2}", "State: {\"d\": 7, \"e\": 2}"], "answer": "d = 7"} -{"question": "a = e\na = b + b\na = 3", "steps": ["State: {\"a\": 5, \"b\": -16, \"e\": 5}", "State: {\"a\": -32, \"b\": -16, \"e\": 5}", "State: {\"a\": 3, \"b\": -16, \"e\": 5}"], "answer": "a = 3"} -{"question": "b = b // 5\nf = f // b\nf = f - f", "steps": ["State: {\"b\": -4, \"f\": 12}", "State: {\"b\": -4, \"f\": -3}", "State: {\"b\": -4, \"f\": 0}"], "answer": "f = 0"} -{"question": "b = 3\nb = b\nc = c", "steps": ["State: {\"b\": 3, \"c\": -5}", "State: {\"b\": 3, \"c\": -5}", "State: {\"b\": 3, \"c\": -5}"], "answer": "c = -5"} -{"question": "d = e\na = 5\na = 1", "steps": ["State: {\"a\": -13, \"d\": -3, \"e\": -3}", "State: {\"a\": 5, \"d\": -3, \"e\": -3}", "State: {\"a\": 1, \"d\": -3, \"e\": -3}"], "answer": "a = 1"} -{"question": "e = a // f\nf = 8 + f\nc = c", "steps": ["State: {\"a\": 3, \"c\": 17, \"e\": -1, \"f\": -19}", "State: {\"a\": 3, \"c\": 17, \"e\": -1, \"f\": -11}", "State: {\"a\": 3, \"c\": 17, \"e\": -1, \"f\": -11}"], "answer": "c = 17"} -{"question": "d = 8\nf = f + 4\nc = f", "steps": ["State: {\"c\": 12, \"d\": 8, \"e\": -11, \"f\": 11}", "State: {\"c\": 12, \"d\": 8, \"e\": -11, \"f\": 15}", "State: {\"c\": 15, \"d\": 8, \"e\": -11, \"f\": 15}"], "answer": "c = 15"} -{"question": "b = 1 - 3\nf = 7 + f\nb = b", "steps": ["State: {\"b\": -2, \"f\": 10}", "State: {\"b\": -2, \"f\": 17}", "State: {\"b\": -2, \"f\": 17}"], "answer": "b = -2"} -{"question": "d = e // 2\nf = e\nd = 9 + e", "steps": ["State: {\"d\": 7, \"e\": 14, \"f\": 2}", "State: {\"d\": 7, \"e\": 14, \"f\": 14}", "State: {\"d\": 23, \"e\": 14, \"f\": 14}"], "answer": "d = 23"} -{"question": "a = e * 7\ne = d // 7\ne = e", "steps": ["State: {\"a\": -84, \"b\": -4, \"d\": -15, \"e\": -12}", "State: {\"a\": -84, \"b\": -4, \"d\": -15, \"e\": -3}", "State: {\"a\": -84, \"b\": -4, \"d\": -15, \"e\": -3}"], "answer": "e = -3"} -{"question": "f = c * a\na = 6\nf = f + f", "steps": ["State: {\"a\": -11, \"c\": 10, \"f\": -110}", "State: {\"a\": 6, \"c\": 10, \"f\": -110}", "State: {\"a\": 6, \"c\": 10, \"f\": -220}"], "answer": "f = -220"} -{"question": "e = b - b\nf = b + 10\ne = f + e", "steps": ["State: {\"b\": -18, \"e\": 0, \"f\": 15}", "State: {\"b\": -18, \"e\": 0, \"f\": -8}", "State: {\"b\": -18, \"e\": -8, \"f\": -8}"], "answer": "e = -8"} -{"question": "c = 9\na = c // b\nc = 10", "steps": ["State: {\"a\": 13, \"b\": -6, \"c\": 9}", "State: {\"a\": -2, \"b\": -6, \"c\": 9}", "State: {\"a\": -2, \"b\": -6, \"c\": 10}"], "answer": "c = 10"} -{"question": "b = b\nc = c + b\nc = 9 * b", "steps": ["State: {\"b\": 16, \"c\": -1}", "State: {\"b\": 16, \"c\": 15}", "State: {\"b\": 16, \"c\": 144}"], "answer": "c = 144"} -{"question": "e = d // 2\nb = e\ne = 7 * 9", "steps": ["State: {\"b\": -11, \"d\": -17, \"e\": -9, \"f\": 11}", "State: {\"b\": -9, \"d\": -17, \"e\": -9, \"f\": 11}", "State: {\"b\": -9, \"d\": -17, \"e\": 63, \"f\": 11}"], "answer": "e = 63"} -{"question": "b = b\nb = 4\nb = b", "steps": ["State: {\"a\": -10, \"b\": 13}", "State: {\"a\": -10, \"b\": 4}", "State: {\"a\": -10, \"b\": 4}"], "answer": "b = 4"} -{"question": "e = e\nb = b + 7\nb = e", "steps": ["State: {\"b\": 13, \"d\": 12, \"e\": 7, \"f\": -15}", "State: {\"b\": 20, \"d\": 12, \"e\": 7, \"f\": -15}", "State: {\"b\": 7, \"d\": 12, \"e\": 7, \"f\": -15}"], "answer": "b = 7"} -{"question": "a = 9 * 1\nf = a\nf = 5 // e", "steps": ["State: {\"a\": 9, \"b\": 7, \"e\": -20, \"f\": 0}", "State: {\"a\": 9, \"b\": 7, \"e\": -20, \"f\": 9}", "State: {\"a\": 9, \"b\": 7, \"e\": -20, \"f\": -1}"], "answer": "f = -1"} -{"question": "c = d\nd = b - 7\nd = b + 8", "steps": ["State: {\"b\": -14, \"c\": -11, \"d\": -11, \"f\": 17}", "State: {\"b\": -14, \"c\": -11, \"d\": -21, \"f\": 17}", "State: {\"b\": -14, \"c\": -11, \"d\": -6, \"f\": 17}"], "answer": "d = -6"} -{"question": "c = e\ne = e + c\nc = e", "steps": ["State: {\"c\": -7, \"e\": -7}", "State: {\"c\": -7, \"e\": -14}", "State: {\"c\": -14, \"e\": -14}"], "answer": "c = -14"} -{"question": "b = 2\nd = b\nb = d", "steps": ["State: {\"b\": 2, \"d\": -20}", "State: {\"b\": 2, \"d\": 2}", "State: {\"b\": 2, \"d\": 2}"], "answer": "b = 2"} -{"question": "f = c\nd = 5 * a\na = f // d", "steps": ["State: {\"a\": 8, \"c\": -8, \"d\": 6, \"f\": -8}", "State: {\"a\": 8, \"c\": -8, \"d\": 40, \"f\": -8}", "State: {\"a\": -1, \"c\": -8, \"d\": 40, \"f\": -8}"], "answer": "a = -1"} -{"question": "c = c * 2\ne = 10\ne = b", "steps": ["State: {\"a\": -10, \"b\": 10, \"c\": 12, \"e\": -17}", "State: {\"a\": -10, \"b\": 10, \"c\": 12, \"e\": 10}", "State: {\"a\": -10, \"b\": 10, \"c\": 12, \"e\": 10}"], "answer": "e = 10"} -{"question": "a = 10\na = a\na = 5 + 9", "steps": ["State: {\"a\": 10, \"c\": 12}", "State: {\"a\": 10, \"c\": 12}", "State: {\"a\": 14, \"c\": 12}"], "answer": "a = 14"} -{"question": "f = 6\nf = 9 + f\nf = f * b", "steps": ["State: {\"a\": -4, \"b\": 9, \"f\": 6}", "State: {\"a\": -4, \"b\": 9, \"f\": 15}", "State: {\"a\": -4, \"b\": 9, \"f\": 135}"], "answer": "f = 135"} -{"question": "d = f * e\ne = d * 7\nd = e - e", "steps": ["State: {\"a\": -3, \"d\": -50, \"e\": -10, \"f\": 5}", "State: {\"a\": -3, \"d\": -50, \"e\": -350, \"f\": 5}", "State: {\"a\": -3, \"d\": 0, \"e\": -350, \"f\": 5}"], "answer": "d = 0"} -{"question": "e = f + 1\nf = c\nc = 9", "steps": ["State: {\"c\": 8, \"e\": 1, \"f\": 0}", "State: {\"c\": 8, \"e\": 1, \"f\": 8}", "State: {\"c\": 9, \"e\": 1, \"f\": 8}"], "answer": "c = 9"} -{"question": "f = f\nd = f - 9\nd = f", "steps": ["State: {\"b\": -6, \"d\": 17, \"e\": 9, \"f\": -13}", "State: {\"b\": -6, \"d\": -22, \"e\": 9, \"f\": -13}", "State: {\"b\": -6, \"d\": -13, \"e\": 9, \"f\": -13}"], "answer": "d = -13"} -{"question": "a = a // 10\ne = d\ne = f", "steps": ["State: {\"a\": 1, \"d\": -7, \"e\": -2, \"f\": -9}", "State: {\"a\": 1, \"d\": -7, \"e\": -7, \"f\": -9}", "State: {\"a\": 1, \"d\": -7, \"e\": -9, \"f\": -9}"], "answer": "e = -9"} -{"question": "b = 9 - 7\nd = 3\nb = 1", "steps": ["State: {\"b\": 2, \"c\": -10, \"d\": 16}", "State: {\"b\": 2, \"c\": -10, \"d\": 3}", "State: {\"b\": 1, \"c\": -10, \"d\": 3}"], "answer": "b = 1"} -{"question": "c = f - 5\nf = f // 10\nc = 5", "steps": ["State: {\"b\": 12, \"c\": 8, \"f\": 13}", "State: {\"b\": 12, \"c\": 8, \"f\": 1}", "State: {\"b\": 12, \"c\": 5, \"f\": 1}"], "answer": "c = 5"} -{"question": "d = a\nd = e\nf = e", "steps": ["State: {\"a\": -15, \"d\": -15, \"e\": -14, \"f\": 10}", "State: {\"a\": -15, \"d\": -14, \"e\": -14, \"f\": 10}", "State: {\"a\": -15, \"d\": -14, \"e\": -14, \"f\": -14}"], "answer": "f = -14"} -{"question": "f = d - d\nd = d - 8\nd = 8", "steps": ["State: {\"d\": 0, \"f\": 0}", "State: {\"d\": -8, \"f\": 0}", "State: {\"d\": 8, \"f\": 0}"], "answer": "d = 8"} -{"question": "e = b - 6\nc = e // 8\nb = 3", "steps": ["State: {\"b\": 8, \"c\": 4, \"e\": 2}", "State: {\"b\": 8, \"c\": 0, \"e\": 2}", "State: {\"b\": 3, \"c\": 0, \"e\": 2}"], "answer": "b = 3"} -{"question": "b = b // 5\nf = b * f\ne = 9", "steps": ["State: {\"b\": 2, \"e\": -13, \"f\": 20}", "State: {\"b\": 2, \"e\": -13, \"f\": 40}", "State: {\"b\": 2, \"e\": 9, \"f\": 40}"], "answer": "e = 9"} -{"question": "f = 10 - c\ne = 10\nf = c", "steps": ["State: {\"c\": 14, \"e\": 5, \"f\": -4}", "State: {\"c\": 14, \"e\": 10, \"f\": -4}", "State: {\"c\": 14, \"e\": 10, \"f\": 14}"], "answer": "f = 14"} -{"question": "b = f // c\nf = 2 + f\nc = f", "steps": ["State: {\"b\": 0, \"c\": -17, \"f\": -12}", "State: {\"b\": 0, \"c\": -17, \"f\": -10}", "State: {\"b\": 0, \"c\": -10, \"f\": -10}"], "answer": "c = -10"} -{"question": "e = 5\ne = 5 * 1\nc = 6 // e", "steps": ["State: {\"c\": 4, \"e\": 5}", "State: {\"c\": 4, \"e\": 5}", "State: {\"c\": 1, \"e\": 5}"], "answer": "c = 1"} -{"question": "f = 2 * 3\nf = 9\nd = 3 * d", "steps": ["State: {\"d\": -5, \"f\": 6}", "State: {\"d\": -5, \"f\": 9}", "State: {\"d\": -15, \"f\": 9}"], "answer": "d = -15"} -{"question": "a = 9\na = 10 * a\na = 7", "steps": ["State: {\"a\": 9, \"f\": 6}", "State: {\"a\": 90, \"f\": 6}", "State: {\"a\": 7, \"f\": 6}"], "answer": "a = 7"} -{"question": "c = 3 // 3\ne = e\nc = 7", "steps": ["State: {\"c\": 1, \"e\": -14}", "State: {\"c\": 1, \"e\": -14}", "State: {\"c\": 7, \"e\": -14}"], "answer": "c = 7"} -{"question": "e = 6 + 9\ne = 2\ne = b // b", "steps": ["State: {\"b\": 5, \"e\": 15}", "State: {\"b\": 5, \"e\": 2}", "State: {\"b\": 5, \"e\": 1}"], "answer": "e = 1"} -{"question": "f = 2 + a\nf = a\nf = 3 * f", "steps": ["State: {\"a\": 15, \"b\": 18, \"e\": 7, \"f\": 17}", "State: {\"a\": 15, \"b\": 18, \"e\": 7, \"f\": 15}", "State: {\"a\": 15, \"b\": 18, \"e\": 7, \"f\": 45}"], "answer": "f = 45"} -{"question": "b = 1\nc = b\nc = 7 - c", "steps": ["State: {\"a\": -2, \"b\": 1, \"c\": 11, \"f\": -6}", "State: {\"a\": -2, \"b\": 1, \"c\": 1, \"f\": -6}", "State: {\"a\": -2, \"b\": 1, \"c\": 6, \"f\": -6}"], "answer": "c = 6"} -{"question": "f = b // 1\nc = 2 // f\nf = 8 + 3", "steps": ["State: {\"b\": -9, \"c\": 20, \"e\": -3, \"f\": -9}", "State: {\"b\": -9, \"c\": -1, \"e\": -3, \"f\": -9}", "State: {\"b\": -9, \"c\": -1, \"e\": -3, \"f\": 11}"], "answer": "f = 11"} -{"question": "d = d\nb = b\nd = d - 4", "steps": ["State: {\"b\": -18, \"d\": -8}", "State: {\"b\": -18, \"d\": -8}", "State: {\"b\": -18, \"d\": -12}"], "answer": "d = -12"} -{"question": "c = e // 1\nc = 7 // a\na = 10", "steps": ["State: {\"a\": 2, \"c\": 12, \"e\": 12}", "State: {\"a\": 2, \"c\": 3, \"e\": 12}", "State: {\"a\": 10, \"c\": 3, \"e\": 12}"], "answer": "a = 10"} -{"question": "b = 7\nf = f\nb = c * c", "steps": ["State: {\"b\": 7, \"c\": 7, \"f\": 20}", "State: {\"b\": 7, \"c\": 7, \"f\": 20}", "State: {\"b\": 49, \"c\": 7, \"f\": 20}"], "answer": "b = 49"} -{"question": "e = b\nb = e\nb = 4 * 1", "steps": ["State: {\"b\": 11, \"e\": 11}", "State: {\"b\": 11, \"e\": 11}", "State: {\"b\": 4, \"e\": 11}"], "answer": "b = 4"} -{"question": "f = d\nf = 10\nd = 6", "steps": ["State: {\"a\": 3, \"d\": 14, \"f\": 14}", "State: {\"a\": 3, \"d\": 14, \"f\": 10}", "State: {\"a\": 3, \"d\": 6, \"f\": 10}"], "answer": "d = 6"} -{"question": "e = 2\nb = e // 9\ne = 7 + e", "steps": ["State: {\"b\": 2, \"c\": 0, \"e\": 2}", "State: {\"b\": 0, \"c\": 0, \"e\": 2}", "State: {\"b\": 0, \"c\": 0, \"e\": 9}"], "answer": "e = 9"} -{"question": "a = b // 7\na = a - b\na = b", "steps": ["State: {\"a\": 0, \"b\": 3}", "State: {\"a\": -3, \"b\": 3}", "State: {\"a\": 3, \"b\": 3}"], "answer": "a = 3"} -{"question": "c = 10\nb = 4\nb = 5", "steps": ["State: {\"b\": 19, \"c\": 10, \"d\": -16, \"e\": -9}", "State: {\"b\": 4, \"c\": 10, \"d\": -16, \"e\": -9}", "State: {\"b\": 5, \"c\": 10, \"d\": -16, \"e\": -9}"], "answer": "b = 5"} -{"question": "c = f - 10\nb = 8\nb = f // f", "steps": ["State: {\"b\": -12, \"c\": 10, \"f\": 20}", "State: {\"b\": 8, \"c\": 10, \"f\": 20}", "State: {\"b\": 1, \"c\": 10, \"f\": 20}"], "answer": "b = 1"} -{"question": "a = c\ne = e\na = 10 + c", "steps": ["State: {\"a\": 11, \"c\": 11, \"e\": 7}", "State: {\"a\": 11, \"c\": 11, \"e\": 7}", "State: {\"a\": 21, \"c\": 11, \"e\": 7}"], "answer": "a = 21"} -{"question": "e = 6 - f\ne = 9\nc = 3", "steps": ["State: {\"a\": -7, \"c\": 1, \"e\": 1, \"f\": 5}", "State: {\"a\": -7, \"c\": 1, \"e\": 9, \"f\": 5}", "State: {\"a\": -7, \"c\": 3, \"e\": 9, \"f\": 5}"], "answer": "c = 3"} -{"question": "b = b * d\nb = 2\nb = 4 // b", "steps": ["State: {\"b\": 90, \"d\": -6}", "State: {\"b\": 2, \"d\": -6}", "State: {\"b\": 2, \"d\": -6}"], "answer": "b = 2"} -{"question": "f = d\ne = 2 * e\nf = b - d", "steps": ["State: {\"b\": 2, \"d\": 13, \"e\": 5, \"f\": 13}", "State: {\"b\": 2, \"d\": 13, \"e\": 10, \"f\": 13}", "State: {\"b\": 2, \"d\": 13, \"e\": 10, \"f\": -11}"], "answer": "f = -11"} -{"question": "b = a // a\nb = b\na = 4 - a", "steps": ["State: {\"a\": -14, \"b\": 1, \"c\": 7}", "State: {\"a\": -14, \"b\": 1, \"c\": 7}", "State: {\"a\": 18, \"b\": 1, \"c\": 7}"], "answer": "a = 18"} -{"question": "d = f + 5\nc = 1\nc = c * 7", "steps": ["State: {\"c\": 13, \"d\": 4, \"f\": -1}", "State: {\"c\": 1, \"d\": 4, \"f\": -1}", "State: {\"c\": 7, \"d\": 4, \"f\": -1}"], "answer": "c = 7"} -{"question": "d = 5 + b\nd = b * d\nd = d * b", "steps": ["State: {\"b\": 2, \"d\": 7}", "State: {\"b\": 2, \"d\": 14}", "State: {\"b\": 2, \"d\": 28}"], "answer": "d = 28"} -{"question": "d = a - d\nd = 6\nc = c", "steps": ["State: {\"a\": 1, \"c\": 16, \"d\": -1}", "State: {\"a\": 1, \"c\": 16, \"d\": 6}", "State: {\"a\": 1, \"c\": 16, \"d\": 6}"], "answer": "c = 16"} -{"question": "a = f * b\nb = f\nd = d // b", "steps": ["State: {\"a\": 45, \"b\": -9, \"d\": -3, \"f\": -5}", "State: {\"a\": 45, \"b\": -5, \"d\": -3, \"f\": -5}", "State: {\"a\": 45, \"b\": -5, \"d\": 0, \"f\": -5}"], "answer": "d = 0"} -{"question": "c = 10\nc = 1 * a\nc = a", "steps": ["State: {\"a\": 18, \"c\": 10}", "State: {\"a\": 18, \"c\": 18}", "State: {\"a\": 18, \"c\": 18}"], "answer": "c = 18"} -{"question": "c = f * c\ne = 9 // c\nd = 5", "steps": ["State: {\"c\": -40, \"d\": -14, \"e\": -8, \"f\": 10}", "State: {\"c\": -40, \"d\": -14, \"e\": -1, \"f\": 10}", "State: {\"c\": -40, \"d\": 5, \"e\": -1, \"f\": 10}"], "answer": "d = 5"} -{"question": "b = 1\na = b\nb = 1", "steps": ["State: {\"a\": -18, \"b\": 1, \"c\": -14}", "State: {\"a\": 1, \"b\": 1, \"c\": -14}", "State: {\"a\": 1, \"b\": 1, \"c\": -14}"], "answer": "b = 1"} -{"question": "a = c * a\nd = 5\na = c", "steps": ["State: {\"a\": -98, \"c\": 7, \"d\": 7}", "State: {\"a\": -98, \"c\": 7, \"d\": 5}", "State: {\"a\": 7, \"c\": 7, \"d\": 5}"], "answer": "a = 7"} -{"question": "f = d\nc = d\nc = f", "steps": ["State: {\"c\": -5, \"d\": 0, \"f\": 0}", "State: {\"c\": 0, \"d\": 0, \"f\": 0}", "State: {\"c\": 0, \"d\": 0, \"f\": 0}"], "answer": "c = 0"} -{"question": "b = c + 7\nc = e - 8\nc = 9", "steps": ["State: {\"b\": -8, \"c\": -15, \"e\": 20}", "State: {\"b\": -8, \"c\": 12, \"e\": 20}", "State: {\"b\": -8, \"c\": 9, \"e\": 20}"], "answer": "c = 9"} -{"question": "a = 3 // a\na = 10\na = e", "steps": ["State: {\"a\": -1, \"e\": -2}", "State: {\"a\": 10, \"e\": -2}", "State: {\"a\": -2, \"e\": -2}"], "answer": "a = -2"} -{"question": "a = 6\na = 7\nf = f", "steps": ["State: {\"a\": 6, \"f\": -11}", "State: {\"a\": 7, \"f\": -11}", "State: {\"a\": 7, \"f\": -11}"], "answer": "f = -11"} -{"question": "a = a // a\ne = 2 * 6\na = e", "steps": ["State: {\"a\": 1, \"e\": 10}", "State: {\"a\": 1, \"e\": 12}", "State: {\"a\": 12, \"e\": 12}"], "answer": "a = 12"} -{"question": "a = e\ne = c + 5\na = e", "steps": ["State: {\"a\": 20, \"c\": 9, \"d\": 18, \"e\": 20}", "State: {\"a\": 20, \"c\": 9, \"d\": 18, \"e\": 14}", "State: {\"a\": 14, \"c\": 9, \"d\": 18, \"e\": 14}"], "answer": "a = 14"} -{"question": "b = b - 2\ne = c\ne = 8", "steps": ["State: {\"b\": 0, \"c\": -7, \"d\": 19, \"e\": -15}", "State: {\"b\": 0, \"c\": -7, \"d\": 19, \"e\": -7}", "State: {\"b\": 0, \"c\": -7, \"d\": 19, \"e\": 8}"], "answer": "e = 8"} -{"question": "d = 10 * 6\nd = 8\nd = 6", "steps": ["State: {\"a\": 9, \"d\": 60, \"e\": -4}", "State: {\"a\": 9, \"d\": 8, \"e\": -4}", "State: {\"a\": 9, \"d\": 6, \"e\": -4}"], "answer": "d = 6"} -{"question": "a = b\nb = e\nb = 3 - 5", "steps": ["State: {\"a\": -19, \"b\": -19, \"e\": -19}", "State: {\"a\": -19, \"b\": -19, \"e\": -19}", "State: {\"a\": -19, \"b\": -2, \"e\": -19}"], "answer": "b = -2"} -{"question": "b = c - c\nb = c + 1\nb = 10 // 2", "steps": ["State: {\"b\": 0, \"c\": -17}", "State: {\"b\": -16, \"c\": -17}", "State: {\"b\": 5, \"c\": -17}"], "answer": "b = 5"} -{"question": "d = b\nc = 7\nd = 1 + b", "steps": ["State: {\"b\": -10, \"c\": -10, \"d\": -10}", "State: {\"b\": -10, \"c\": 7, \"d\": -10}", "State: {\"b\": -10, \"c\": 7, \"d\": -9}"], "answer": "d = -9"} -{"question": "e = 9\nc = 3 // e\ne = 6 - 9", "steps": ["State: {\"c\": 10, \"e\": 9}", "State: {\"c\": 0, \"e\": 9}", "State: {\"c\": 0, \"e\": -3}"], "answer": "e = -3"} -{"question": "d = d // 10\nd = 4\nb = a", "steps": ["State: {\"a\": -10, \"b\": -17, \"d\": 1, \"f\": 4}", "State: {\"a\": -10, \"b\": -17, \"d\": 4, \"f\": 4}", "State: {\"a\": -10, \"b\": -10, \"d\": 4, \"f\": 4}"], "answer": "b = -10"} -{"question": "f = 4\nf = a - 3\nb = 3 + f", "steps": ["State: {\"a\": 1, \"b\": 10, \"e\": 20, \"f\": 4}", "State: {\"a\": 1, \"b\": 10, \"e\": 20, \"f\": -2}", "State: {\"a\": 1, \"b\": 1, \"e\": 20, \"f\": -2}"], "answer": "b = 1"} -{"question": "c = 2\nc = 10 - e\ne = c", "steps": ["State: {\"c\": 2, \"e\": 11, \"f\": 20}", "State: {\"c\": -1, \"e\": 11, \"f\": 20}", "State: {\"c\": -1, \"e\": -1, \"f\": 20}"], "answer": "e = -1"} -{"question": "e = b - a\ne = 6\nb = a", "steps": ["State: {\"a\": 20, \"b\": 8, \"e\": -12}", "State: {\"a\": 20, \"b\": 8, \"e\": 6}", "State: {\"a\": 20, \"b\": 20, \"e\": 6}"], "answer": "b = 20"} -{"question": "c = f // 8\nc = 10\nc = f * 8", "steps": ["State: {\"b\": -13, \"c\": 1, \"d\": -2, \"f\": 11}", "State: {\"b\": -13, \"c\": 10, \"d\": -2, \"f\": 11}", "State: {\"b\": -13, \"c\": 88, \"d\": -2, \"f\": 11}"], "answer": "c = 88"} -{"question": "b = a + 9\na = a + c\ne = 5", "steps": ["State: {\"a\": -11, \"b\": -2, \"c\": 0, \"e\": -11}", "State: {\"a\": -11, \"b\": -2, \"c\": 0, \"e\": -11}", "State: {\"a\": -11, \"b\": -2, \"c\": 0, \"e\": 5}"], "answer": "e = 5"} -{"question": "d = 5\nd = f\nf = 6 - 7", "steps": ["State: {\"d\": 5, \"f\": -19}", "State: {\"d\": -19, \"f\": -19}", "State: {\"d\": -19, \"f\": -1}"], "answer": "f = -1"} -{"question": "d = 5 + d\na = c\na = b // b\nd = b + b", "steps": ["State: {\"a\": 6, \"b\": 17, \"c\": 16, \"d\": -10}", "State: {\"a\": 16, \"b\": 17, \"c\": 16, \"d\": -10}", "State: {\"a\": 1, \"b\": 17, \"c\": 16, \"d\": -10}", "State: {\"a\": 1, \"b\": 17, \"c\": 16, \"d\": 34}"], "answer": "d = 34"} -{"question": "f = c\nc = c // c\nc = f // 3\nf = 10", "steps": ["State: {\"c\": -7, \"f\": -7}", "State: {\"c\": 1, \"f\": -7}", "State: {\"c\": -3, \"f\": -7}", "State: {\"c\": -3, \"f\": 10}"], "answer": "f = 10"} -{"question": "c = 9 - c\nc = 10 * f\nc = f // 7\nf = c", "steps": ["State: {\"c\": 9, \"f\": 3}", "State: {\"c\": 30, \"f\": 3}", "State: {\"c\": 0, \"f\": 3}", "State: {\"c\": 0, \"f\": 0}"], "answer": "f = 0"} -{"question": "e = e\nf = 4 * e\nf = 6 // e\ne = f", "steps": ["State: {\"e\": 8, \"f\": -1}", "State: {\"e\": 8, \"f\": 32}", "State: {\"e\": 8, \"f\": 0}", "State: {\"e\": 0, \"f\": 0}"], "answer": "e = 0"} -{"question": "b = c\ne = e - c\ne = a\nb = 10", "steps": ["State: {\"a\": 1, \"b\": 15, \"c\": 15, \"e\": 17}", "State: {\"a\": 1, \"b\": 15, \"c\": 15, \"e\": 2}", "State: {\"a\": 1, \"b\": 15, \"c\": 15, \"e\": 1}", "State: {\"a\": 1, \"b\": 10, \"c\": 15, \"e\": 1}"], "answer": "b = 10"} -{"question": "f = f\ne = 5 + 2\ne = f\ne = 4", "steps": ["State: {\"e\": -2, \"f\": 19}", "State: {\"e\": 7, \"f\": 19}", "State: {\"e\": 19, \"f\": 19}", "State: {\"e\": 4, \"f\": 19}"], "answer": "e = 4"} -{"question": "c = c * e\nd = e * e\nc = d + e\ne = 8 * 1", "steps": ["State: {\"c\": -324, \"d\": -2, \"e\": -18}", "State: {\"c\": -324, \"d\": 324, \"e\": -18}", "State: {\"c\": 306, \"d\": 324, \"e\": -18}", "State: {\"c\": 306, \"d\": 324, \"e\": 8}"], "answer": "e = 8"} -{"question": "d = d\nb = d * 5\nb = b\nb = d // 4", "steps": ["State: {\"b\": 2, \"d\": -18}", "State: {\"b\": -90, \"d\": -18}", "State: {\"b\": -90, \"d\": -18}", "State: {\"b\": -5, \"d\": -18}"], "answer": "b = -5"} -{"question": "f = a + f\nc = d\na = f\nf = d", "steps": ["State: {\"a\": -7, \"c\": -15, \"d\": 11, \"f\": 7}", "State: {\"a\": -7, \"c\": 11, \"d\": 11, \"f\": 7}", "State: {\"a\": 7, \"c\": 11, \"d\": 11, \"f\": 7}", "State: {\"a\": 7, \"c\": 11, \"d\": 11, \"f\": 11}"], "answer": "f = 11"} -{"question": "c = b\nc = c // f\nf = 7 + 3\nf = 4", "steps": ["State: {\"b\": -4, \"c\": -4, \"f\": 10}", "State: {\"b\": -4, \"c\": -1, \"f\": 10}", "State: {\"b\": -4, \"c\": -1, \"f\": 10}", "State: {\"b\": -4, \"c\": -1, \"f\": 4}"], "answer": "f = 4"} -{"question": "b = b\nd = b\ne = e - 7\nd = b", "steps": ["State: {\"b\": -5, \"c\": -6, \"d\": -3, \"e\": 1}", "State: {\"b\": -5, \"c\": -6, \"d\": -5, \"e\": 1}", "State: {\"b\": -5, \"c\": -6, \"d\": -5, \"e\": -6}", "State: {\"b\": -5, \"c\": -6, \"d\": -5, \"e\": -6}"], "answer": "d = -5"} -{"question": "d = a\ne = a\ne = e\na = a", "steps": ["State: {\"a\": 2, \"d\": 2, \"e\": 14}", "State: {\"a\": 2, \"d\": 2, \"e\": 2}", "State: {\"a\": 2, \"d\": 2, \"e\": 2}", "State: {\"a\": 2, \"d\": 2, \"e\": 2}"], "answer": "a = 2"} -{"question": "d = 7\na = a * 2\nd = d\ne = a + 3", "steps": ["State: {\"a\": 0, \"c\": -6, \"d\": 7, \"e\": 13}", "State: {\"a\": 0, \"c\": -6, \"d\": 7, \"e\": 13}", "State: {\"a\": 0, \"c\": -6, \"d\": 7, \"e\": 13}", "State: {\"a\": 0, \"c\": -6, \"d\": 7, \"e\": 3}"], "answer": "e = 3"} -{"question": "f = c * c\nc = 10\nf = f\nf = 8", "steps": ["State: {\"c\": -5, \"f\": 25}", "State: {\"c\": 10, \"f\": 25}", "State: {\"c\": 10, \"f\": 25}", "State: {\"c\": 10, \"f\": 8}"], "answer": "f = 8"} -{"question": "a = 6 + 3\nb = 10 - 5\na = 4\nb = b + a", "steps": ["State: {\"a\": 9, \"b\": -17, \"e\": 13}", "State: {\"a\": 9, \"b\": 5, \"e\": 13}", "State: {\"a\": 4, \"b\": 5, \"e\": 13}", "State: {\"a\": 4, \"b\": 9, \"e\": 13}"], "answer": "b = 9"} -{"question": "e = d\ne = 4 * e\nd = 6\nd = e * e", "steps": ["State: {\"c\": -17, \"d\": 8, \"e\": 8, \"f\": -12}", "State: {\"c\": -17, \"d\": 8, \"e\": 32, \"f\": -12}", "State: {\"c\": -17, \"d\": 6, \"e\": 32, \"f\": -12}", "State: {\"c\": -17, \"d\": 1024, \"e\": 32, \"f\": -12}"], "answer": "d = 1024"} -{"question": "d = 3\nf = d\nf = d\nd = d", "steps": ["State: {\"d\": 3, \"f\": -9}", "State: {\"d\": 3, \"f\": 3}", "State: {\"d\": 3, \"f\": 3}", "State: {\"d\": 3, \"f\": 3}"], "answer": "d = 3"} -{"question": "d = 4 * d\nd = d + b\nb = d\nb = 1 + d", "steps": ["State: {\"b\": 3, \"d\": -80}", "State: {\"b\": 3, \"d\": -77}", "State: {\"b\": -77, \"d\": -77}", "State: {\"b\": -76, \"d\": -77}"], "answer": "b = -76"} -{"question": "e = 6 - c\ne = e - 5\nd = 8\nc = 1 * 9", "steps": ["State: {\"c\": 12, \"d\": 12, \"e\": -6}", "State: {\"c\": 12, \"d\": 12, \"e\": -11}", "State: {\"c\": 12, \"d\": 8, \"e\": -11}", "State: {\"c\": 9, \"d\": 8, \"e\": -11}"], "answer": "c = 9"} -{"question": "d = 2 - 1\nd = d - 10\nc = 8\nc = 5", "steps": ["State: {\"c\": 13, \"d\": 1}", "State: {\"c\": 13, \"d\": -9}", "State: {\"c\": 8, \"d\": -9}", "State: {\"c\": 5, \"d\": -9}"], "answer": "c = 5"} -{"question": "b = b // 7\nb = 6 * b\nf = 8 + 5\nb = 10", "steps": ["State: {\"b\": -2, \"f\": -4}", "State: {\"b\": -12, \"f\": -4}", "State: {\"b\": -12, \"f\": 13}", "State: {\"b\": 10, \"f\": 13}"], "answer": "b = 10"} -{"question": "b = c\nb = c\nf = d // 8\nf = 1 // 2", "steps": ["State: {\"b\": 1, \"c\": 1, \"d\": -7, \"f\": -8}", "State: {\"b\": 1, \"c\": 1, \"d\": -7, \"f\": -8}", "State: {\"b\": 1, \"c\": 1, \"d\": -7, \"f\": -1}", "State: {\"b\": 1, \"c\": 1, \"d\": -7, \"f\": 0}"], "answer": "f = 0"} -{"question": "c = c\ne = c - f\nc = 5 + 3\nc = 5 - e", "steps": ["State: {\"c\": 18, \"e\": -14, \"f\": 19}", "State: {\"c\": 18, \"e\": -1, \"f\": 19}", "State: {\"c\": 8, \"e\": -1, \"f\": 19}", "State: {\"c\": 6, \"e\": -1, \"f\": 19}"], "answer": "c = 6"} -{"question": "c = c + 1\nc = b\nc = c\nc = a + 6", "steps": ["State: {\"a\": 2, \"b\": -16, \"c\": 8}", "State: {\"a\": 2, \"b\": -16, \"c\": -16}", "State: {\"a\": 2, \"b\": -16, \"c\": -16}", "State: {\"a\": 2, \"b\": -16, \"c\": 8}"], "answer": "c = 8"} -{"question": "d = d - f\nf = 2\ne = 6\ne = f", "steps": ["State: {\"d\": 9, \"e\": -11, \"f\": -5}", "State: {\"d\": 9, \"e\": -11, \"f\": 2}", "State: {\"d\": 9, \"e\": 6, \"f\": 2}", "State: {\"d\": 9, \"e\": 2, \"f\": 2}"], "answer": "e = 2"} -{"question": "c = 5\nd = 9 * 8\na = 5\na = 6", "steps": ["State: {\"a\": -5, \"c\": 5, \"d\": -12}", "State: {\"a\": -5, \"c\": 5, \"d\": 72}", "State: {\"a\": 5, \"c\": 5, \"d\": 72}", "State: {\"a\": 6, \"c\": 5, \"d\": 72}"], "answer": "a = 6"} -{"question": "e = e\ne = c\ne = 7\nc = e", "steps": ["State: {\"c\": -7, \"e\": 3}", "State: {\"c\": -7, \"e\": -7}", "State: {\"c\": -7, \"e\": 7}", "State: {\"c\": 7, \"e\": 7}"], "answer": "c = 7"} -{"question": "c = c // e\nc = 5 // e\ne = c * f\nc = e", "steps": ["State: {\"c\": 1, \"e\": 8, \"f\": -5}", "State: {\"c\": 0, \"e\": 8, \"f\": -5}", "State: {\"c\": 0, \"e\": 0, \"f\": -5}", "State: {\"c\": 0, \"e\": 0, \"f\": -5}"], "answer": "c = 0"} -{"question": "d = b\nb = f - b\nb = 5 + f\nb = 1 - f", "steps": ["State: {\"b\": -5, \"d\": -5, \"e\": 12, \"f\": 16}", "State: {\"b\": 21, \"d\": -5, \"e\": 12, \"f\": 16}", "State: {\"b\": 21, \"d\": -5, \"e\": 12, \"f\": 16}", "State: {\"b\": -15, \"d\": -5, \"e\": 12, \"f\": 16}"], "answer": "b = -15"} -{"question": "f = 5 + d\nd = d // f\na = 10\nd = f", "steps": ["State: {\"a\": 13, \"d\": 9, \"f\": 14}", "State: {\"a\": 13, \"d\": 0, \"f\": 14}", "State: {\"a\": 10, \"d\": 0, \"f\": 14}", "State: {\"a\": 10, \"d\": 14, \"f\": 14}"], "answer": "d = 14"} -{"question": "e = 1 + e\nc = 3 * 9\nc = c\nc = e // 4", "steps": ["State: {\"c\": -16, \"e\": -12}", "State: {\"c\": 27, \"e\": -12}", "State: {\"c\": 27, \"e\": -12}", "State: {\"c\": -3, \"e\": -12}"], "answer": "c = -3"} -{"question": "b = f\nf = b + 10\nb = c + 3\nb = b", "steps": ["State: {\"b\": 19, \"c\": -5, \"f\": 19}", "State: {\"b\": 19, \"c\": -5, \"f\": 29}", "State: {\"b\": -2, \"c\": -5, \"f\": 29}", "State: {\"b\": -2, \"c\": -5, \"f\": 29}"], "answer": "b = -2"} -{"question": "a = 2 // d\na = 4 // 1\nd = a\nd = d", "steps": ["State: {\"a\": 0, \"d\": 12}", "State: {\"a\": 4, \"d\": 12}", "State: {\"a\": 4, \"d\": 4}", "State: {\"a\": 4, \"d\": 4}"], "answer": "d = 4"} -{"question": "a = d // d\nd = a\nd = d + a\na = a + a", "steps": ["State: {\"a\": 1, \"d\": -14}", "State: {\"a\": 1, \"d\": 1}", "State: {\"a\": 1, \"d\": 2}", "State: {\"a\": 2, \"d\": 2}"], "answer": "a = 2"} -{"question": "a = a\na = 9 * b\na = a\nb = a", "steps": ["State: {\"a\": -6, \"b\": -13}", "State: {\"a\": -117, \"b\": -13}", "State: {\"a\": -117, \"b\": -13}", "State: {\"a\": -117, \"b\": -117}"], "answer": "b = -117"} -{"question": "c = d\nd = 7\nd = 7 + 1\ne = c", "steps": ["State: {\"c\": -7, \"d\": -7, \"e\": -13}", "State: {\"c\": -7, \"d\": 7, \"e\": -13}", "State: {\"c\": -7, \"d\": 8, \"e\": -13}", "State: {\"c\": -7, \"d\": 8, \"e\": -7}"], "answer": "e = -7"} -{"question": "d = 2 * 9\nd = 5\nb = 8\nd = d + b", "steps": ["State: {\"b\": 8, \"d\": 18}", "State: {\"b\": 8, \"d\": 5}", "State: {\"b\": 8, \"d\": 5}", "State: {\"b\": 8, \"d\": 13}"], "answer": "d = 13"} -{"question": "c = e + e\nc = b\nb = b * 5\ne = b", "steps": ["State: {\"b\": 1, \"c\": -12, \"e\": -6}", "State: {\"b\": 1, \"c\": 1, \"e\": -6}", "State: {\"b\": 5, \"c\": 1, \"e\": -6}", "State: {\"b\": 5, \"c\": 1, \"e\": 5}"], "answer": "e = 5"} -{"question": "b = 6 + e\nb = 10\nd = 1\nb = d * d", "steps": ["State: {\"b\": 1, \"d\": -9, \"e\": -5}", "State: {\"b\": 10, \"d\": -9, \"e\": -5}", "State: {\"b\": 10, \"d\": 1, \"e\": -5}", "State: {\"b\": 1, \"d\": 1, \"e\": -5}"], "answer": "b = 1"} -{"question": "a = a\nd = 1\na = a\nd = d", "steps": ["State: {\"a\": 9, \"d\": 10}", "State: {\"a\": 9, \"d\": 1}", "State: {\"a\": 9, \"d\": 1}", "State: {\"a\": 9, \"d\": 1}"], "answer": "d = 1"} -{"question": "d = a * 9\nd = 2\nd = d\nd = a // d", "steps": ["State: {\"a\": -13, \"d\": -117}", "State: {\"a\": -13, \"d\": 2}", "State: {\"a\": -13, \"d\": 2}", "State: {\"a\": -13, \"d\": -7}"], "answer": "d = -7"} -{"question": "e = 2\ne = f * d\ne = e + d\nd = d - 3", "steps": ["State: {\"d\": -5, \"e\": 2, \"f\": 18}", "State: {\"d\": -5, \"e\": -90, \"f\": 18}", "State: {\"d\": -5, \"e\": -95, \"f\": 18}", "State: {\"d\": -8, \"e\": -95, \"f\": 18}"], "answer": "d = -8"} -{"question": "d = d\nf = 10 - f\na = 4\na = f * a", "steps": ["State: {\"a\": 2, \"d\": 3, \"f\": 17}", "State: {\"a\": 2, \"d\": 3, \"f\": -7}", "State: {\"a\": 4, \"d\": 3, \"f\": -7}", "State: {\"a\": -28, \"d\": 3, \"f\": -7}"], "answer": "a = -28"} -{"question": "a = e\ne = a\ne = a - a\ne = 8 * 9", "steps": ["State: {\"a\": -13, \"e\": -13}", "State: {\"a\": -13, \"e\": -13}", "State: {\"a\": -13, \"e\": 0}", "State: {\"a\": -13, \"e\": 72}"], "answer": "e = 72"} -{"question": "d = a - f\na = a + 1\na = f\nf = 8 // 3", "steps": ["State: {\"a\": -19, \"d\": -20, \"f\": 1}", "State: {\"a\": -18, \"d\": -20, \"f\": 1}", "State: {\"a\": 1, \"d\": -20, \"f\": 1}", "State: {\"a\": 1, \"d\": -20, \"f\": 2}"], "answer": "f = 2"} -{"question": "d = b + e\nd = d // d\ne = d\nb = d - 8", "steps": ["State: {\"b\": 9, \"d\": 19, \"e\": 10}", "State: {\"b\": 9, \"d\": 1, \"e\": 10}", "State: {\"b\": 9, \"d\": 1, \"e\": 1}", "State: {\"b\": -7, \"d\": 1, \"e\": 1}"], "answer": "b = -7"} -{"question": "a = a * a\na = b // a\na = 1\nb = a * 1", "steps": ["State: {\"a\": 225, \"b\": 18}", "State: {\"a\": 0, \"b\": 18}", "State: {\"a\": 1, \"b\": 18}", "State: {\"a\": 1, \"b\": 1}"], "answer": "b = 1"} -{"question": "d = f - c\nf = f\nc = c\nd = 2", "steps": ["State: {\"a\": -16, \"c\": -10, \"d\": 28, \"f\": 18}", "State: {\"a\": -16, \"c\": -10, \"d\": 28, \"f\": 18}", "State: {\"a\": -16, \"c\": -10, \"d\": 28, \"f\": 18}", "State: {\"a\": -16, \"c\": -10, \"d\": 2, \"f\": 18}"], "answer": "d = 2"} -{"question": "d = 9 * 8\nd = 8 - a\na = 8\nd = a", "steps": ["State: {\"a\": -20, \"d\": 72}", "State: {\"a\": -20, \"d\": 28}", "State: {\"a\": 8, \"d\": 28}", "State: {\"a\": 8, \"d\": 8}"], "answer": "d = 8"} -{"question": "b = a - 10\nc = e + a\na = b + b\nb = b", "steps": ["State: {\"a\": 4, \"b\": -6, \"c\": 15, \"e\": 14}", "State: {\"a\": 4, \"b\": -6, \"c\": 18, \"e\": 14}", "State: {\"a\": -12, \"b\": -6, \"c\": 18, \"e\": 14}", "State: {\"a\": -12, \"b\": -6, \"c\": 18, \"e\": 14}"], "answer": "b = -6"} -{"question": "d = e\nc = c\ne = 3 - 8\nc = c - a", "steps": ["State: {\"a\": 7, \"c\": 7, \"d\": -2, \"e\": -2}", "State: {\"a\": 7, \"c\": 7, \"d\": -2, \"e\": -2}", "State: {\"a\": 7, \"c\": 7, \"d\": -2, \"e\": -5}", "State: {\"a\": 7, \"c\": 0, \"d\": -2, \"e\": -5}"], "answer": "c = 0"} -{"question": "f = 5 - f\nb = a // b\nf = a // b\nb = f", "steps": ["State: {\"a\": 2, \"b\": -2, \"f\": 20}", "State: {\"a\": 2, \"b\": -1, \"f\": 20}", "State: {\"a\": 2, \"b\": -1, \"f\": -2}", "State: {\"a\": 2, \"b\": -2, \"f\": -2}"], "answer": "b = -2"} -{"question": "e = e - c\ne = 1 // b\nb = c\ne = e + e", "steps": ["State: {\"b\": 14, \"c\": -11, \"e\": -4}", "State: {\"b\": 14, \"c\": -11, \"e\": 0}", "State: {\"b\": -11, \"c\": -11, \"e\": 0}", "State: {\"b\": -11, \"c\": -11, \"e\": 0}"], "answer": "e = 0"} -{"question": "a = a - d\nd = 1 - d\na = d\na = d", "steps": ["State: {\"a\": -1, \"d\": -3}", "State: {\"a\": -1, \"d\": 4}", "State: {\"a\": 4, \"d\": 4}", "State: {\"a\": 4, \"d\": 4}"], "answer": "a = 4"} -{"question": "a = d - d\nd = 5 + f\nf = 8 // f\nd = a + 2", "steps": ["State: {\"a\": 0, \"d\": 12, \"f\": 14}", "State: {\"a\": 0, \"d\": 19, \"f\": 14}", "State: {\"a\": 0, \"d\": 19, \"f\": 0}", "State: {\"a\": 0, \"d\": 2, \"f\": 0}"], "answer": "d = 2"} -{"question": "c = b\nc = 9\nb = b // 5\nb = c", "steps": ["State: {\"b\": 2, \"c\": 2}", "State: {\"b\": 2, \"c\": 9}", "State: {\"b\": 0, \"c\": 9}", "State: {\"b\": 9, \"c\": 9}"], "answer": "b = 9"} -{"question": "a = a\na = a + a\nf = 4\nb = a", "steps": ["State: {\"a\": 18, \"b\": 6, \"f\": -5}", "State: {\"a\": 36, \"b\": 6, \"f\": -5}", "State: {\"a\": 36, \"b\": 6, \"f\": 4}", "State: {\"a\": 36, \"b\": 36, \"f\": 4}"], "answer": "b = 36"} -{"question": "a = d - 1\nf = b + 2\nf = 10\nd = a // b", "steps": ["State: {\"a\": -15, \"b\": -2, \"d\": -14, \"f\": -2}", "State: {\"a\": -15, \"b\": -2, \"d\": -14, \"f\": 0}", "State: {\"a\": -15, \"b\": -2, \"d\": -14, \"f\": 10}", "State: {\"a\": -15, \"b\": -2, \"d\": 7, \"f\": 10}"], "answer": "d = 7"} -{"question": "b = b // b\na = 2\na = b + b\na = a", "steps": ["State: {\"a\": 20, \"b\": 1}", "State: {\"a\": 2, \"b\": 1}", "State: {\"a\": 2, \"b\": 1}", "State: {\"a\": 2, \"b\": 1}"], "answer": "a = 2"} -{"question": "e = c\ne = e // e\ne = e\nc = e * e", "steps": ["State: {\"c\": 2, \"e\": 2}", "State: {\"c\": 2, \"e\": 1}", "State: {\"c\": 2, \"e\": 1}", "State: {\"c\": 1, \"e\": 1}"], "answer": "c = 1"} -{"question": "e = b - 7\nb = b * e\nb = 7\ne = b - b", "steps": ["State: {\"b\": 9, \"c\": -2, \"e\": 2, \"f\": -2}", "State: {\"b\": 18, \"c\": -2, \"e\": 2, \"f\": -2}", "State: {\"b\": 7, \"c\": -2, \"e\": 2, \"f\": -2}", "State: {\"b\": 7, \"c\": -2, \"e\": 0, \"f\": -2}"], "answer": "e = 0"} -{"question": "b = b\nd = d * 2\nd = 6\nb = b", "steps": ["State: {\"b\": -5, \"c\": -4, \"d\": -17}", "State: {\"b\": -5, \"c\": -4, \"d\": -34}", "State: {\"b\": -5, \"c\": -4, \"d\": 6}", "State: {\"b\": -5, \"c\": -4, \"d\": 6}"], "answer": "b = -5"} -{"question": "e = c // 7\na = f + f\na = e - c\na = a", "steps": ["State: {\"a\": -3, \"c\": -8, \"e\": -2, \"f\": 9}", "State: {\"a\": 18, \"c\": -8, \"e\": -2, \"f\": 9}", "State: {\"a\": 6, \"c\": -8, \"e\": -2, \"f\": 9}", "State: {\"a\": 6, \"c\": -8, \"e\": -2, \"f\": 9}"], "answer": "a = 6"} -{"question": "e = b\nb = b\ne = e\ne = 10 + b", "steps": ["State: {\"b\": 9, \"e\": 9}", "State: {\"b\": 9, \"e\": 9}", "State: {\"b\": 9, \"e\": 9}", "State: {\"b\": 9, \"e\": 19}"], "answer": "e = 19"} -{"question": "f = f\nf = b * 9\nc = f\nc = 5 // e", "steps": ["State: {\"b\": 5, \"c\": 9, \"e\": -10, \"f\": -9}", "State: {\"b\": 5, \"c\": 9, \"e\": -10, \"f\": 45}", "State: {\"b\": 5, \"c\": 45, \"e\": -10, \"f\": 45}", "State: {\"b\": 5, \"c\": -1, \"e\": -10, \"f\": 45}"], "answer": "c = -1"} -{"question": "d = d + 10\nb = a + 10\na = 1\nb = 6 - 7", "steps": ["State: {\"a\": 14, \"b\": 20, \"c\": -8, \"d\": 5}", "State: {\"a\": 14, \"b\": 24, \"c\": -8, \"d\": 5}", "State: {\"a\": 1, \"b\": 24, \"c\": -8, \"d\": 5}", "State: {\"a\": 1, \"b\": -1, \"c\": -8, \"d\": 5}"], "answer": "b = -1"} -{"question": "c = c // a\na = a\nc = c\na = c - 4", "steps": ["State: {\"a\": -14, \"c\": -2}", "State: {\"a\": -14, \"c\": -2}", "State: {\"a\": -14, \"c\": -2}", "State: {\"a\": -6, \"c\": -2}"], "answer": "a = -6"} -{"question": "d = 8\nd = 4 + d\nf = f * 10\nd = 7", "steps": ["State: {\"c\": 1, \"d\": 8, \"f\": -12}", "State: {\"c\": 1, \"d\": 12, \"f\": -12}", "State: {\"c\": 1, \"d\": 12, \"f\": -120}", "State: {\"c\": 1, \"d\": 7, \"f\": -120}"], "answer": "d = 7"} -{"question": "c = c // 6\nb = 8\ne = 7 * 1\nb = e", "steps": ["State: {\"b\": 20, \"c\": -2, \"e\": -4}", "State: {\"b\": 8, \"c\": -2, \"e\": -4}", "State: {\"b\": 8, \"c\": -2, \"e\": 7}", "State: {\"b\": 7, \"c\": -2, \"e\": 7}"], "answer": "b = 7"} -{"question": "a = a // 9\nb = 2 + 1\nb = b\nb = 8 + a", "steps": ["State: {\"a\": 1, \"b\": 13}", "State: {\"a\": 1, \"b\": 3}", "State: {\"a\": 1, \"b\": 3}", "State: {\"a\": 1, \"b\": 9}"], "answer": "b = 9"} -{"question": "a = 2\nf = f\nf = d + 10\nd = 4", "steps": ["State: {\"a\": 2, \"b\": -1, \"d\": 9, \"f\": -20}", "State: {\"a\": 2, \"b\": -1, \"d\": 9, \"f\": -20}", "State: {\"a\": 2, \"b\": -1, \"d\": 9, \"f\": 19}", "State: {\"a\": 2, \"b\": -1, \"d\": 4, \"f\": 19}"], "answer": "d = 4"} -{"question": "b = 5 // e\na = 7\nd = b\na = 7", "steps": ["State: {\"a\": 12, \"b\": 1, \"d\": -6, \"e\": 4}", "State: {\"a\": 7, \"b\": 1, \"d\": -6, \"e\": 4}", "State: {\"a\": 7, \"b\": 1, \"d\": 1, \"e\": 4}", "State: {\"a\": 7, \"b\": 1, \"d\": 1, \"e\": 4}"], "answer": "a = 7"} -{"question": "e = 8 - 2\nf = 1 // 1\nb = 7\nb = 5 - f", "steps": ["State: {\"b\": -1, \"e\": 6, \"f\": -9}", "State: {\"b\": -1, \"e\": 6, \"f\": 1}", "State: {\"b\": 7, \"e\": 6, \"f\": 1}", "State: {\"b\": 4, \"e\": 6, \"f\": 1}"], "answer": "b = 4"} -{"question": "c = 3\nb = 7 - a\nb = d * c\na = b + d", "steps": ["State: {\"a\": -11, \"b\": 3, \"c\": 3, \"d\": 8}", "State: {\"a\": -11, \"b\": 18, \"c\": 3, \"d\": 8}", "State: {\"a\": -11, \"b\": 24, \"c\": 3, \"d\": 8}", "State: {\"a\": 32, \"b\": 24, \"c\": 3, \"d\": 8}"], "answer": "a = 32"} -{"question": "f = 6\ne = f * 3\nf = c + f\nf = 9", "steps": ["State: {\"c\": -15, \"d\": 5, \"e\": 1, \"f\": 6}", "State: {\"c\": -15, \"d\": 5, \"e\": 18, \"f\": 6}", "State: {\"c\": -15, \"d\": 5, \"e\": 18, \"f\": -9}", "State: {\"c\": -15, \"d\": 5, \"e\": 18, \"f\": 9}"], "answer": "f = 9"} -{"question": "f = 1 * 5\nc = 7\nf = 9 - 6\nd = 10", "steps": ["State: {\"b\": -3, \"c\": -3, \"d\": 16, \"f\": 5}", "State: {\"b\": -3, \"c\": 7, \"d\": 16, \"f\": 5}", "State: {\"b\": -3, \"c\": 7, \"d\": 16, \"f\": 3}", "State: {\"b\": -3, \"c\": 7, \"d\": 10, \"f\": 3}"], "answer": "d = 10"} -{"question": "e = e\nb = 6 // b\nb = b + b\ne = a * 5", "steps": ["State: {\"a\": -6, \"b\": 1, \"e\": 10}", "State: {\"a\": -6, \"b\": 6, \"e\": 10}", "State: {\"a\": -6, \"b\": 12, \"e\": 10}", "State: {\"a\": -6, \"b\": 12, \"e\": -30}"], "answer": "e = -30"} -{"question": "e = e\nf = f - c\nc = 6 - c\nc = e + 5", "steps": ["State: {\"c\": 7, \"d\": -13, \"e\": 18, \"f\": -2}", "State: {\"c\": 7, \"d\": -13, \"e\": 18, \"f\": -9}", "State: {\"c\": -1, \"d\": -13, \"e\": 18, \"f\": -9}", "State: {\"c\": 23, \"d\": -13, \"e\": 18, \"f\": -9}"], "answer": "c = 23"} -{"question": "b = b\ne = d * 2\nb = 9 - b\ne = 6 * e", "steps": ["State: {\"b\": -2, \"d\": -17, \"e\": 16}", "State: {\"b\": -2, \"d\": -17, \"e\": -34}", "State: {\"b\": 11, \"d\": -17, \"e\": -34}", "State: {\"b\": 11, \"d\": -17, \"e\": -204}"], "answer": "e = -204"} -{"question": "d = 5\na = e * a\ne = c\na = e", "steps": ["State: {\"a\": -7, \"c\": 16, \"d\": 5, \"e\": 11}", "State: {\"a\": -77, \"c\": 16, \"d\": 5, \"e\": 11}", "State: {\"a\": -77, \"c\": 16, \"d\": 5, \"e\": 16}", "State: {\"a\": 16, \"c\": 16, \"d\": 5, \"e\": 16}"], "answer": "a = 16"} -{"question": "c = c // c\nf = c\ne = 10 * 3\nc = 2 // 8", "steps": ["State: {\"c\": 1, \"e\": 18, \"f\": -20}", "State: {\"c\": 1, \"e\": 18, \"f\": 1}", "State: {\"c\": 1, \"e\": 30, \"f\": 1}", "State: {\"c\": 0, \"e\": 30, \"f\": 1}"], "answer": "c = 0"} -{"question": "b = b * 7\nd = 1\nd = d - d\nb = b", "steps": ["State: {\"b\": -91, \"d\": -18}", "State: {\"b\": -91, \"d\": 1}", "State: {\"b\": -91, \"d\": 0}", "State: {\"b\": -91, \"d\": 0}"], "answer": "b = -91"} -{"question": "d = d // 5\nd = 5\nd = 3 + d\nd = f // 2", "steps": ["State: {\"d\": -2, \"f\": -9}", "State: {\"d\": 5, \"f\": -9}", "State: {\"d\": 8, \"f\": -9}", "State: {\"d\": -5, \"f\": -9}"], "answer": "d = -5"} -{"question": "f = f\nf = b\nd = b * d\nd = 10", "steps": ["State: {\"b\": 9, \"d\": -3, \"f\": -4}", "State: {\"b\": 9, \"d\": -3, \"f\": 9}", "State: {\"b\": 9, \"d\": -27, \"f\": 9}", "State: {\"b\": 9, \"d\": 10, \"f\": 9}"], "answer": "d = 10"} -{"question": "b = 9 * 10\nf = c // 10\nb = b\nc = f", "steps": ["State: {\"b\": 90, \"c\": 3, \"d\": -14, \"f\": -4}", "State: {\"b\": 90, \"c\": 3, \"d\": -14, \"f\": 0}", "State: {\"b\": 90, \"c\": 3, \"d\": -14, \"f\": 0}", "State: {\"b\": 90, \"c\": 0, \"d\": -14, \"f\": 0}"], "answer": "c = 0"} -{"question": "f = 9 + 9\ne = e // 8\ne = f * 1\ne = e * 3", "steps": ["State: {\"e\": -5, \"f\": 18}", "State: {\"e\": -1, \"f\": 18}", "State: {\"e\": 18, \"f\": 18}", "State: {\"e\": 54, \"f\": 18}"], "answer": "e = 54"} -{"question": "d = b + 3\nb = 2 * a\na = d\nd = 4 + 8", "steps": ["State: {\"a\": -9, \"b\": -11, \"c\": 17, \"d\": -8}", "State: {\"a\": -9, \"b\": -18, \"c\": 17, \"d\": -8}", "State: {\"a\": -8, \"b\": -18, \"c\": 17, \"d\": -8}", "State: {\"a\": -8, \"b\": -18, \"c\": 17, \"d\": 12}"], "answer": "d = 12"} -{"question": "b = e + 1\nb = e + b\nd = 5\ne = d - d", "steps": ["State: {\"b\": -14, \"d\": -5, \"e\": -15}", "State: {\"b\": -29, \"d\": -5, \"e\": -15}", "State: {\"b\": -29, \"d\": 5, \"e\": -15}", "State: {\"b\": -29, \"d\": 5, \"e\": 0}"], "answer": "e = 0"} -{"question": "d = f // f\nd = 6 + a\na = f\nd = 9 - a", "steps": ["State: {\"a\": -3, \"c\": 14, \"d\": 1, \"f\": 9}", "State: {\"a\": -3, \"c\": 14, \"d\": 3, \"f\": 9}", "State: {\"a\": 9, \"c\": 14, \"d\": 3, \"f\": 9}", "State: {\"a\": 9, \"c\": 14, \"d\": 0, \"f\": 9}"], "answer": "d = 0"} -{"question": "b = 3 // b\nd = d * d\nd = d\nd = 4", "steps": ["State: {\"b\": -1, \"d\": 11}", "State: {\"b\": -1, \"d\": 121}", "State: {\"b\": -1, \"d\": 121}", "State: {\"b\": -1, \"d\": 4}"], "answer": "d = 4"} -{"question": "d = 10 // d\nb = a\nc = b\na = c * c", "steps": ["State: {\"a\": -12, \"b\": 18, \"c\": -15, \"d\": -2}", "State: {\"a\": -12, \"b\": -12, \"c\": -15, \"d\": -2}", "State: {\"a\": -12, \"b\": -12, \"c\": -12, \"d\": -2}", "State: {\"a\": 144, \"b\": -12, \"c\": -12, \"d\": -2}"], "answer": "a = 144"} -{"question": "e = b * 7\nd = 10\nb = 8\nd = e * 5", "steps": ["State: {\"b\": 3, \"d\": 1, \"e\": 21, \"f\": 14}", "State: {\"b\": 3, \"d\": 10, \"e\": 21, \"f\": 14}", "State: {\"b\": 8, \"d\": 10, \"e\": 21, \"f\": 14}", "State: {\"b\": 8, \"d\": 105, \"e\": 21, \"f\": 14}"], "answer": "d = 105"} -{"question": "a = e\nb = c // 3\ne = 7\ne = 1 - 7", "steps": ["State: {\"a\": 13, \"b\": -20, \"c\": -2, \"e\": 13}", "State: {\"a\": 13, \"b\": -1, \"c\": -2, \"e\": 13}", "State: {\"a\": 13, \"b\": -1, \"c\": -2, \"e\": 7}", "State: {\"a\": 13, \"b\": -1, \"c\": -2, \"e\": -6}"], "answer": "e = -6"} -{"question": "d = d + e\nd = 3 + a\ne = a\na = e // a", "steps": ["State: {\"a\": 16, \"d\": -16, \"e\": -4}", "State: {\"a\": 16, \"d\": 19, \"e\": -4}", "State: {\"a\": 16, \"d\": 19, \"e\": 16}", "State: {\"a\": 1, \"d\": 19, \"e\": 16}"], "answer": "a = 1"} -{"question": "a = b\nd = 2 - 3\nb = 3 // b\nd = b // d", "steps": ["State: {\"a\": -18, \"b\": -18, \"d\": -17, \"f\": -7}", "State: {\"a\": -18, \"b\": -18, \"d\": -1, \"f\": -7}", "State: {\"a\": -18, \"b\": -1, \"d\": -1, \"f\": -7}", "State: {\"a\": -18, \"b\": -1, \"d\": 1, \"f\": -7}"], "answer": "d = 1"} -{"question": "d = e\na = 7 - 5\ne = a * 9\na = 5", "steps": ["State: {\"a\": 2, \"d\": 8, \"e\": 8}", "State: {\"a\": 2, \"d\": 8, \"e\": 8}", "State: {\"a\": 2, \"d\": 8, \"e\": 18}", "State: {\"a\": 5, \"d\": 8, \"e\": 18}"], "answer": "a = 5"} -{"question": "f = 10 * 8\nc = c - e\ne = e * 9\nd = 8", "steps": ["State: {\"c\": 16, \"d\": -11, \"e\": 0, \"f\": 80}", "State: {\"c\": 16, \"d\": -11, \"e\": 0, \"f\": 80}", "State: {\"c\": 16, \"d\": -11, \"e\": 0, \"f\": 80}", "State: {\"c\": 16, \"d\": 8, \"e\": 0, \"f\": 80}"], "answer": "d = 8"} -{"question": "a = 5\na = 3\na = 6 // c\nc = 5 + 8", "steps": ["State: {\"a\": 5, \"c\": 10}", "State: {\"a\": 3, \"c\": 10}", "State: {\"a\": 0, \"c\": 10}", "State: {\"a\": 0, \"c\": 13}"], "answer": "c = 13"} -{"question": "b = 7\na = a\na = 9\na = 2 // a", "steps": ["State: {\"a\": -20, \"b\": 7}", "State: {\"a\": -20, \"b\": 7}", "State: {\"a\": 9, \"b\": 7}", "State: {\"a\": 0, \"b\": 7}"], "answer": "a = 0"} -{"question": "f = 1 * e\ne = 1 * e\nf = 5 - 10\nd = 5", "steps": ["State: {\"d\": -19, \"e\": -13, \"f\": -13}", "State: {\"d\": -19, \"e\": -13, \"f\": -13}", "State: {\"d\": -19, \"e\": -13, \"f\": -5}", "State: {\"d\": 5, \"e\": -13, \"f\": -5}"], "answer": "d = 5"} -{"question": "c = e\na = e\nc = c\nc = c", "steps": ["State: {\"a\": 3, \"c\": 17, \"e\": 17}", "State: {\"a\": 17, \"c\": 17, \"e\": 17}", "State: {\"a\": 17, \"c\": 17, \"e\": 17}", "State: {\"a\": 17, \"c\": 17, \"e\": 17}"], "answer": "c = 17"} -{"question": "a = f\nf = a + f\nc = 1\na = 2", "steps": ["State: {\"a\": -6, \"c\": 1, \"e\": 11, \"f\": -6}", "State: {\"a\": -6, \"c\": 1, \"e\": 11, \"f\": -12}", "State: {\"a\": -6, \"c\": 1, \"e\": 11, \"f\": -12}", "State: {\"a\": 2, \"c\": 1, \"e\": 11, \"f\": -12}"], "answer": "a = 2"} -{"question": "c = c - c\nc = c\nb = b // a\nc = c", "steps": ["State: {\"a\": 15, \"b\": 19, \"c\": 0}", "State: {\"a\": 15, \"b\": 19, \"c\": 0}", "State: {\"a\": 15, \"b\": 1, \"c\": 0}", "State: {\"a\": 15, \"b\": 1, \"c\": 0}"], "answer": "c = 0"} -{"question": "f = 8\nf = 2\nd = f // c\nf = 6 // 1", "steps": ["State: {\"a\": -18, \"c\": 17, \"d\": -4, \"f\": 8}", "State: {\"a\": -18, \"c\": 17, \"d\": -4, \"f\": 2}", "State: {\"a\": -18, \"c\": 17, \"d\": 0, \"f\": 2}", "State: {\"a\": -18, \"c\": 17, \"d\": 0, \"f\": 6}"], "answer": "f = 6"} -{"question": "b = 6\ne = a\na = 5 + 10\nf = 9", "steps": ["State: {\"a\": 3, \"b\": 6, \"e\": 12, \"f\": 18}", "State: {\"a\": 3, \"b\": 6, \"e\": 3, \"f\": 18}", "State: {\"a\": 15, \"b\": 6, \"e\": 3, \"f\": 18}", "State: {\"a\": 15, \"b\": 6, \"e\": 3, \"f\": 9}"], "answer": "f = 9"} -{"question": "c = f - c\ne = f // 10\ne = 4\nc = 3", "steps": ["State: {\"c\": 16, \"e\": 9, \"f\": 18}", "State: {\"c\": 16, \"e\": 1, \"f\": 18}", "State: {\"c\": 16, \"e\": 4, \"f\": 18}", "State: {\"c\": 3, \"e\": 4, \"f\": 18}"], "answer": "c = 3"} -{"question": "d = f - e\nd = 10\nf = d // e\nf = 5", "steps": ["State: {\"d\": 18, \"e\": -5, \"f\": 13}", "State: {\"d\": 10, \"e\": -5, \"f\": 13}", "State: {\"d\": 10, \"e\": -5, \"f\": -2}", "State: {\"d\": 10, \"e\": -5, \"f\": 5}"], "answer": "f = 5"} -{"question": "c = a // 7\nb = 5 - 2\na = b // 9\nc = c // b", "steps": ["State: {\"a\": 13, \"b\": -14, \"c\": 1, \"d\": -17}", "State: {\"a\": 13, \"b\": 3, \"c\": 1, \"d\": -17}", "State: {\"a\": 0, \"b\": 3, \"c\": 1, \"d\": -17}", "State: {\"a\": 0, \"b\": 3, \"c\": 0, \"d\": -17}"], "answer": "c = 0"} -{"question": "f = b\nf = b\nb = 3\nb = f * b", "steps": ["State: {\"b\": 3, \"f\": 3}", "State: {\"b\": 3, \"f\": 3}", "State: {\"b\": 3, \"f\": 3}", "State: {\"b\": 9, \"f\": 3}"], "answer": "b = 9"} -{"question": "b = b // b\nb = d - 10\nb = b\nd = b + d", "steps": ["State: {\"b\": 1, \"d\": 15}", "State: {\"b\": 5, \"d\": 15}", "State: {\"b\": 5, \"d\": 15}", "State: {\"b\": 5, \"d\": 20}"], "answer": "d = 20"} -{"question": "a = 10\na = 6 - 4\na = 9\nf = f - a", "steps": ["State: {\"a\": 10, \"b\": 0, \"f\": 17}", "State: {\"a\": 2, \"b\": 0, \"f\": 17}", "State: {\"a\": 9, \"b\": 0, \"f\": 17}", "State: {\"a\": 9, \"b\": 0, \"f\": 8}"], "answer": "f = 8"} -{"question": "e = 6\ne = c * c\ne = e - c\ne = e", "steps": ["State: {\"c\": -20, \"e\": 6}", "State: {\"c\": -20, \"e\": 400}", "State: {\"c\": -20, \"e\": 420}", "State: {\"c\": -20, \"e\": 420}"], "answer": "e = 420"} -{"question": "b = 9 - b\nc = a * 9\nc = 10 * d\nc = 3 + 8", "steps": ["State: {\"a\": -11, \"b\": 3, \"c\": 11, \"d\": 17}", "State: {\"a\": -11, \"b\": 3, \"c\": -99, \"d\": 17}", "State: {\"a\": -11, \"b\": 3, \"c\": 170, \"d\": 17}", "State: {\"a\": -11, \"b\": 3, \"c\": 11, \"d\": 17}"], "answer": "c = 11"} -{"question": "a = 6\nf = f // e\na = d // d\na = a", "steps": ["State: {\"a\": 6, \"d\": 20, \"e\": 10, \"f\": -16}", "State: {\"a\": 6, \"d\": 20, \"e\": 10, \"f\": -2}", "State: {\"a\": 1, \"d\": 20, \"e\": 10, \"f\": -2}", "State: {\"a\": 1, \"d\": 20, \"e\": 10, \"f\": -2}"], "answer": "a = 1"} -{"question": "f = e // 8\ne = 7\nb = 3 * b\ne = 5 * 6", "steps": ["State: {\"b\": -7, \"e\": -6, \"f\": -1}", "State: {\"b\": -7, \"e\": 7, \"f\": -1}", "State: {\"b\": -21, \"e\": 7, \"f\": -1}", "State: {\"b\": -21, \"e\": 30, \"f\": -1}"], "answer": "e = 30"} -{"question": "e = 9\na = f\nf = 7 // e\nf = a", "steps": ["State: {\"a\": 4, \"e\": 9, \"f\": -4}", "State: {\"a\": -4, \"e\": 9, \"f\": -4}", "State: {\"a\": -4, \"e\": 9, \"f\": 0}", "State: {\"a\": -4, \"e\": 9, \"f\": -4}"], "answer": "f = -4"} -{"question": "c = c\nf = c - d\ne = 5 + 10\nc = e - 5", "steps": ["State: {\"c\": -11, \"d\": 16, \"e\": -12, \"f\": -15}", "State: {\"c\": -11, \"d\": 16, \"e\": -12, \"f\": -27}", "State: {\"c\": -11, \"d\": 16, \"e\": 15, \"f\": -27}", "State: {\"c\": 10, \"d\": 16, \"e\": 15, \"f\": -27}"], "answer": "c = 10"} -{"question": "b = 6 + b\nb = f // 4\nc = 4\nf = 4", "steps": ["State: {\"b\": -11, \"c\": -17, \"d\": -19, \"f\": 6}", "State: {\"b\": 1, \"c\": -17, \"d\": -19, \"f\": 6}", "State: {\"b\": 1, \"c\": 4, \"d\": -19, \"f\": 6}", "State: {\"b\": 1, \"c\": 4, \"d\": -19, \"f\": 4}"], "answer": "f = 4"} -{"question": "c = 10\nd = 8\nc = 9 // 9\na = b - 6", "steps": ["State: {\"a\": -14, \"b\": -13, \"c\": 10, \"d\": 5}", "State: {\"a\": -14, \"b\": -13, \"c\": 10, \"d\": 8}", "State: {\"a\": -14, \"b\": -13, \"c\": 1, \"d\": 8}", "State: {\"a\": -19, \"b\": -13, \"c\": 1, \"d\": 8}"], "answer": "a = -19"} -{"question": "b = f\nf = b\nb = 3\nb = 9", "steps": ["State: {\"b\": 19, \"f\": 19}", "State: {\"b\": 19, \"f\": 19}", "State: {\"b\": 3, \"f\": 19}", "State: {\"b\": 9, \"f\": 19}"], "answer": "b = 9"} -{"question": "d = d * 8\nf = f\nf = f\nd = f", "steps": ["State: {\"d\": 72, \"f\": -5}", "State: {\"d\": 72, \"f\": -5}", "State: {\"d\": 72, \"f\": -5}", "State: {\"d\": -5, \"f\": -5}"], "answer": "d = -5"} -{"question": "e = 4 * e\na = 5 + f\na = e\ne = f", "steps": ["State: {\"a\": 10, \"e\": -52, \"f\": 6}", "State: {\"a\": 11, \"e\": -52, \"f\": 6}", "State: {\"a\": -52, \"e\": -52, \"f\": 6}", "State: {\"a\": -52, \"e\": 6, \"f\": 6}"], "answer": "e = 6"} -{"question": "f = 7 * c\nc = b\nf = f\nc = b // f", "steps": ["State: {\"b\": -4, \"c\": -2, \"f\": -14}", "State: {\"b\": -4, \"c\": -4, \"f\": -14}", "State: {\"b\": -4, \"c\": -4, \"f\": -14}", "State: {\"b\": -4, \"c\": 0, \"f\": -14}"], "answer": "c = 0"} -{"question": "d = d\nd = 9 // d\nd = 10\na = a", "steps": ["State: {\"a\": 12, \"d\": -19}", "State: {\"a\": 12, \"d\": -1}", "State: {\"a\": 12, \"d\": 10}", "State: {\"a\": 12, \"d\": 10}"], "answer": "a = 12"} -{"question": "c = b + 9\nb = b + 5\nc = b\nb = b", "steps": ["State: {\"b\": -2, \"c\": 7}", "State: {\"b\": 3, \"c\": 7}", "State: {\"b\": 3, \"c\": 3}", "State: {\"b\": 3, \"c\": 3}"], "answer": "b = 3"} -{"question": "d = 6 // a\na = c - 2\nf = d\nc = 7 // a", "steps": ["State: {\"a\": -11, \"c\": 14, \"d\": -1, \"f\": 17}", "State: {\"a\": 12, \"c\": 14, \"d\": -1, \"f\": 17}", "State: {\"a\": 12, \"c\": 14, \"d\": -1, \"f\": -1}", "State: {\"a\": 12, \"c\": 0, \"d\": -1, \"f\": -1}"], "answer": "c = 0"} -{"question": "e = 5\na = e // a\nc = 9\nc = 1", "steps": ["State: {\"a\": 8, \"c\": -8, \"e\": 5}", "State: {\"a\": 0, \"c\": -8, \"e\": 5}", "State: {\"a\": 0, \"c\": 9, \"e\": 5}", "State: {\"a\": 0, \"c\": 1, \"e\": 5}"], "answer": "c = 1"} -{"question": "e = c\nb = c\ne = e\nb = e + c", "steps": ["State: {\"b\": -17, \"c\": -19, \"e\": -19}", "State: {\"b\": -19, \"c\": -19, \"e\": -19}", "State: {\"b\": -19, \"c\": -19, \"e\": -19}", "State: {\"b\": -38, \"c\": -19, \"e\": -19}"], "answer": "b = -38"} -{"question": "a = a\na = 8\nd = a * 4\nd = a - 10", "steps": ["State: {\"a\": -13, \"d\": -15}", "State: {\"a\": 8, \"d\": -15}", "State: {\"a\": 8, \"d\": 32}", "State: {\"a\": 8, \"d\": -2}"], "answer": "d = -2"} -{"question": "a = 6 - 8\ne = b\nb = a\na = 7 - e", "steps": ["State: {\"a\": -2, \"b\": 3, \"e\": 6}", "State: {\"a\": -2, \"b\": 3, \"e\": 3}", "State: {\"a\": -2, \"b\": -2, \"e\": 3}", "State: {\"a\": 4, \"b\": -2, \"e\": 3}"], "answer": "a = 4"} -{"question": "c = c + c\na = 2 + a\nc = c\na = a", "steps": ["State: {\"a\": -5, \"c\": -38}", "State: {\"a\": -3, \"c\": -38}", "State: {\"a\": -3, \"c\": -38}", "State: {\"a\": -3, \"c\": -38}"], "answer": "a = -3"} -{"question": "e = 8 * 2\na = e // 2\na = e * e\ne = 1 - f", "steps": ["State: {\"a\": -10, \"e\": 16, \"f\": 18}", "State: {\"a\": 8, \"e\": 16, \"f\": 18}", "State: {\"a\": 256, \"e\": 16, \"f\": 18}", "State: {\"a\": 256, \"e\": -17, \"f\": 18}"], "answer": "e = -17"} -{"question": "b = b\nb = 3\nb = b\nf = b", "steps": ["State: {\"b\": 4, \"f\": 3}", "State: {\"b\": 3, \"f\": 3}", "State: {\"b\": 3, \"f\": 3}", "State: {\"b\": 3, \"f\": 3}"], "answer": "f = 3"} -{"question": "b = d - 6\nb = d - 9\nd = b\nd = 5 - b", "steps": ["State: {\"b\": -22, \"d\": -16}", "State: {\"b\": -25, \"d\": -16}", "State: {\"b\": -25, \"d\": -25}", "State: {\"b\": -25, \"d\": 30}"], "answer": "d = 30"} -{"question": "f = e * e\nf = e\nc = 10 // d\nc = f + 6", "steps": ["State: {\"c\": 5, \"d\": 12, \"e\": -11, \"f\": 121}", "State: {\"c\": 5, \"d\": 12, \"e\": -11, \"f\": -11}", "State: {\"c\": 0, \"d\": 12, \"e\": -11, \"f\": -11}", "State: {\"c\": -5, \"d\": 12, \"e\": -11, \"f\": -11}"], "answer": "c = -5"} -{"question": "f = 3 // 7\na = 3\nf = 3\na = f // a", "steps": ["State: {\"a\": 5, \"f\": 0}", "State: {\"a\": 3, \"f\": 0}", "State: {\"a\": 3, \"f\": 3}", "State: {\"a\": 1, \"f\": 3}"], "answer": "a = 1"} -{"question": "b = 4\nc = c + d\ne = 7\nb = 2", "steps": ["State: {\"b\": 4, \"c\": 11, \"d\": 13, \"e\": 4}", "State: {\"b\": 4, \"c\": 24, \"d\": 13, \"e\": 4}", "State: {\"b\": 4, \"c\": 24, \"d\": 13, \"e\": 7}", "State: {\"b\": 2, \"c\": 24, \"d\": 13, \"e\": 7}"], "answer": "b = 2"} -{"question": "c = d\nc = b\nd = d\na = c", "steps": ["State: {\"a\": -5, \"b\": 16, \"c\": 14, \"d\": 14}", "State: {\"a\": -5, \"b\": 16, \"c\": 16, \"d\": 14}", "State: {\"a\": -5, \"b\": 16, \"c\": 16, \"d\": 14}", "State: {\"a\": 16, \"b\": 16, \"c\": 16, \"d\": 14}"], "answer": "a = 16"} -{"question": "f = f\nf = d + d\nf = d - f\nd = f", "steps": ["State: {\"d\": -10, \"f\": -11}", "State: {\"d\": -10, \"f\": -20}", "State: {\"d\": -10, \"f\": 10}", "State: {\"d\": 10, \"f\": 10}"], "answer": "d = 10"} -{"question": "d = 2 + e\ne = a\ne = d // e\na = 3 - 6", "steps": ["State: {\"a\": -17, \"d\": 7, \"e\": 5}", "State: {\"a\": -17, \"d\": 7, \"e\": -17}", "State: {\"a\": -17, \"d\": 7, \"e\": -1}", "State: {\"a\": -3, \"d\": 7, \"e\": -1}"], "answer": "a = -3"} -{"question": "e = c\nc = 6 // c\ne = c\ne = e", "steps": ["State: {\"c\": 3, \"e\": 3}", "State: {\"c\": 2, \"e\": 3}", "State: {\"c\": 2, \"e\": 2}", "State: {\"c\": 2, \"e\": 2}"], "answer": "e = 2"} -{"question": "e = a\nb = a\ne = 8 * b\nb = b * f", "steps": ["State: {\"a\": 9, \"b\": -3, \"e\": 9, \"f\": -5}", "State: {\"a\": 9, \"b\": 9, \"e\": 9, \"f\": -5}", "State: {\"a\": 9, \"b\": 9, \"e\": 72, \"f\": -5}", "State: {\"a\": 9, \"b\": -45, \"e\": 72, \"f\": -5}"], "answer": "b = -45"} -{"question": "c = 9 + c\nd = d + d\nd = 9\nd = 9 // c", "steps": ["State: {\"a\": -19, \"c\": 28, \"d\": -8, \"f\": -5}", "State: {\"a\": -19, \"c\": 28, \"d\": -16, \"f\": -5}", "State: {\"a\": -19, \"c\": 28, \"d\": 9, \"f\": -5}", "State: {\"a\": -19, \"c\": 28, \"d\": 0, \"f\": -5}"], "answer": "d = 0"} -{"question": "b = 5\nb = d + b\nb = 5 - 3\nd = 5 * 2", "steps": ["State: {\"a\": 5, \"b\": 5, \"d\": 1}", "State: {\"a\": 5, \"b\": 6, \"d\": 1}", "State: {\"a\": 5, \"b\": 2, \"d\": 1}", "State: {\"a\": 5, \"b\": 2, \"d\": 10}"], "answer": "d = 10"} -{"question": "d = 4\nd = 2\nd = d\na = d", "steps": ["State: {\"a\": 13, \"d\": 4}", "State: {\"a\": 13, \"d\": 2}", "State: {\"a\": 13, \"d\": 2}", "State: {\"a\": 2, \"d\": 2}"], "answer": "a = 2"} -{"question": "b = d - d\nd = b + b\nd = 10 * b\nd = 4", "steps": ["State: {\"b\": 0, \"d\": 8}", "State: {\"b\": 0, \"d\": 0}", "State: {\"b\": 0, \"d\": 0}", "State: {\"b\": 0, \"d\": 4}"], "answer": "d = 4"} -{"question": "c = d\nc = 6 - c\nd = d\nc = d", "steps": ["State: {\"c\": -18, \"d\": -18}", "State: {\"c\": 24, \"d\": -18}", "State: {\"c\": 24, \"d\": -18}", "State: {\"c\": -18, \"d\": -18}"], "answer": "c = -18"} -{"question": "b = 5 + e\ne = 5\ne = e - 2\ne = e", "steps": ["State: {\"b\": -5, \"e\": -10}", "State: {\"b\": -5, \"e\": 5}", "State: {\"b\": -5, \"e\": 3}", "State: {\"b\": -5, \"e\": 3}"], "answer": "e = 3"} -{"question": "b = c - 3\nd = 1 * 10\nb = c\nd = c", "steps": ["State: {\"b\": 5, \"c\": 8, \"d\": -17}", "State: {\"b\": 5, \"c\": 8, \"d\": 10}", "State: {\"b\": 8, \"c\": 8, \"d\": 10}", "State: {\"b\": 8, \"c\": 8, \"d\": 8}"], "answer": "d = 8"} -{"question": "c = f - 8\nf = 10\nc = 3 - 2\nc = c", "steps": ["State: {\"c\": -25, \"f\": -17}", "State: {\"c\": -25, \"f\": 10}", "State: {\"c\": 1, \"f\": 10}", "State: {\"c\": 1, \"f\": 10}"], "answer": "c = 1"} -{"question": "d = d + d\nf = d\nd = d - 3\nd = 3 + 2", "steps": ["State: {\"d\": -40, \"f\": -4}", "State: {\"d\": -40, \"f\": -40}", "State: {\"d\": -43, \"f\": -40}", "State: {\"d\": 5, \"f\": -40}"], "answer": "d = 5"} -{"question": "f = 2\na = a\na = f\na = f", "steps": ["State: {\"a\": -11, \"f\": 2}", "State: {\"a\": -11, \"f\": 2}", "State: {\"a\": 2, \"f\": 2}", "State: {\"a\": 2, \"f\": 2}"], "answer": "a = 2"} -{"question": "c = 10\na = 1\na = b // 3\nc = f * a", "steps": ["State: {\"a\": 5, \"b\": 6, \"c\": 10, \"f\": 12}", "State: {\"a\": 1, \"b\": 6, \"c\": 10, \"f\": 12}", "State: {\"a\": 2, \"b\": 6, \"c\": 10, \"f\": 12}", "State: {\"a\": 2, \"b\": 6, \"c\": 24, \"f\": 12}"], "answer": "c = 24"} -{"question": "c = e - 3\ne = a * e\nd = e - d\nc = e", "steps": ["State: {\"a\": 20, \"c\": 4, \"d\": -6, \"e\": 7}", "State: {\"a\": 20, \"c\": 4, \"d\": -6, \"e\": 140}", "State: {\"a\": 20, \"c\": 4, \"d\": 146, \"e\": 140}", "State: {\"a\": 20, \"c\": 140, \"d\": 146, \"e\": 140}"], "answer": "c = 140"} -{"question": "b = b\na = a * b\na = 6\na = b", "steps": ["State: {\"a\": 7, \"b\": -12}", "State: {\"a\": -84, \"b\": -12}", "State: {\"a\": 6, \"b\": -12}", "State: {\"a\": -12, \"b\": -12}"], "answer": "a = -12"} -{"question": "d = e\nd = d * d\nd = e\ne = e - 7", "steps": ["State: {\"d\": -20, \"e\": -20}", "State: {\"d\": 400, \"e\": -20}", "State: {\"d\": -20, \"e\": -20}", "State: {\"d\": -20, \"e\": -27}"], "answer": "e = -27"} -{"question": "c = b\nc = c - 7\nc = 5\nc = b", "steps": ["State: {\"b\": 5, \"c\": 5}", "State: {\"b\": 5, \"c\": -2}", "State: {\"b\": 5, \"c\": 5}", "State: {\"b\": 5, \"c\": 5}"], "answer": "c = 5"} -{"question": "d = d * 3\nd = d - d\nd = 7 // c\nd = c // 7", "steps": ["State: {\"c\": 8, \"d\": 18}", "State: {\"c\": 8, \"d\": 0}", "State: {\"c\": 8, \"d\": 0}", "State: {\"c\": 8, \"d\": 1}"], "answer": "d = 1"} -{"question": "c = 1 + 10\nc = c\na = a\na = a // a", "steps": ["State: {\"a\": 9, \"c\": 11}", "State: {\"a\": 9, \"c\": 11}", "State: {\"a\": 9, \"c\": 11}", "State: {\"a\": 1, \"c\": 11}"], "answer": "a = 1"} -{"question": "e = e * c\nf = c\nf = e\ne = 7", "steps": ["State: {\"c\": 3, \"e\": 18, \"f\": 7}", "State: {\"c\": 3, \"e\": 18, \"f\": 3}", "State: {\"c\": 3, \"e\": 18, \"f\": 18}", "State: {\"c\": 3, \"e\": 7, \"f\": 18}"], "answer": "e = 7"} -{"question": "d = 9\nd = a + 1\nb = 9\nf = b * f", "steps": ["State: {\"a\": 11, \"b\": 18, \"d\": 9, \"f\": -10}", "State: {\"a\": 11, \"b\": 18, \"d\": 12, \"f\": -10}", "State: {\"a\": 11, \"b\": 9, \"d\": 12, \"f\": -10}", "State: {\"a\": 11, \"b\": 9, \"d\": 12, \"f\": -90}"], "answer": "f = -90"} -{"question": "d = 1\nd = d // b\nd = b + 2\nb = b // d", "steps": ["State: {\"b\": 13, \"d\": 1}", "State: {\"b\": 13, \"d\": 0}", "State: {\"b\": 13, \"d\": 15}", "State: {\"b\": 0, \"d\": 15}"], "answer": "b = 0"} -{"question": "f = 10\nf = f - c\nc = c\nf = c", "steps": ["State: {\"c\": -4, \"f\": 10}", "State: {\"c\": -4, \"f\": 14}", "State: {\"c\": -4, \"f\": 14}", "State: {\"c\": -4, \"f\": -4}"], "answer": "f = -4"} -{"question": "c = b\nc = 10 * 1\ne = b\ne = c + e", "steps": ["State: {\"b\": 0, \"c\": 0, \"e\": 4}", "State: {\"b\": 0, \"c\": 10, \"e\": 4}", "State: {\"b\": 0, \"c\": 10, \"e\": 0}", "State: {\"b\": 0, \"c\": 10, \"e\": 10}"], "answer": "e = 10"} -{"question": "e = f\ne = b\ne = 9\nf = b - 5", "steps": ["State: {\"b\": 1, \"d\": 2, \"e\": -15, \"f\": -15}", "State: {\"b\": 1, \"d\": 2, \"e\": 1, \"f\": -15}", "State: {\"b\": 1, \"d\": 2, \"e\": 9, \"f\": -15}", "State: {\"b\": 1, \"d\": 2, \"e\": 9, \"f\": -4}"], "answer": "f = -4"} -{"question": "e = e\ne = e // a\nd = c\nc = a", "steps": ["State: {\"a\": 19, \"c\": -3, \"d\": 7, \"e\": 5}", "State: {\"a\": 19, \"c\": -3, \"d\": 7, \"e\": 0}", "State: {\"a\": 19, \"c\": -3, \"d\": -3, \"e\": 0}", "State: {\"a\": 19, \"c\": 19, \"d\": -3, \"e\": 0}"], "answer": "c = 19"} -{"question": "b = c\nb = 5\na = a\na = c", "steps": ["State: {\"a\": 13, \"b\": -4, \"c\": -4}", "State: {\"a\": 13, \"b\": 5, \"c\": -4}", "State: {\"a\": 13, \"b\": 5, \"c\": -4}", "State: {\"a\": -4, \"b\": 5, \"c\": -4}"], "answer": "a = -4"} -{"question": "b = b - 7\ne = 8\nd = d // d\nd = d - b", "steps": ["State: {\"b\": -25, \"d\": 10, \"e\": 5, \"f\": -16}", "State: {\"b\": -25, \"d\": 10, \"e\": 8, \"f\": -16}", "State: {\"b\": -25, \"d\": 1, \"e\": 8, \"f\": -16}", "State: {\"b\": -25, \"d\": 26, \"e\": 8, \"f\": -16}"], "answer": "d = 26"} -{"question": "d = f\nc = 2\nf = d // c\nd = a", "steps": ["State: {\"a\": 18, \"c\": -1, \"d\": 1, \"f\": 1}", "State: {\"a\": 18, \"c\": 2, \"d\": 1, \"f\": 1}", "State: {\"a\": 18, \"c\": 2, \"d\": 1, \"f\": 0}", "State: {\"a\": 18, \"c\": 2, \"d\": 18, \"f\": 0}"], "answer": "d = 18"} -{"question": "e = f\nf = f * 1\nf = 6\nd = e", "steps": ["State: {\"d\": 20, \"e\": 0, \"f\": 0}", "State: {\"d\": 20, \"e\": 0, \"f\": 0}", "State: {\"d\": 20, \"e\": 0, \"f\": 6}", "State: {\"d\": 0, \"e\": 0, \"f\": 6}"], "answer": "d = 0"} -{"question": "d = e // 8\ne = d * e\nd = d + 4\nd = d // 9", "steps": ["State: {\"d\": -2, \"e\": -13}", "State: {\"d\": -2, \"e\": 26}", "State: {\"d\": 2, \"e\": 26}", "State: {\"d\": 0, \"e\": 26}"], "answer": "d = 0"} -{"question": "c = f\ne = e\nc = 5 - 3\nf = 6", "steps": ["State: {\"b\": -3, \"c\": -5, \"e\": 0, \"f\": -5}", "State: {\"b\": -3, \"c\": -5, \"e\": 0, \"f\": -5}", "State: {\"b\": -3, \"c\": 2, \"e\": 0, \"f\": -5}", "State: {\"b\": -3, \"c\": 2, \"e\": 0, \"f\": 6}"], "answer": "f = 6"} -{"question": "d = b\na = 10 * e\na = 1\na = 10", "steps": ["State: {\"a\": -11, \"b\": -19, \"d\": -19, \"e\": 19}", "State: {\"a\": 190, \"b\": -19, \"d\": -19, \"e\": 19}", "State: {\"a\": 1, \"b\": -19, \"d\": -19, \"e\": 19}", "State: {\"a\": 10, \"b\": -19, \"d\": -19, \"e\": 19}"], "answer": "a = 10"} -{"question": "d = d * d\nb = f\nb = b + d\nb = f", "steps": ["State: {\"b\": -14, \"d\": 100, \"f\": 0}", "State: {\"b\": 0, \"d\": 100, \"f\": 0}", "State: {\"b\": 100, \"d\": 100, \"f\": 0}", "State: {\"b\": 0, \"d\": 100, \"f\": 0}"], "answer": "b = 0"} -{"question": "f = e\ne = 4 - 9\ne = 9\ne = f", "steps": ["State: {\"e\": 14, \"f\": 14}", "State: {\"e\": -5, \"f\": 14}", "State: {\"e\": 9, \"f\": 14}", "State: {\"e\": 14, \"f\": 14}"], "answer": "e = 14"} -{"question": "b = 5\na = d + b\na = 3\nd = 5 // a", "steps": ["State: {\"a\": 19, \"b\": 5, \"d\": 4, \"e\": -13}", "State: {\"a\": 9, \"b\": 5, \"d\": 4, \"e\": -13}", "State: {\"a\": 3, \"b\": 5, \"d\": 4, \"e\": -13}", "State: {\"a\": 3, \"b\": 5, \"d\": 1, \"e\": -13}"], "answer": "d = 1"} -{"question": "c = b\nb = a\nc = c * 6\nc = b * 5", "steps": ["State: {\"a\": -18, \"b\": 17, \"c\": 17}", "State: {\"a\": -18, \"b\": -18, \"c\": 17}", "State: {\"a\": -18, \"b\": -18, \"c\": 102}", "State: {\"a\": -18, \"b\": -18, \"c\": -90}"], "answer": "c = -90"} -{"question": "a = 7\na = a - 6\ne = 9 // a\ne = a * 5", "steps": ["State: {\"a\": 7, \"e\": -14}", "State: {\"a\": 1, \"e\": -14}", "State: {\"a\": 1, \"e\": 9}", "State: {\"a\": 1, \"e\": 5}"], "answer": "e = 5"} -{"question": "a = b\nb = 7 - 7\nd = d * f\nb = 1 // d\nf = a", "steps": ["State: {\"a\": 0, \"b\": 0, \"d\": -20, \"f\": 8}", "State: {\"a\": 0, \"b\": 0, \"d\": -20, \"f\": 8}", "State: {\"a\": 0, \"b\": 0, \"d\": -160, \"f\": 8}", "State: {\"a\": 0, \"b\": -1, \"d\": -160, \"f\": 8}", "State: {\"a\": 0, \"b\": -1, \"d\": -160, \"f\": 0}"], "answer": "f = 0"} -{"question": "d = e\ne = 10\nd = e\nd = e - 8\ne = e", "steps": ["State: {\"d\": -6, \"e\": -6}", "State: {\"d\": -6, \"e\": 10}", "State: {\"d\": 10, \"e\": 10}", "State: {\"d\": 2, \"e\": 10}", "State: {\"d\": 2, \"e\": 10}"], "answer": "e = 10"} -{"question": "a = 4 // 9\na = d // 4\nd = 7\na = d * a\na = d", "steps": ["State: {\"a\": 0, \"d\": 4}", "State: {\"a\": 1, \"d\": 4}", "State: {\"a\": 1, \"d\": 7}", "State: {\"a\": 7, \"d\": 7}", "State: {\"a\": 7, \"d\": 7}"], "answer": "a = 7"} -{"question": "f = f + a\na = 5\ne = 1\na = e\ne = 8", "steps": ["State: {\"a\": 5, \"e\": -18, \"f\": -1}", "State: {\"a\": 5, \"e\": -18, \"f\": -1}", "State: {\"a\": 5, \"e\": 1, \"f\": -1}", "State: {\"a\": 1, \"e\": 1, \"f\": -1}", "State: {\"a\": 1, \"e\": 8, \"f\": -1}"], "answer": "e = 8"} -{"question": "d = 3 + c\nc = d * 7\nd = 9\nc = d + c\nd = d // c", "steps": ["State: {\"c\": 20, \"d\": 23}", "State: {\"c\": 161, \"d\": 23}", "State: {\"c\": 161, \"d\": 9}", "State: {\"c\": 170, \"d\": 9}", "State: {\"c\": 170, \"d\": 0}"], "answer": "d = 0"} -{"question": "b = b - 10\nf = 5\nf = d\nf = d * 1\nb = f", "steps": ["State: {\"b\": 8, \"c\": -9, \"d\": -12, \"f\": -5}", "State: {\"b\": 8, \"c\": -9, \"d\": -12, \"f\": 5}", "State: {\"b\": 8, \"c\": -9, \"d\": -12, \"f\": -12}", "State: {\"b\": 8, \"c\": -9, \"d\": -12, \"f\": -12}", "State: {\"b\": -12, \"c\": -9, \"d\": -12, \"f\": -12}"], "answer": "b = -12"} -{"question": "a = d // d\na = 9 * d\na = 6\nd = d\nd = d", "steps": ["State: {\"a\": 1, \"d\": 1}", "State: {\"a\": 9, \"d\": 1}", "State: {\"a\": 6, \"d\": 1}", "State: {\"a\": 6, \"d\": 1}", "State: {\"a\": 6, \"d\": 1}"], "answer": "d = 1"} -{"question": "c = c + 1\nc = 8 - 4\nc = f\nc = f\nf = f", "steps": ["State: {\"c\": 1, \"f\": 1}", "State: {\"c\": 4, \"f\": 1}", "State: {\"c\": 1, \"f\": 1}", "State: {\"c\": 1, \"f\": 1}", "State: {\"c\": 1, \"f\": 1}"], "answer": "f = 1"} -{"question": "a = 6\nc = a\nc = 3\nc = a\na = 4", "steps": ["State: {\"a\": 6, \"c\": 17}", "State: {\"a\": 6, \"c\": 6}", "State: {\"a\": 6, \"c\": 3}", "State: {\"a\": 6, \"c\": 6}", "State: {\"a\": 4, \"c\": 6}"], "answer": "a = 4"} -{"question": "c = 10\ne = f\nc = f + 8\ne = 3 + c\ne = 2 * 3", "steps": ["State: {\"c\": 10, \"e\": 3, \"f\": -5}", "State: {\"c\": 10, \"e\": -5, \"f\": -5}", "State: {\"c\": 3, \"e\": -5, \"f\": -5}", "State: {\"c\": 3, \"e\": 6, \"f\": -5}", "State: {\"c\": 3, \"e\": 6, \"f\": -5}"], "answer": "e = 6"} -{"question": "e = 4 * d\nd = d\nd = 1 + d\nd = 9\nd = 10 * 9", "steps": ["State: {\"d\": 10, \"e\": 40}", "State: {\"d\": 10, \"e\": 40}", "State: {\"d\": 11, \"e\": 40}", "State: {\"d\": 9, \"e\": 40}", "State: {\"d\": 90, \"e\": 40}"], "answer": "d = 90"} -{"question": "b = d\nb = 7\nd = 3\nb = b\nd = d - b", "steps": ["State: {\"b\": -17, \"d\": -17}", "State: {\"b\": 7, \"d\": -17}", "State: {\"b\": 7, \"d\": 3}", "State: {\"b\": 7, \"d\": 3}", "State: {\"b\": 7, \"d\": -4}"], "answer": "d = -4"} -{"question": "a = d // 2\ne = d * 3\na = 3 + 5\na = e\nd = 5 * 4", "steps": ["State: {\"a\": -7, \"d\": -13, \"e\": 12}", "State: {\"a\": -7, \"d\": -13, \"e\": -39}", "State: {\"a\": 8, \"d\": -13, \"e\": -39}", "State: {\"a\": -39, \"d\": -13, \"e\": -39}", "State: {\"a\": -39, \"d\": 20, \"e\": -39}"], "answer": "d = 20"} -{"question": "c = 1 + f\nd = c + e\nf = e\ne = 1\nf = d // e", "steps": ["State: {\"c\": -6, \"d\": 4, \"e\": 17, \"f\": -7}", "State: {\"c\": -6, \"d\": 11, \"e\": 17, \"f\": -7}", "State: {\"c\": -6, \"d\": 11, \"e\": 17, \"f\": 17}", "State: {\"c\": -6, \"d\": 11, \"e\": 1, \"f\": 17}", "State: {\"c\": -6, \"d\": 11, \"e\": 1, \"f\": 11}"], "answer": "f = 11"} -{"question": "f = e\ne = f // c\nc = 6\nf = 7\ne = 9", "steps": ["State: {\"c\": 16, \"e\": -5, \"f\": -5}", "State: {\"c\": 16, \"e\": -1, \"f\": -5}", "State: {\"c\": 6, \"e\": -1, \"f\": -5}", "State: {\"c\": 6, \"e\": -1, \"f\": 7}", "State: {\"c\": 6, \"e\": 9, \"f\": 7}"], "answer": "e = 9"} -{"question": "c = 2 // 9\nc = 5 - a\na = 8 // 9\na = a\na = 5", "steps": ["State: {\"a\": -9, \"c\": 0, \"f\": 18}", "State: {\"a\": -9, \"c\": 14, \"f\": 18}", "State: {\"a\": 0, \"c\": 14, \"f\": 18}", "State: {\"a\": 0, \"c\": 14, \"f\": 18}", "State: {\"a\": 5, \"c\": 14, \"f\": 18}"], "answer": "a = 5"} -{"question": "e = 8 // 5\nd = 9 + e\nd = d - d\nd = e + e\ne = 1 - e", "steps": ["State: {\"d\": 9, \"e\": 1}", "State: {\"d\": 10, \"e\": 1}", "State: {\"d\": 0, \"e\": 1}", "State: {\"d\": 2, \"e\": 1}", "State: {\"d\": 2, \"e\": 0}"], "answer": "e = 0"} -{"question": "f = a // f\na = 2\nf = 10\nd = 9 // f\nd = a", "steps": ["State: {\"a\": -3, \"b\": 14, \"d\": -1, \"f\": 1}", "State: {\"a\": 2, \"b\": 14, \"d\": -1, \"f\": 1}", "State: {\"a\": 2, \"b\": 14, \"d\": -1, \"f\": 10}", "State: {\"a\": 2, \"b\": 14, \"d\": 0, \"f\": 10}", "State: {\"a\": 2, \"b\": 14, \"d\": 2, \"f\": 10}"], "answer": "d = 2"} -{"question": "a = a // a\nb = b * 10\nb = 7 * a\na = b - a\nb = a * 6", "steps": ["State: {\"a\": 1, \"b\": 13}", "State: {\"a\": 1, \"b\": 130}", "State: {\"a\": 1, \"b\": 7}", "State: {\"a\": 6, \"b\": 7}", "State: {\"a\": 6, \"b\": 36}"], "answer": "b = 36"} -{"question": "f = 8 // 9\nc = c * c\nc = e\nf = 9\nf = e + 9", "steps": ["State: {\"c\": 2, \"e\": -19, \"f\": 0}", "State: {\"c\": 4, \"e\": -19, \"f\": 0}", "State: {\"c\": -19, \"e\": -19, \"f\": 0}", "State: {\"c\": -19, \"e\": -19, \"f\": 9}", "State: {\"c\": -19, \"e\": -19, \"f\": -10}"], "answer": "f = -10"} -{"question": "a = 1\na = 8\nd = 9\nb = d\nd = d * 10", "steps": ["State: {\"a\": 1, \"b\": 8, \"d\": 9}", "State: {\"a\": 8, \"b\": 8, \"d\": 9}", "State: {\"a\": 8, \"b\": 8, \"d\": 9}", "State: {\"a\": 8, \"b\": 9, \"d\": 9}", "State: {\"a\": 8, \"b\": 9, \"d\": 90}"], "answer": "d = 90"} -{"question": "b = f // 3\nf = b\nb = b\nf = 8 // b\nb = f // 7", "steps": ["State: {\"b\": 3, \"f\": 10}", "State: {\"b\": 3, \"f\": 3}", "State: {\"b\": 3, \"f\": 3}", "State: {\"b\": 3, \"f\": 2}", "State: {\"b\": 0, \"f\": 2}"], "answer": "b = 0"} -{"question": "a = 1\na = f\nc = f // 3\nc = 2\nc = a - 9", "steps": ["State: {\"a\": 1, \"c\": -5, \"f\": -3}", "State: {\"a\": -3, \"c\": -5, \"f\": -3}", "State: {\"a\": -3, \"c\": -1, \"f\": -3}", "State: {\"a\": -3, \"c\": 2, \"f\": -3}", "State: {\"a\": -3, \"c\": -12, \"f\": -3}"], "answer": "c = -12"} -{"question": "a = b\nb = 1 * b\nb = b\na = b + b\nb = 2", "steps": ["State: {\"a\": 13, \"b\": 13}", "State: {\"a\": 13, \"b\": 13}", "State: {\"a\": 13, \"b\": 13}", "State: {\"a\": 26, \"b\": 13}", "State: {\"a\": 26, \"b\": 2}"], "answer": "b = 2"} -{"question": "e = 6 + b\ne = 7\nb = 2\ne = e * b\nb = e * b", "steps": ["State: {\"b\": 9, \"e\": 15}", "State: {\"b\": 9, \"e\": 7}", "State: {\"b\": 2, \"e\": 7}", "State: {\"b\": 2, \"e\": 14}", "State: {\"b\": 28, \"e\": 14}"], "answer": "b = 28"} -{"question": "a = 6\na = 4\nf = 2 + f\ne = e * 2\nf = 1 + 7", "steps": ["State: {\"a\": 6, \"e\": 13, \"f\": -4}", "State: {\"a\": 4, \"e\": 13, \"f\": -4}", "State: {\"a\": 4, \"e\": 13, \"f\": -2}", "State: {\"a\": 4, \"e\": 26, \"f\": -2}", "State: {\"a\": 4, \"e\": 26, \"f\": 8}"], "answer": "f = 8"} -{"question": "f = 8 * 8\nd = c\nd = 1 + c\nc = 4 // e\ne = f - d", "steps": ["State: {\"c\": 18, \"d\": 12, \"e\": 1, \"f\": 64}", "State: {\"c\": 18, \"d\": 18, \"e\": 1, \"f\": 64}", "State: {\"c\": 18, \"d\": 19, \"e\": 1, \"f\": 64}", "State: {\"c\": 4, \"d\": 19, \"e\": 1, \"f\": 64}", "State: {\"c\": 4, \"d\": 19, \"e\": 45, \"f\": 64}"], "answer": "e = 45"} -{"question": "b = d + b\nd = b\nd = d - b\nd = 5 * d\nd = 9", "steps": ["State: {\"b\": 7, \"d\": 0}", "State: {\"b\": 7, \"d\": 7}", "State: {\"b\": 7, \"d\": 0}", "State: {\"b\": 7, \"d\": 0}", "State: {\"b\": 7, \"d\": 9}"], "answer": "d = 9"} -{"question": "e = b // 2\ne = 10\nc = f + 2\nb = e - e\ne = b", "steps": ["State: {\"b\": -14, \"c\": 18, \"e\": -7, \"f\": 7}", "State: {\"b\": -14, \"c\": 18, \"e\": 10, \"f\": 7}", "State: {\"b\": -14, \"c\": 9, \"e\": 10, \"f\": 7}", "State: {\"b\": 0, \"c\": 9, \"e\": 10, \"f\": 7}", "State: {\"b\": 0, \"c\": 9, \"e\": 0, \"f\": 7}"], "answer": "e = 0"} -{"question": "a = d + 6\na = 9\nf = b\na = 6 // 3\nf = d // d", "steps": ["State: {\"a\": 18, \"b\": -2, \"d\": 12, \"f\": -10}", "State: {\"a\": 9, \"b\": -2, \"d\": 12, \"f\": -10}", "State: {\"a\": 9, \"b\": -2, \"d\": 12, \"f\": -2}", "State: {\"a\": 2, \"b\": -2, \"d\": 12, \"f\": -2}", "State: {\"a\": 2, \"b\": -2, \"d\": 12, \"f\": 1}"], "answer": "f = 1"} -{"question": "a = a\na = 2\nb = d\nd = 7 // b\nb = a - a", "steps": ["State: {\"a\": -2, \"b\": 20, \"d\": 16}", "State: {\"a\": 2, \"b\": 20, \"d\": 16}", "State: {\"a\": 2, \"b\": 16, \"d\": 16}", "State: {\"a\": 2, \"b\": 16, \"d\": 0}", "State: {\"a\": 2, \"b\": 0, \"d\": 0}"], "answer": "b = 0"} -{"question": "a = e // 2\ne = 8\ne = a\ne = 7 * e\na = a", "steps": ["State: {\"a\": 8, \"e\": 16}", "State: {\"a\": 8, \"e\": 8}", "State: {\"a\": 8, \"e\": 8}", "State: {\"a\": 8, \"e\": 56}", "State: {\"a\": 8, \"e\": 56}"], "answer": "a = 8"} -{"question": "f = a // f\nf = f\na = 2\na = 6 // 1\na = 5", "steps": ["State: {\"a\": 16, \"f\": -8}", "State: {\"a\": 16, \"f\": -8}", "State: {\"a\": 2, \"f\": -8}", "State: {\"a\": 6, \"f\": -8}", "State: {\"a\": 5, \"f\": -8}"], "answer": "a = 5"} -{"question": "f = f // f\ne = e\ne = 4 // 2\nf = 2 // 10\ne = e", "steps": ["State: {\"e\": 16, \"f\": 1}", "State: {\"e\": 16, \"f\": 1}", "State: {\"e\": 2, \"f\": 1}", "State: {\"e\": 2, \"f\": 0}", "State: {\"e\": 2, \"f\": 0}"], "answer": "e = 2"} -{"question": "d = 7\nf = b * 10\nb = c\nd = f\nb = f + f", "steps": ["State: {\"b\": 18, \"c\": 19, \"d\": 7, \"f\": -17}", "State: {\"b\": 18, \"c\": 19, \"d\": 7, \"f\": 180}", "State: {\"b\": 19, \"c\": 19, \"d\": 7, \"f\": 180}", "State: {\"b\": 19, \"c\": 19, \"d\": 180, \"f\": 180}", "State: {\"b\": 360, \"c\": 19, \"d\": 180, \"f\": 180}"], "answer": "b = 360"} -{"question": "d = d - d\nf = 8 - d\nd = d + d\nd = f - d\nd = 7", "steps": ["State: {\"d\": 0, \"f\": 7}", "State: {\"d\": 0, \"f\": 8}", "State: {\"d\": 0, \"f\": 8}", "State: {\"d\": 8, \"f\": 8}", "State: {\"d\": 7, \"f\": 8}"], "answer": "d = 7"} -{"question": "e = 2 * c\nc = 2 + e\nc = c\nc = e - c\ne = 2 - e", "steps": ["State: {\"c\": 1, \"e\": 2}", "State: {\"c\": 4, \"e\": 2}", "State: {\"c\": 4, \"e\": 2}", "State: {\"c\": -2, \"e\": 2}", "State: {\"c\": -2, \"e\": 0}"], "answer": "e = 0"} -{"question": "e = 10 * 6\na = e\nb = 10\nb = 7 + 1\ne = b", "steps": ["State: {\"a\": 9, \"b\": 7, \"e\": 60}", "State: {\"a\": 60, \"b\": 7, \"e\": 60}", "State: {\"a\": 60, \"b\": 10, \"e\": 60}", "State: {\"a\": 60, \"b\": 8, \"e\": 60}", "State: {\"a\": 60, \"b\": 8, \"e\": 8}"], "answer": "e = 8"} -{"question": "b = d\nd = 8 - d\nd = b\na = 2\nd = 8", "steps": ["State: {\"a\": -19, \"b\": 5, \"d\": 5}", "State: {\"a\": -19, \"b\": 5, \"d\": 3}", "State: {\"a\": -19, \"b\": 5, \"d\": 5}", "State: {\"a\": 2, \"b\": 5, \"d\": 5}", "State: {\"a\": 2, \"b\": 5, \"d\": 8}"], "answer": "d = 8"} -{"question": "f = 8\nf = 4\nf = 7 * 5\nb = 2\nb = f * b", "steps": ["State: {\"b\": -19, \"f\": 8}", "State: {\"b\": -19, \"f\": 4}", "State: {\"b\": -19, \"f\": 35}", "State: {\"b\": 2, \"f\": 35}", "State: {\"b\": 70, \"f\": 35}"], "answer": "b = 70"} -{"question": "b = 8\na = b\ne = e\na = 6 - 7\na = d", "steps": ["State: {\"a\": -2, \"b\": 8, \"d\": -5, \"e\": 3}", "State: {\"a\": 8, \"b\": 8, \"d\": -5, \"e\": 3}", "State: {\"a\": 8, \"b\": 8, \"d\": -5, \"e\": 3}", "State: {\"a\": -1, \"b\": 8, \"d\": -5, \"e\": 3}", "State: {\"a\": -5, \"b\": 8, \"d\": -5, \"e\": 3}"], "answer": "a = -5"} -{"question": "b = a + 4\na = 7\na = b - 10\nb = b\na = 5", "steps": ["State: {\"a\": 0, \"b\": 4}", "State: {\"a\": 7, \"b\": 4}", "State: {\"a\": -6, \"b\": 4}", "State: {\"a\": -6, \"b\": 4}", "State: {\"a\": 5, \"b\": 4}"], "answer": "a = 5"} -{"question": "b = d // a\nd = 4\nc = c * a\nc = b\na = 10", "steps": ["State: {\"a\": 19, \"b\": -1, \"c\": 3, \"d\": -14}", "State: {\"a\": 19, \"b\": -1, \"c\": 3, \"d\": 4}", "State: {\"a\": 19, \"b\": -1, \"c\": 57, \"d\": 4}", "State: {\"a\": 19, \"b\": -1, \"c\": -1, \"d\": 4}", "State: {\"a\": 10, \"b\": -1, \"c\": -1, \"d\": 4}"], "answer": "a = 10"} -{"question": "b = 2 + b\nc = 2\nd = b // 4\na = c - a\nd = 8 // 9", "steps": ["State: {\"a\": -4, \"b\": 8, \"c\": -18, \"d\": 1}", "State: {\"a\": -4, \"b\": 8, \"c\": 2, \"d\": 1}", "State: {\"a\": -4, \"b\": 8, \"c\": 2, \"d\": 2}", "State: {\"a\": 6, \"b\": 8, \"c\": 2, \"d\": 2}", "State: {\"a\": 6, \"b\": 8, \"c\": 2, \"d\": 0}"], "answer": "d = 0"} -{"question": "f = 4\nf = 1\ne = e\ne = f + e\nf = f // 3", "steps": ["State: {\"e\": 0, \"f\": 4}", "State: {\"e\": 0, \"f\": 1}", "State: {\"e\": 0, \"f\": 1}", "State: {\"e\": 1, \"f\": 1}", "State: {\"e\": 1, \"f\": 0}"], "answer": "f = 0"} -{"question": "b = b - 6\ne = e + d\nd = b - e\nd = b\ne = 10 * 8", "steps": ["State: {\"b\": -18, \"d\": -17, \"e\": 18}", "State: {\"b\": -18, \"d\": -17, \"e\": 1}", "State: {\"b\": -18, \"d\": -19, \"e\": 1}", "State: {\"b\": -18, \"d\": -18, \"e\": 1}", "State: {\"b\": -18, \"d\": -18, \"e\": 80}"], "answer": "e = 80"} -{"question": "b = 3\nb = 1\na = b + 8\ne = d\na = b * e", "steps": ["State: {\"a\": 9, \"b\": 3, \"d\": 19, \"e\": -16}", "State: {\"a\": 9, \"b\": 1, \"d\": 19, \"e\": -16}", "State: {\"a\": 9, \"b\": 1, \"d\": 19, \"e\": -16}", "State: {\"a\": 9, \"b\": 1, \"d\": 19, \"e\": 19}", "State: {\"a\": 19, \"b\": 1, \"d\": 19, \"e\": 19}"], "answer": "a = 19"} -{"question": "e = 5 + e\ne = e\ne = 7\nc = 1\nc = 9 // 9", "steps": ["State: {\"c\": -14, \"e\": -15}", "State: {\"c\": -14, \"e\": -15}", "State: {\"c\": -14, \"e\": 7}", "State: {\"c\": 1, \"e\": 7}", "State: {\"c\": 1, \"e\": 7}"], "answer": "c = 1"} -{"question": "f = 5 // f\nc = c + 9\nf = e // 9\nf = f\nf = f", "steps": ["State: {\"b\": 12, \"c\": -5, \"e\": -3, \"f\": 0}", "State: {\"b\": 12, \"c\": 4, \"e\": -3, \"f\": 0}", "State: {\"b\": 12, \"c\": 4, \"e\": -3, \"f\": -1}", "State: {\"b\": 12, \"c\": 4, \"e\": -3, \"f\": -1}", "State: {\"b\": 12, \"c\": 4, \"e\": -3, \"f\": -1}"], "answer": "f = -1"} -{"question": "c = b + 8\nb = 4 * 5\nc = 3 - c\nb = 1\nc = c + c", "steps": ["State: {\"b\": 20, \"c\": 28}", "State: {\"b\": 20, \"c\": 28}", "State: {\"b\": 20, \"c\": -25}", "State: {\"b\": 1, \"c\": -25}", "State: {\"b\": 1, \"c\": -50}"], "answer": "c = -50"} -{"question": "a = 10 + 4\na = 3 + e\nc = 6 * c\na = 6\na = 6 * 4", "steps": ["State: {\"a\": 14, \"c\": -17, \"e\": -20, \"f\": -13}", "State: {\"a\": -17, \"c\": -17, \"e\": -20, \"f\": -13}", "State: {\"a\": -17, \"c\": -102, \"e\": -20, \"f\": -13}", "State: {\"a\": 6, \"c\": -102, \"e\": -20, \"f\": -13}", "State: {\"a\": 24, \"c\": -102, \"e\": -20, \"f\": -13}"], "answer": "a = 24"} -{"question": "c = d\nd = 5 // 1\nd = 6\nd = 8\nc = d - d", "steps": ["State: {\"c\": -12, \"d\": -12}", "State: {\"c\": -12, \"d\": 5}", "State: {\"c\": -12, \"d\": 6}", "State: {\"c\": -12, \"d\": 8}", "State: {\"c\": 0, \"d\": 8}"], "answer": "c = 0"} -{"question": "e = d // 6\ne = 3\ne = 4 + 6\ne = 7 - f\ne = 8", "steps": ["State: {\"d\": 5, \"e\": 0, \"f\": -9}", "State: {\"d\": 5, \"e\": 3, \"f\": -9}", "State: {\"d\": 5, \"e\": 10, \"f\": -9}", "State: {\"d\": 5, \"e\": 16, \"f\": -9}", "State: {\"d\": 5, \"e\": 8, \"f\": -9}"], "answer": "e = 8"} -{"question": "d = 5 - e\ne = 5 * a\na = e\ne = 4 * 7\na = d // 9", "steps": ["State: {\"a\": 0, \"d\": -12, \"e\": 17}", "State: {\"a\": 0, \"d\": -12, \"e\": 0}", "State: {\"a\": 0, \"d\": -12, \"e\": 0}", "State: {\"a\": 0, \"d\": -12, \"e\": 28}", "State: {\"a\": -2, \"d\": -12, \"e\": 28}"], "answer": "a = -2"} -{"question": "a = a + 6\na = 9\na = 2\nc = c + b\na = b + 8", "steps": ["State: {\"a\": 11, \"b\": 17, \"c\": -7}", "State: {\"a\": 9, \"b\": 17, \"c\": -7}", "State: {\"a\": 2, \"b\": 17, \"c\": -7}", "State: {\"a\": 2, \"b\": 17, \"c\": 10}", "State: {\"a\": 25, \"b\": 17, \"c\": 10}"], "answer": "a = 25"} -{"question": "c = 7\ne = e\ne = c\ne = 8 // c\nc = c", "steps": ["State: {\"c\": 7, \"e\": 0}", "State: {\"c\": 7, \"e\": 0}", "State: {\"c\": 7, \"e\": 7}", "State: {\"c\": 7, \"e\": 1}", "State: {\"c\": 7, \"e\": 1}"], "answer": "c = 7"} -{"question": "e = 5 // a\ne = f\nf = a\nb = 3 + b\nf = b // 6", "steps": ["State: {\"a\": 8, \"b\": 12, \"e\": 0, \"f\": -8}", "State: {\"a\": 8, \"b\": 12, \"e\": -8, \"f\": -8}", "State: {\"a\": 8, \"b\": 12, \"e\": -8, \"f\": 8}", "State: {\"a\": 8, \"b\": 15, \"e\": -8, \"f\": 8}", "State: {\"a\": 8, \"b\": 15, \"e\": -8, \"f\": 2}"], "answer": "f = 2"} -{"question": "d = d // 8\nf = f // 8\nf = 8 - 5\nf = 10\nd = 1 * 4", "steps": ["State: {\"d\": 2, \"f\": -17}", "State: {\"d\": 2, \"f\": -3}", "State: {\"d\": 2, \"f\": 3}", "State: {\"d\": 2, \"f\": 10}", "State: {\"d\": 4, \"f\": 10}"], "answer": "d = 4"} -{"question": "e = b\na = c\nc = a\na = 9 * c\nc = c", "steps": ["State: {\"a\": 16, \"b\": 13, \"c\": 6, \"e\": 13}", "State: {\"a\": 6, \"b\": 13, \"c\": 6, \"e\": 13}", "State: {\"a\": 6, \"b\": 13, \"c\": 6, \"e\": 13}", "State: {\"a\": 54, \"b\": 13, \"c\": 6, \"e\": 13}", "State: {\"a\": 54, \"b\": 13, \"c\": 6, \"e\": 13}"], "answer": "c = 6"} -{"question": "b = f\nb = 1 + 3\nf = b\nf = f\nb = f - f", "steps": ["State: {\"b\": 8, \"f\": 8}", "State: {\"b\": 4, \"f\": 8}", "State: {\"b\": 4, \"f\": 4}", "State: {\"b\": 4, \"f\": 4}", "State: {\"b\": 0, \"f\": 4}"], "answer": "b = 0"} -{"question": "c = 7 + a\nc = b\nc = 7\nc = a\na = 2 - 9", "steps": ["State: {\"a\": 11, \"b\": -2, \"c\": 18}", "State: {\"a\": 11, \"b\": -2, \"c\": -2}", "State: {\"a\": 11, \"b\": -2, \"c\": 7}", "State: {\"a\": 11, \"b\": -2, \"c\": 11}", "State: {\"a\": -7, \"b\": -2, \"c\": 11}"], "answer": "a = -7"} -{"question": "c = c - 3\nd = 8 + 7\nd = d\ne = 4\nf = 6", "steps": ["State: {\"c\": -15, \"d\": 2, \"e\": -17, \"f\": 10}", "State: {\"c\": -15, \"d\": 15, \"e\": -17, \"f\": 10}", "State: {\"c\": -15, \"d\": 15, \"e\": -17, \"f\": 10}", "State: {\"c\": -15, \"d\": 15, \"e\": 4, \"f\": 10}", "State: {\"c\": -15, \"d\": 15, \"e\": 4, \"f\": 6}"], "answer": "f = 6"} -{"question": "e = 7 // c\nc = a\nc = e\ne = c * f\ne = 4", "steps": ["State: {\"a\": 2, \"c\": 8, \"e\": 0, \"f\": -1}", "State: {\"a\": 2, \"c\": 2, \"e\": 0, \"f\": -1}", "State: {\"a\": 2, \"c\": 0, \"e\": 0, \"f\": -1}", "State: {\"a\": 2, \"c\": 0, \"e\": 0, \"f\": -1}", "State: {\"a\": 2, \"c\": 0, \"e\": 4, \"f\": -1}"], "answer": "e = 4"} -{"question": "a = c\na = f\ne = 6\nf = e\ne = c", "steps": ["State: {\"a\": 14, \"c\": 14, \"e\": -19, \"f\": -4}", "State: {\"a\": -4, \"c\": 14, \"e\": -19, \"f\": -4}", "State: {\"a\": -4, \"c\": 14, \"e\": 6, \"f\": -4}", "State: {\"a\": -4, \"c\": 14, \"e\": 6, \"f\": 6}", "State: {\"a\": -4, \"c\": 14, \"e\": 14, \"f\": 6}"], "answer": "e = 14"} -{"question": "b = b\nb = 8 + 3\nb = b // b\nc = c // c\nc = 10", "steps": ["State: {\"b\": 10, \"c\": 2}", "State: {\"b\": 11, \"c\": 2}", "State: {\"b\": 1, \"c\": 2}", "State: {\"b\": 1, \"c\": 1}", "State: {\"b\": 1, \"c\": 10}"], "answer": "c = 10"} -{"question": "f = 2\nf = 1 // a\na = f\na = f\na = 2 * 9", "steps": ["State: {\"a\": 15, \"f\": 2}", "State: {\"a\": 15, \"f\": 0}", "State: {\"a\": 0, \"f\": 0}", "State: {\"a\": 0, \"f\": 0}", "State: {\"a\": 18, \"f\": 0}"], "answer": "a = 18"} -{"question": "d = 6\nd = d\nf = 4 * d\ne = f\nf = 7", "steps": ["State: {\"d\": 6, \"e\": 12, \"f\": -18}", "State: {\"d\": 6, \"e\": 12, \"f\": -18}", "State: {\"d\": 6, \"e\": 12, \"f\": 24}", "State: {\"d\": 6, \"e\": 24, \"f\": 24}", "State: {\"d\": 6, \"e\": 24, \"f\": 7}"], "answer": "f = 7"} -{"question": "d = c\ne = d + e\nc = 3\ne = e\nc = a", "steps": ["State: {\"a\": 18, \"c\": -10, \"d\": -10, \"e\": -12}", "State: {\"a\": 18, \"c\": -10, \"d\": -10, \"e\": -22}", "State: {\"a\": 18, \"c\": 3, \"d\": -10, \"e\": -22}", "State: {\"a\": 18, \"c\": 3, \"d\": -10, \"e\": -22}", "State: {\"a\": 18, \"c\": 18, \"d\": -10, \"e\": -22}"], "answer": "c = 18"} -{"question": "d = 1\nc = d\nc = 9 - 1\nd = 1 + 1\nc = c", "steps": ["State: {\"c\": 7, \"d\": 1}", "State: {\"c\": 1, \"d\": 1}", "State: {\"c\": 8, \"d\": 1}", "State: {\"c\": 8, \"d\": 2}", "State: {\"c\": 8, \"d\": 2}"], "answer": "c = 8"} -{"question": "c = 10 // 6\ne = c + 6\ne = 10 * c\nc = c // 8\nc = e", "steps": ["State: {\"c\": 1, \"e\": 9}", "State: {\"c\": 1, \"e\": 7}", "State: {\"c\": 1, \"e\": 10}", "State: {\"c\": 0, \"e\": 10}", "State: {\"c\": 10, \"e\": 10}"], "answer": "c = 10"} -{"question": "e = e\nb = e\nb = b // e\ne = e * 1\nb = e", "steps": ["State: {\"b\": 18, \"e\": 9}", "State: {\"b\": 9, \"e\": 9}", "State: {\"b\": 1, \"e\": 9}", "State: {\"b\": 1, \"e\": 9}", "State: {\"b\": 9, \"e\": 9}"], "answer": "b = 9"} -{"question": "b = f - 2\nf = 10\ne = 10 * e\nb = 4\nb = e", "steps": ["State: {\"b\": -19, \"e\": -4, \"f\": -17}", "State: {\"b\": -19, \"e\": -4, \"f\": 10}", "State: {\"b\": -19, \"e\": -40, \"f\": 10}", "State: {\"b\": 4, \"e\": -40, \"f\": 10}", "State: {\"b\": -40, \"e\": -40, \"f\": 10}"], "answer": "b = -40"} -{"question": "c = c * e\ne = 7\nc = c\na = c - e\na = 7", "steps": ["State: {\"a\": 4, \"c\": -32, \"e\": 16}", "State: {\"a\": 4, \"c\": -32, \"e\": 7}", "State: {\"a\": 4, \"c\": -32, \"e\": 7}", "State: {\"a\": -39, \"c\": -32, \"e\": 7}", "State: {\"a\": 7, \"c\": -32, \"e\": 7}"], "answer": "a = 7"} -{"question": "f = b\nd = d * b\nd = d - 2\nd = d // d\nd = b // f", "steps": ["State: {\"b\": 10, \"d\": -11, \"f\": 10}", "State: {\"b\": 10, \"d\": -110, \"f\": 10}", "State: {\"b\": 10, \"d\": -112, \"f\": 10}", "State: {\"b\": 10, \"d\": 1, \"f\": 10}", "State: {\"b\": 10, \"d\": 1, \"f\": 10}"], "answer": "d = 1"} -{"question": "e = f - e\nf = 7\nb = f // 6\nb = 1 * 4\ne = 5", "steps": ["State: {\"b\": -1, \"e\": 5, \"f\": 14}", "State: {\"b\": -1, \"e\": 5, \"f\": 7}", "State: {\"b\": 1, \"e\": 5, \"f\": 7}", "State: {\"b\": 4, \"e\": 5, \"f\": 7}", "State: {\"b\": 4, \"e\": 5, \"f\": 7}"], "answer": "e = 5"} -{"question": "e = e\ne = 3\ne = 7\nd = d // 5\nd = 10 + 10", "steps": ["State: {\"d\": 11, \"e\": -16}", "State: {\"d\": 11, \"e\": 3}", "State: {\"d\": 11, \"e\": 7}", "State: {\"d\": 2, \"e\": 7}", "State: {\"d\": 20, \"e\": 7}"], "answer": "d = 20"} -{"question": "d = b // b\nb = d\nb = b * 10\nf = 10\nd = 10 + e", "steps": ["State: {\"b\": 12, \"d\": 1, \"e\": 19, \"f\": 1}", "State: {\"b\": 1, \"d\": 1, \"e\": 19, \"f\": 1}", "State: {\"b\": 10, \"d\": 1, \"e\": 19, \"f\": 1}", "State: {\"b\": 10, \"d\": 1, \"e\": 19, \"f\": 10}", "State: {\"b\": 10, \"d\": 29, \"e\": 19, \"f\": 10}"], "answer": "d = 29"} -{"question": "c = 3\nc = a - e\ne = a\ne = a - a\nc = 8", "steps": ["State: {\"a\": -12, \"c\": 3, \"e\": 7}", "State: {\"a\": -12, \"c\": -19, \"e\": 7}", "State: {\"a\": -12, \"c\": -19, \"e\": -12}", "State: {\"a\": -12, \"c\": -19, \"e\": 0}", "State: {\"a\": -12, \"c\": 8, \"e\": 0}"], "answer": "c = 8"} -{"question": "f = 5 // a\nd = f * a\nd = f\nf = d + f\nd = d + f", "steps": ["State: {\"a\": 17, \"d\": 6, \"f\": 0}", "State: {\"a\": 17, \"d\": 0, \"f\": 0}", "State: {\"a\": 17, \"d\": 0, \"f\": 0}", "State: {\"a\": 17, \"d\": 0, \"f\": 0}", "State: {\"a\": 17, \"d\": 0, \"f\": 0}"], "answer": "d = 0"} -{"question": "d = d\nd = 3\na = 1\ne = 5 - b\ne = b", "steps": ["State: {\"a\": -15, \"b\": -13, \"d\": -10, \"e\": -6}", "State: {\"a\": -15, \"b\": -13, \"d\": 3, \"e\": -6}", "State: {\"a\": 1, \"b\": -13, \"d\": 3, \"e\": -6}", "State: {\"a\": 1, \"b\": -13, \"d\": 3, \"e\": 18}", "State: {\"a\": 1, \"b\": -13, \"d\": 3, \"e\": -13}"], "answer": "e = -13"} -{"question": "e = b\ne = b\nd = b // e\nb = e - 6\nd = d - b", "steps": ["State: {\"b\": 15, \"c\": -3, \"d\": -5, \"e\": 15}", "State: {\"b\": 15, \"c\": -3, \"d\": -5, \"e\": 15}", "State: {\"b\": 15, \"c\": -3, \"d\": 1, \"e\": 15}", "State: {\"b\": 9, \"c\": -3, \"d\": 1, \"e\": 15}", "State: {\"b\": 9, \"c\": -3, \"d\": -8, \"e\": 15}"], "answer": "d = -8"} -{"question": "a = c + c\nc = 3 // 7\nb = b - b\nc = c\na = b * 10", "steps": ["State: {\"a\": -18, \"b\": -6, \"c\": -9}", "State: {\"a\": -18, \"b\": -6, \"c\": 0}", "State: {\"a\": -18, \"b\": 0, \"c\": 0}", "State: {\"a\": -18, \"b\": 0, \"c\": 0}", "State: {\"a\": 0, \"b\": 0, \"c\": 0}"], "answer": "a = 0"} -{"question": "d = 6 + 3\nd = b - 6\nb = 2 // b\nd = d // d\na = 3 // d", "steps": ["State: {\"a\": 4, \"b\": 9, \"d\": 9}", "State: {\"a\": 4, \"b\": 9, \"d\": 3}", "State: {\"a\": 4, \"b\": 0, \"d\": 3}", "State: {\"a\": 4, \"b\": 0, \"d\": 1}", "State: {\"a\": 3, \"b\": 0, \"d\": 1}"], "answer": "a = 3"} -{"question": "b = 10 // c\nc = c * 4\nc = b + c\nb = b - b\nd = d", "steps": ["State: {\"b\": 10, \"c\": 1, \"d\": 20}", "State: {\"b\": 10, \"c\": 4, \"d\": 20}", "State: {\"b\": 10, \"c\": 14, \"d\": 20}", "State: {\"b\": 0, \"c\": 14, \"d\": 20}", "State: {\"b\": 0, \"c\": 14, \"d\": 20}"], "answer": "d = 20"} -{"question": "b = 2 + e\nb = e\ne = b\ne = b * 1\nc = 9", "steps": ["State: {\"b\": 13, \"c\": 13, \"e\": 11}", "State: {\"b\": 11, \"c\": 13, \"e\": 11}", "State: {\"b\": 11, \"c\": 13, \"e\": 11}", "State: {\"b\": 11, \"c\": 13, \"e\": 11}", "State: {\"b\": 11, \"c\": 9, \"e\": 11}"], "answer": "c = 9"} -{"question": "a = a\na = a\nc = c - d\nc = b\na = d - d", "steps": ["State: {\"a\": -12, \"b\": 4, \"c\": -10, \"d\": 8}", "State: {\"a\": -12, \"b\": 4, \"c\": -10, \"d\": 8}", "State: {\"a\": -12, \"b\": 4, \"c\": -18, \"d\": 8}", "State: {\"a\": -12, \"b\": 4, \"c\": 4, \"d\": 8}", "State: {\"a\": 0, \"b\": 4, \"c\": 4, \"d\": 8}"], "answer": "a = 0"} -{"question": "e = 4\ne = 2 * e\ne = 9\na = 4 - e\ne = a + 5", "steps": ["State: {\"a\": 8, \"e\": 4}", "State: {\"a\": 8, \"e\": 8}", "State: {\"a\": 8, \"e\": 9}", "State: {\"a\": -5, \"e\": 9}", "State: {\"a\": -5, \"e\": 0}"], "answer": "e = 0"} -{"question": "f = 9\nd = d * d\nf = d\nf = 2\nf = 2", "steps": ["State: {\"d\": 13, \"f\": 9}", "State: {\"d\": 169, \"f\": 9}", "State: {\"d\": 169, \"f\": 169}", "State: {\"d\": 169, \"f\": 2}", "State: {\"d\": 169, \"f\": 2}"], "answer": "f = 2"} -{"question": "d = 2\ne = c - d\nc = c\ne = 4 - 6\nd = d", "steps": ["State: {\"b\": -3, \"c\": -6, \"d\": 2, \"e\": 2}", "State: {\"b\": -3, \"c\": -6, \"d\": 2, \"e\": -8}", "State: {\"b\": -3, \"c\": -6, \"d\": 2, \"e\": -8}", "State: {\"b\": -3, \"c\": -6, \"d\": 2, \"e\": -2}", "State: {\"b\": -3, \"c\": -6, \"d\": 2, \"e\": -2}"], "answer": "d = 2"} -{"question": "d = 2 // d\nb = 1\nb = b + 6\nd = b\nd = b + b", "steps": ["State: {\"b\": -6, \"d\": -1}", "State: {\"b\": 1, \"d\": -1}", "State: {\"b\": 7, \"d\": -1}", "State: {\"b\": 7, \"d\": 7}", "State: {\"b\": 7, \"d\": 14}"], "answer": "d = 14"} -{"question": "c = c\na = 9 + e\nc = c\nc = a + 2\nc = 5", "steps": ["State: {\"a\": -4, \"c\": 6, \"e\": -5}", "State: {\"a\": 4, \"c\": 6, \"e\": -5}", "State: {\"a\": 4, \"c\": 6, \"e\": -5}", "State: {\"a\": 4, \"c\": 6, \"e\": -5}", "State: {\"a\": 4, \"c\": 5, \"e\": -5}"], "answer": "c = 5"} -{"question": "e = f - 7\nb = e + b\nd = e - 10\nf = 4\nd = f", "steps": ["State: {\"b\": 4, \"d\": 17, \"e\": 1, \"f\": 8}", "State: {\"b\": 5, \"d\": 17, \"e\": 1, \"f\": 8}", "State: {\"b\": 5, \"d\": -9, \"e\": 1, \"f\": 8}", "State: {\"b\": 5, \"d\": -9, \"e\": 1, \"f\": 4}", "State: {\"b\": 5, \"d\": 4, \"e\": 1, \"f\": 4}"], "answer": "d = 4"} -{"question": "f = e - 4\nc = a + 4\na = a - 10\na = 10 + c\ne = 3", "steps": ["State: {\"a\": -5, \"c\": 13, \"e\": 8, \"f\": 4}", "State: {\"a\": -5, \"c\": -1, \"e\": 8, \"f\": 4}", "State: {\"a\": -15, \"c\": -1, \"e\": 8, \"f\": 4}", "State: {\"a\": 9, \"c\": -1, \"e\": 8, \"f\": 4}", "State: {\"a\": 9, \"c\": -1, \"e\": 3, \"f\": 4}"], "answer": "e = 3"} -{"question": "b = b // f\nb = 4 // 1\nf = 10 // 3\nb = b * b\nf = 3", "steps": ["State: {\"b\": -2, \"f\": 10}", "State: {\"b\": 4, \"f\": 10}", "State: {\"b\": 4, \"f\": 3}", "State: {\"b\": 16, \"f\": 3}", "State: {\"b\": 16, \"f\": 3}"], "answer": "f = 3"} -{"question": "a = f // f\nf = 10 + f\na = b * 2\na = f\na = b", "steps": ["State: {\"a\": 1, \"b\": -8, \"f\": -17}", "State: {\"a\": 1, \"b\": -8, \"f\": -7}", "State: {\"a\": -16, \"b\": -8, \"f\": -7}", "State: {\"a\": -7, \"b\": -8, \"f\": -7}", "State: {\"a\": -8, \"b\": -8, \"f\": -7}"], "answer": "a = -8"} -{"question": "a = b - b\na = 4\nb = b\nb = 1\na = 5", "steps": ["State: {\"a\": 0, \"b\": 3}", "State: {\"a\": 4, \"b\": 3}", "State: {\"a\": 4, \"b\": 3}", "State: {\"a\": 4, \"b\": 1}", "State: {\"a\": 5, \"b\": 1}"], "answer": "a = 5"} -{"question": "a = 7 // e\ne = 2 - a\na = a\nd = a + 8\na = 2 + a", "steps": ["State: {\"a\": 2, \"b\": 17, \"d\": 3, \"e\": 3}", "State: {\"a\": 2, \"b\": 17, \"d\": 3, \"e\": 0}", "State: {\"a\": 2, \"b\": 17, \"d\": 3, \"e\": 0}", "State: {\"a\": 2, \"b\": 17, \"d\": 10, \"e\": 0}", "State: {\"a\": 4, \"b\": 17, \"d\": 10, \"e\": 0}"], "answer": "a = 4"} -{"question": "b = b * b\na = 6\na = 5 - 2\nb = a + a\na = b", "steps": ["State: {\"a\": -6, \"b\": 100}", "State: {\"a\": 6, \"b\": 100}", "State: {\"a\": 3, \"b\": 100}", "State: {\"a\": 3, \"b\": 6}", "State: {\"a\": 6, \"b\": 6}"], "answer": "a = 6"} -{"question": "f = 5\na = a // a\nf = f // f\nf = 7\na = f", "steps": ["State: {\"a\": 19, \"f\": 5}", "State: {\"a\": 1, \"f\": 5}", "State: {\"a\": 1, \"f\": 1}", "State: {\"a\": 1, \"f\": 7}", "State: {\"a\": 7, \"f\": 7}"], "answer": "a = 7"} -{"question": "c = c\nd = 10\nf = 8\nc = b + b\nd = 8 + b", "steps": ["State: {\"b\": 13, \"c\": -9, \"d\": -4, \"f\": 5}", "State: {\"b\": 13, \"c\": -9, \"d\": 10, \"f\": 5}", "State: {\"b\": 13, \"c\": -9, \"d\": 10, \"f\": 8}", "State: {\"b\": 13, \"c\": 26, \"d\": 10, \"f\": 8}", "State: {\"b\": 13, \"c\": 26, \"d\": 21, \"f\": 8}"], "answer": "d = 21"} -{"question": "e = 1 // a\na = 5\ne = e - a\na = e\na = a", "steps": ["State: {\"a\": -16, \"e\": -1}", "State: {\"a\": 5, \"e\": -1}", "State: {\"a\": 5, \"e\": -6}", "State: {\"a\": -6, \"e\": -6}", "State: {\"a\": -6, \"e\": -6}"], "answer": "a = -6"} -{"question": "a = f\na = 10\nb = 2\na = 3\na = c // f", "steps": ["State: {\"a\": 20, \"b\": 16, \"c\": 7, \"f\": 20}", "State: {\"a\": 10, \"b\": 16, \"c\": 7, \"f\": 20}", "State: {\"a\": 10, \"b\": 2, \"c\": 7, \"f\": 20}", "State: {\"a\": 3, \"b\": 2, \"c\": 7, \"f\": 20}", "State: {\"a\": 0, \"b\": 2, \"c\": 7, \"f\": 20}"], "answer": "a = 0"} -{"question": "b = b - 7\nb = b\na = a - 8\ne = b\na = f", "steps": ["State: {\"a\": 19, \"b\": -20, \"e\": 11, \"f\": 4}", "State: {\"a\": 19, \"b\": -20, \"e\": 11, \"f\": 4}", "State: {\"a\": 11, \"b\": -20, \"e\": 11, \"f\": 4}", "State: {\"a\": 11, \"b\": -20, \"e\": -20, \"f\": 4}", "State: {\"a\": 4, \"b\": -20, \"e\": -20, \"f\": 4}"], "answer": "a = 4"} -{"question": "b = f * d\nb = 6 - f\nf = d - 5\nb = d - d\nf = 6", "steps": ["State: {\"b\": -272, \"d\": -16, \"f\": 17}", "State: {\"b\": -11, \"d\": -16, \"f\": 17}", "State: {\"b\": -11, \"d\": -16, \"f\": -21}", "State: {\"b\": 0, \"d\": -16, \"f\": -21}", "State: {\"b\": 0, \"d\": -16, \"f\": 6}"], "answer": "f = 6"} -{"question": "a = 2 * 3\na = 2 // d\na = 6\nb = a\nd = 1", "steps": ["State: {\"a\": 6, \"b\": 11, \"d\": -2}", "State: {\"a\": -1, \"b\": 11, \"d\": -2}", "State: {\"a\": 6, \"b\": 11, \"d\": -2}", "State: {\"a\": 6, \"b\": 6, \"d\": -2}", "State: {\"a\": 6, \"b\": 6, \"d\": 1}"], "answer": "d = 1"} -{"question": "c = 6\nc = f - c\nc = 1 * c\nf = f\nc = f + d", "steps": ["State: {\"c\": 6, \"d\": 15, \"f\": -1}", "State: {\"c\": -7, \"d\": 15, \"f\": -1}", "State: {\"c\": -7, \"d\": 15, \"f\": -1}", "State: {\"c\": -7, \"d\": 15, \"f\": -1}", "State: {\"c\": 14, \"d\": 15, \"f\": -1}"], "answer": "c = 14"} -{"question": "d = d\nd = f - 8\nd = 3 // d\nf = d + 10\nd = 4 * f", "steps": ["State: {\"d\": 11, \"f\": 0}", "State: {\"d\": -8, \"f\": 0}", "State: {\"d\": -1, \"f\": 0}", "State: {\"d\": -1, \"f\": 9}", "State: {\"d\": 36, \"f\": 9}"], "answer": "d = 36"} -{"question": "b = e\nb = 2 - 9\nd = f // 9\nd = f // e\ne = d // b", "steps": ["State: {\"b\": -16, \"d\": 8, \"e\": -16, \"f\": -3}", "State: {\"b\": -7, \"d\": 8, \"e\": -16, \"f\": -3}", "State: {\"b\": -7, \"d\": -1, \"e\": -16, \"f\": -3}", "State: {\"b\": -7, \"d\": 0, \"e\": -16, \"f\": -3}", "State: {\"b\": -7, \"d\": 0, \"e\": 0, \"f\": -3}"], "answer": "e = 0"} -{"question": "e = 1\nb = b\ne = e\ne = 5\nb = e", "steps": ["State: {\"b\": -6, \"e\": 1}", "State: {\"b\": -6, \"e\": 1}", "State: {\"b\": -6, \"e\": 1}", "State: {\"b\": -6, \"e\": 5}", "State: {\"b\": 5, \"e\": 5}"], "answer": "b = 5"} -{"question": "a = b\na = 1\nb = a * a\nb = a\nb = a + 9", "steps": ["State: {\"a\": -7, \"b\": -7}", "State: {\"a\": 1, \"b\": -7}", "State: {\"a\": 1, \"b\": 1}", "State: {\"a\": 1, \"b\": 1}", "State: {\"a\": 1, \"b\": 10}"], "answer": "b = 10"} -{"question": "a = f * 4\ne = f - 7\na = e\nf = f + 3\nf = f", "steps": ["State: {\"a\": -72, \"d\": -9, \"e\": 18, \"f\": -18}", "State: {\"a\": -72, \"d\": -9, \"e\": -25, \"f\": -18}", "State: {\"a\": -25, \"d\": -9, \"e\": -25, \"f\": -18}", "State: {\"a\": -25, \"d\": -9, \"e\": -25, \"f\": -15}", "State: {\"a\": -25, \"d\": -9, \"e\": -25, \"f\": -15}"], "answer": "f = -15"} -{"question": "e = b\nf = e + 10\nf = 2\nb = 3 * d\nd = 8", "steps": ["State: {\"b\": -1, \"d\": -19, \"e\": -1, \"f\": 10}", "State: {\"b\": -1, \"d\": -19, \"e\": -1, \"f\": 9}", "State: {\"b\": -1, \"d\": -19, \"e\": -1, \"f\": 2}", "State: {\"b\": -57, \"d\": -19, \"e\": -1, \"f\": 2}", "State: {\"b\": -57, \"d\": 8, \"e\": -1, \"f\": 2}"], "answer": "d = 8"} -{"question": "e = c\ne = e\ne = 9\nc = 10\nc = 5 - e", "steps": ["State: {\"c\": -15, \"e\": -15}", "State: {\"c\": -15, \"e\": -15}", "State: {\"c\": -15, \"e\": 9}", "State: {\"c\": 10, \"e\": 9}", "State: {\"c\": -4, \"e\": 9}"], "answer": "c = -4"} -{"question": "d = d\nc = c\nc = c\nc = 6 + 2\nd = 1 + 6", "steps": ["State: {\"c\": -20, \"d\": 12}", "State: {\"c\": -20, \"d\": 12}", "State: {\"c\": -20, \"d\": 12}", "State: {\"c\": 8, \"d\": 12}", "State: {\"c\": 8, \"d\": 7}"], "answer": "d = 7"} -{"question": "d = d\nd = 3 - d\nb = d - 5\nb = 3 + 8\nb = b", "steps": ["State: {\"b\": -17, \"d\": 4}", "State: {\"b\": -17, \"d\": -1}", "State: {\"b\": -6, \"d\": -1}", "State: {\"b\": 11, \"d\": -1}", "State: {\"b\": 11, \"d\": -1}"], "answer": "b = 11"} -{"question": "a = d // a\na = 1 - d\nc = 2 * a\nc = 5\nd = a + c", "steps": ["State: {\"a\": -2, \"c\": -5, \"d\": -11, \"e\": -10}", "State: {\"a\": 12, \"c\": -5, \"d\": -11, \"e\": -10}", "State: {\"a\": 12, \"c\": 24, \"d\": -11, \"e\": -10}", "State: {\"a\": 12, \"c\": 5, \"d\": -11, \"e\": -10}", "State: {\"a\": 12, \"c\": 5, \"d\": 17, \"e\": -10}"], "answer": "d = 17"} -{"question": "c = 1\nf = f\nc = 10 + f\nb = f - c\nc = b * b", "steps": ["State: {\"b\": -13, \"c\": 1, \"f\": -16}", "State: {\"b\": -13, \"c\": 1, \"f\": -16}", "State: {\"b\": -13, \"c\": -6, \"f\": -16}", "State: {\"b\": -10, \"c\": -6, \"f\": -16}", "State: {\"b\": -10, \"c\": 100, \"f\": -16}"], "answer": "c = 100"} -{"question": "e = f // 9\ne = e\ne = f - 7\ne = 5 // 5\nf = e", "steps": ["State: {\"e\": 0, \"f\": 5}", "State: {\"e\": 0, \"f\": 5}", "State: {\"e\": -2, \"f\": 5}", "State: {\"e\": 1, \"f\": 5}", "State: {\"e\": 1, \"f\": 1}"], "answer": "f = 1"} -{"question": "d = b\nb = b + b\nb = e * 9\nb = e // 8\nb = 4", "steps": ["State: {\"b\": -2, \"d\": -2, \"e\": 5}", "State: {\"b\": -4, \"d\": -2, \"e\": 5}", "State: {\"b\": 45, \"d\": -2, \"e\": 5}", "State: {\"b\": 0, \"d\": -2, \"e\": 5}", "State: {\"b\": 4, \"d\": -2, \"e\": 5}"], "answer": "b = 4"} -{"question": "e = d - d\nd = 3\nf = f\nd = 10 - f\nd = f", "steps": ["State: {\"d\": -7, \"e\": 0, \"f\": -11}", "State: {\"d\": 3, \"e\": 0, \"f\": -11}", "State: {\"d\": 3, \"e\": 0, \"f\": -11}", "State: {\"d\": 21, \"e\": 0, \"f\": -11}", "State: {\"d\": -11, \"e\": 0, \"f\": -11}"], "answer": "d = -11"} -{"question": "d = a\ne = e\ne = d\na = 8 // 2\nb = e + 2", "steps": ["State: {\"a\": 12, \"b\": 1, \"d\": 12, \"e\": -11}", "State: {\"a\": 12, \"b\": 1, \"d\": 12, \"e\": -11}", "State: {\"a\": 12, \"b\": 1, \"d\": 12, \"e\": 12}", "State: {\"a\": 4, \"b\": 1, \"d\": 12, \"e\": 12}", "State: {\"a\": 4, \"b\": 14, \"d\": 12, \"e\": 12}"], "answer": "b = 14"} -{"question": "e = e // a\na = 1 - e\na = a // 2\ne = a - e\ne = e", "steps": ["State: {\"a\": 18, \"e\": 0}", "State: {\"a\": 1, \"e\": 0}", "State: {\"a\": 0, \"e\": 0}", "State: {\"a\": 0, \"e\": 0}", "State: {\"a\": 0, \"e\": 0}"], "answer": "e = 0"} -{"question": "f = c * 3\na = 7 - f\na = b + 4\nf = c\nf = 7", "steps": ["State: {\"a\": 3, \"b\": 12, \"c\": 10, \"f\": 30}", "State: {\"a\": -23, \"b\": 12, \"c\": 10, \"f\": 30}", "State: {\"a\": 16, \"b\": 12, \"c\": 10, \"f\": 30}", "State: {\"a\": 16, \"b\": 12, \"c\": 10, \"f\": 10}", "State: {\"a\": 16, \"b\": 12, \"c\": 10, \"f\": 7}"], "answer": "f = 7"} -{"question": "b = a\nb = f // 9\nb = d\na = 4 // 8\nb = 3 + f", "steps": ["State: {\"a\": 16, \"b\": 16, \"d\": 0, \"f\": 18}", "State: {\"a\": 16, \"b\": 2, \"d\": 0, \"f\": 18}", "State: {\"a\": 16, \"b\": 0, \"d\": 0, \"f\": 18}", "State: {\"a\": 0, \"b\": 0, \"d\": 0, \"f\": 18}", "State: {\"a\": 0, \"b\": 21, \"d\": 0, \"f\": 18}"], "answer": "b = 21"} -{"question": "d = 6\nb = f\nb = e\ne = 8\nb = d + b", "steps": ["State: {\"b\": -13, \"d\": 6, \"e\": -10, \"f\": 2}", "State: {\"b\": 2, \"d\": 6, \"e\": -10, \"f\": 2}", "State: {\"b\": -10, \"d\": 6, \"e\": -10, \"f\": 2}", "State: {\"b\": -10, \"d\": 6, \"e\": 8, \"f\": 2}", "State: {\"b\": -4, \"d\": 6, \"e\": 8, \"f\": 2}"], "answer": "b = -4"} -{"question": "a = 8\ne = c + 3\nc = e // 6\na = a + e\na = a + c", "steps": ["State: {\"a\": 8, \"c\": -2, \"e\": -7}", "State: {\"a\": 8, \"c\": -2, \"e\": 1}", "State: {\"a\": 8, \"c\": 0, \"e\": 1}", "State: {\"a\": 9, \"c\": 0, \"e\": 1}", "State: {\"a\": 9, \"c\": 0, \"e\": 1}"], "answer": "a = 9"} -{"question": "a = 1 - 4\na = c // c\nc = 5\nc = 8 * 2\nc = c", "steps": ["State: {\"a\": -3, \"c\": -17}", "State: {\"a\": 1, \"c\": -17}", "State: {\"a\": 1, \"c\": 5}", "State: {\"a\": 1, \"c\": 16}", "State: {\"a\": 1, \"c\": 16}"], "answer": "c = 16"} -{"question": "f = a\na = f\nf = 5\na = a\nf = f // 10", "steps": ["State: {\"a\": 19, \"f\": 19}", "State: {\"a\": 19, \"f\": 19}", "State: {\"a\": 19, \"f\": 5}", "State: {\"a\": 19, \"f\": 5}", "State: {\"a\": 19, \"f\": 0}"], "answer": "f = 0"} -{"question": "e = d\nf = 1\nf = b * b\ne = 7 + b\ne = 3", "steps": ["State: {\"b\": 20, \"d\": 5, \"e\": 5, \"f\": -7}", "State: {\"b\": 20, \"d\": 5, \"e\": 5, \"f\": 1}", "State: {\"b\": 20, \"d\": 5, \"e\": 5, \"f\": 400}", "State: {\"b\": 20, \"d\": 5, \"e\": 27, \"f\": 400}", "State: {\"b\": 20, \"d\": 5, \"e\": 3, \"f\": 400}"], "answer": "e = 3"} -{"question": "c = c - 10\nc = b\nc = 7\nc = c\nc = 9", "steps": ["State: {\"b\": 8, \"c\": 5}", "State: {\"b\": 8, \"c\": 8}", "State: {\"b\": 8, \"c\": 7}", "State: {\"b\": 8, \"c\": 7}", "State: {\"b\": 8, \"c\": 9}"], "answer": "c = 9"} -{"question": "d = 4 - d\nf = f\nf = 3\nf = 9 * d\nd = 4 + 7", "steps": ["State: {\"d\": -9, \"f\": 5}", "State: {\"d\": -9, \"f\": 5}", "State: {\"d\": -9, \"f\": 3}", "State: {\"d\": -9, \"f\": -81}", "State: {\"d\": 11, \"f\": -81}"], "answer": "d = 11"} -{"question": "d = 8 + 10\nd = e * 1\nd = d\na = d\ne = 9 - b", "steps": ["State: {\"a\": -5, \"b\": 16, \"d\": 18, \"e\": 12}", "State: {\"a\": -5, \"b\": 16, \"d\": 12, \"e\": 12}", "State: {\"a\": -5, \"b\": 16, \"d\": 12, \"e\": 12}", "State: {\"a\": 12, \"b\": 16, \"d\": 12, \"e\": 12}", "State: {\"a\": 12, \"b\": 16, \"d\": 12, \"e\": -7}"], "answer": "e = -7"} -{"question": "a = a + 9\nd = 1 - 1\nd = d - a\na = a\na = a + 9", "steps": ["State: {\"a\": 1, \"d\": 7}", "State: {\"a\": 1, \"d\": 0}", "State: {\"a\": 1, \"d\": -1}", "State: {\"a\": 1, \"d\": -1}", "State: {\"a\": 10, \"d\": -1}"], "answer": "a = 10"} -{"question": "e = e * b\nb = e + 4\nb = b\ne = b\nb = e", "steps": ["State: {\"b\": -16, \"e\": -128}", "State: {\"b\": -124, \"e\": -128}", "State: {\"b\": -124, \"e\": -128}", "State: {\"b\": -124, \"e\": -124}", "State: {\"b\": -124, \"e\": -124}"], "answer": "b = -124"} -{"question": "b = 2 + c\nc = 8 + c\nb = 8\nb = c - 1\nb = c + b", "steps": ["State: {\"b\": 7, \"c\": 5}", "State: {\"b\": 7, \"c\": 13}", "State: {\"b\": 8, \"c\": 13}", "State: {\"b\": 12, \"c\": 13}", "State: {\"b\": 25, \"c\": 13}"], "answer": "b = 25"} -{"question": "f = 5 * f\nf = f * 6\nc = c\nf = c // f\nc = f - c", "steps": ["State: {\"c\": 19, \"f\": 40}", "State: {\"c\": 19, \"f\": 240}", "State: {\"c\": 19, \"f\": 240}", "State: {\"c\": 19, \"f\": 0}", "State: {\"c\": -19, \"f\": 0}"], "answer": "c = -19"} -{"question": "a = e - e\na = d\na = a\nf = 9\nf = 3", "steps": ["State: {\"a\": 0, \"d\": -16, \"e\": -4, \"f\": 18}", "State: {\"a\": -16, \"d\": -16, \"e\": -4, \"f\": 18}", "State: {\"a\": -16, \"d\": -16, \"e\": -4, \"f\": 18}", "State: {\"a\": -16, \"d\": -16, \"e\": -4, \"f\": 9}", "State: {\"a\": -16, \"d\": -16, \"e\": -4, \"f\": 3}"], "answer": "f = 3"} -{"question": "e = e * e\nb = e * 2\nb = e\nb = b\nb = 6 // 1", "steps": ["State: {\"b\": 15, \"e\": 64}", "State: {\"b\": 128, \"e\": 64}", "State: {\"b\": 64, \"e\": 64}", "State: {\"b\": 64, \"e\": 64}", "State: {\"b\": 6, \"e\": 64}"], "answer": "b = 6"} -{"question": "e = e\na = a + 8\ne = e // 1\na = e\ne = a * e", "steps": ["State: {\"a\": -19, \"e\": 13}", "State: {\"a\": -11, \"e\": 13}", "State: {\"a\": -11, \"e\": 13}", "State: {\"a\": 13, \"e\": 13}", "State: {\"a\": 13, \"e\": 169}"], "answer": "e = 169"} -{"question": "f = c + b\nb = b - 3\nf = f * c\nb = b + 4\nc = 7", "steps": ["State: {\"b\": 19, \"c\": 1, \"f\": 20}", "State: {\"b\": 16, \"c\": 1, \"f\": 20}", "State: {\"b\": 16, \"c\": 1, \"f\": 20}", "State: {\"b\": 20, \"c\": 1, \"f\": 20}", "State: {\"b\": 20, \"c\": 7, \"f\": 20}"], "answer": "c = 7"} -{"question": "a = 7\nf = a\nf = f\nf = f\nf = 2", "steps": ["State: {\"a\": 7, \"f\": -5}", "State: {\"a\": 7, \"f\": 7}", "State: {\"a\": 7, \"f\": 7}", "State: {\"a\": 7, \"f\": 7}", "State: {\"a\": 7, \"f\": 2}"], "answer": "f = 2"} -{"question": "e = e // d\nf = 1 // f\nf = f - f\nf = f * 7\ne = 5", "steps": ["State: {\"d\": -3, \"e\": 6, \"f\": -20}", "State: {\"d\": -3, \"e\": 6, \"f\": -1}", "State: {\"d\": -3, \"e\": 6, \"f\": 0}", "State: {\"d\": -3, \"e\": 6, \"f\": 0}", "State: {\"d\": -3, \"e\": 5, \"f\": 0}"], "answer": "e = 5"} -{"question": "f = a\ne = 9 // 10\na = 4\na = a - 5\ne = e + a", "steps": ["State: {\"a\": 0, \"e\": -12, \"f\": 0}", "State: {\"a\": 0, \"e\": 0, \"f\": 0}", "State: {\"a\": 4, \"e\": 0, \"f\": 0}", "State: {\"a\": -1, \"e\": 0, \"f\": 0}", "State: {\"a\": -1, \"e\": -1, \"f\": 0}"], "answer": "e = -1"} -{"question": "f = 6\nf = 3\nf = b\na = 3 + a\na = 5", "steps": ["State: {\"a\": -18, \"b\": 0, \"f\": 6}", "State: {\"a\": -18, \"b\": 0, \"f\": 3}", "State: {\"a\": -18, \"b\": 0, \"f\": 0}", "State: {\"a\": -15, \"b\": 0, \"f\": 0}", "State: {\"a\": 5, \"b\": 0, \"f\": 0}"], "answer": "a = 5"} -{"question": "f = d\nd = 5\nd = d // b\nf = b + f\nf = 3 * 2", "steps": ["State: {\"b\": -11, \"d\": -13, \"f\": -13}", "State: {\"b\": -11, \"d\": 5, \"f\": -13}", "State: {\"b\": -11, \"d\": -1, \"f\": -13}", "State: {\"b\": -11, \"d\": -1, \"f\": -24}", "State: {\"b\": -11, \"d\": -1, \"f\": 6}"], "answer": "f = 6"} -{"question": "c = b\nc = b\nc = c - b\nb = b\nc = c", "steps": ["State: {\"b\": -9, \"c\": -9}", "State: {\"b\": -9, \"c\": -9}", "State: {\"b\": -9, \"c\": 0}", "State: {\"b\": -9, \"c\": 0}", "State: {\"b\": -9, \"c\": 0}"], "answer": "c = 0"} -{"question": "d = b - 10\nc = 7\nc = 4 - 2\nb = f - c\nb = c", "steps": ["State: {\"b\": 8, \"c\": 15, \"d\": -2, \"f\": -8}", "State: {\"b\": 8, \"c\": 7, \"d\": -2, \"f\": -8}", "State: {\"b\": 8, \"c\": 2, \"d\": -2, \"f\": -8}", "State: {\"b\": -10, \"c\": 2, \"d\": -2, \"f\": -8}", "State: {\"b\": 2, \"c\": 2, \"d\": -2, \"f\": -8}"], "answer": "b = 2"} -{"question": "d = c\nd = c\nd = c\nd = d - d\nc = c * c", "steps": ["State: {\"c\": 17, \"d\": 17}", "State: {\"c\": 17, \"d\": 17}", "State: {\"c\": 17, \"d\": 17}", "State: {\"c\": 17, \"d\": 0}", "State: {\"c\": 289, \"d\": 0}"], "answer": "c = 289"} -{"question": "c = c // b\ne = e\ne = e - 10\nf = c\nc = 6", "steps": ["State: {\"b\": 15, \"c\": 0, \"e\": -2, \"f\": 12}", "State: {\"b\": 15, \"c\": 0, \"e\": -2, \"f\": 12}", "State: {\"b\": 15, \"c\": 0, \"e\": -12, \"f\": 12}", "State: {\"b\": 15, \"c\": 0, \"e\": -12, \"f\": 0}", "State: {\"b\": 15, \"c\": 6, \"e\": -12, \"f\": 0}"], "answer": "c = 6"} -{"question": "b = c // 5\nc = b\nc = 10 + 10\nc = b - c\nb = b + c", "steps": ["State: {\"b\": -2, \"c\": -7}", "State: {\"b\": -2, \"c\": -2}", "State: {\"b\": -2, \"c\": 20}", "State: {\"b\": -2, \"c\": -22}", "State: {\"b\": -24, \"c\": -22}"], "answer": "b = -24"} -{"question": "d = 6\nd = b\nb = 6\nb = b\nd = b", "steps": ["State: {\"b\": 0, \"d\": 6}", "State: {\"b\": 0, \"d\": 0}", "State: {\"b\": 6, \"d\": 0}", "State: {\"b\": 6, \"d\": 0}", "State: {\"b\": 6, \"d\": 6}"], "answer": "d = 6"} -{"question": "a = f\nf = a\nf = 6\nf = f\nf = 7 - 1", "steps": ["State: {\"a\": 10, \"f\": 10}", "State: {\"a\": 10, \"f\": 10}", "State: {\"a\": 10, \"f\": 6}", "State: {\"a\": 10, \"f\": 6}", "State: {\"a\": 10, \"f\": 6}"], "answer": "f = 6"} -{"question": "e = e // 1\ne = e * e\ne = 5\ne = b + b\nb = e * 4", "steps": ["State: {\"b\": -9, \"e\": 16}", "State: {\"b\": -9, \"e\": 256}", "State: {\"b\": -9, \"e\": 5}", "State: {\"b\": -9, \"e\": -18}", "State: {\"b\": -72, \"e\": -18}"], "answer": "b = -72"} -{"question": "e = d\nd = 10\nd = e\na = 1\nd = 10", "steps": ["State: {\"a\": 8, \"d\": 15, \"e\": 15, \"f\": 17}", "State: {\"a\": 8, \"d\": 10, \"e\": 15, \"f\": 17}", "State: {\"a\": 8, \"d\": 15, \"e\": 15, \"f\": 17}", "State: {\"a\": 1, \"d\": 15, \"e\": 15, \"f\": 17}", "State: {\"a\": 1, \"d\": 10, \"e\": 15, \"f\": 17}"], "answer": "d = 10"} -{"question": "b = 8 * b\nb = c\nb = b // b\nb = b - c\nb = 6 - c", "steps": ["State: {\"b\": 104, \"c\": 2}", "State: {\"b\": 2, \"c\": 2}", "State: {\"b\": 1, \"c\": 2}", "State: {\"b\": -1, \"c\": 2}", "State: {\"b\": 4, \"c\": 2}"], "answer": "b = 4"} -{"question": "a = 4\nf = 1 + d\nd = e\nf = a // a\ne = f", "steps": ["State: {\"a\": 4, \"d\": -8, \"e\": -3, \"f\": 11}", "State: {\"a\": 4, \"d\": -8, \"e\": -3, \"f\": -7}", "State: {\"a\": 4, \"d\": -3, \"e\": -3, \"f\": -7}", "State: {\"a\": 4, \"d\": -3, \"e\": -3, \"f\": 1}", "State: {\"a\": 4, \"d\": -3, \"e\": 1, \"f\": 1}"], "answer": "e = 1"} -{"question": "b = 10\nb = 4\nc = b\ne = e // b\nc = b", "steps": ["State: {\"b\": 10, \"c\": -14, \"e\": -15}", "State: {\"b\": 4, \"c\": -14, \"e\": -15}", "State: {\"b\": 4, \"c\": 4, \"e\": -15}", "State: {\"b\": 4, \"c\": 4, \"e\": -4}", "State: {\"b\": 4, \"c\": 4, \"e\": -4}"], "answer": "c = 4"} -{"question": "d = f + e\nc = e\nc = e\nc = 1\ne = 7 // f", "steps": ["State: {\"c\": 9, \"d\": -26, \"e\": -11, \"f\": -15}", "State: {\"c\": -11, \"d\": -26, \"e\": -11, \"f\": -15}", "State: {\"c\": -11, \"d\": -26, \"e\": -11, \"f\": -15}", "State: {\"c\": 1, \"d\": -26, \"e\": -11, \"f\": -15}", "State: {\"c\": 1, \"d\": -26, \"e\": -1, \"f\": -15}"], "answer": "e = -1"} -{"question": "f = 10 + b\nb = f - 6\nb = 7 * e\nf = 8 + 6\nc = f // 6", "steps": ["State: {\"b\": -8, \"c\": -2, \"e\": -13, \"f\": 2}", "State: {\"b\": -4, \"c\": -2, \"e\": -13, \"f\": 2}", "State: {\"b\": -91, \"c\": -2, \"e\": -13, \"f\": 2}", "State: {\"b\": -91, \"c\": -2, \"e\": -13, \"f\": 14}", "State: {\"b\": -91, \"c\": 2, \"e\": -13, \"f\": 14}"], "answer": "c = 2"} -{"question": "d = e - 6\nd = 1\nd = 5 - e\ne = d\nd = d", "steps": ["State: {\"d\": 0, \"e\": 6}", "State: {\"d\": 1, \"e\": 6}", "State: {\"d\": -1, \"e\": 6}", "State: {\"d\": -1, \"e\": -1}", "State: {\"d\": -1, \"e\": -1}"], "answer": "d = -1"} -{"question": "d = 3 * e\na = e\na = d\nf = 5\nf = e", "steps": ["State: {\"a\": 11, \"d\": 60, \"e\": 20, \"f\": -12}", "State: {\"a\": 20, \"d\": 60, \"e\": 20, \"f\": -12}", "State: {\"a\": 60, \"d\": 60, \"e\": 20, \"f\": -12}", "State: {\"a\": 60, \"d\": 60, \"e\": 20, \"f\": 5}", "State: {\"a\": 60, \"d\": 60, \"e\": 20, \"f\": 20}"], "answer": "f = 20"} -{"question": "b = c\nc = a * 9\na = c - 5\nc = 8\nb = 2", "steps": ["State: {\"a\": 20, \"b\": 17, \"c\": 17}", "State: {\"a\": 20, \"b\": 17, \"c\": 180}", "State: {\"a\": 175, \"b\": 17, \"c\": 180}", "State: {\"a\": 175, \"b\": 17, \"c\": 8}", "State: {\"a\": 175, \"b\": 2, \"c\": 8}"], "answer": "b = 2"} -{"question": "a = b + 10\nb = 8\na = a\nb = a // b\na = 6", "steps": ["State: {\"a\": 16, \"b\": 6}", "State: {\"a\": 16, \"b\": 8}", "State: {\"a\": 16, \"b\": 8}", "State: {\"a\": 16, \"b\": 2}", "State: {\"a\": 6, \"b\": 2}"], "answer": "a = 6"} -{"question": "d = 3\nb = f\nd = e + 10\nb = 6 * d\ne = 8 - b", "steps": ["State: {\"b\": 13, \"d\": 3, \"e\": -2, \"f\": 5}", "State: {\"b\": 5, \"d\": 3, \"e\": -2, \"f\": 5}", "State: {\"b\": 5, \"d\": 8, \"e\": -2, \"f\": 5}", "State: {\"b\": 48, \"d\": 8, \"e\": -2, \"f\": 5}", "State: {\"b\": 48, \"d\": 8, \"e\": -40, \"f\": 5}"], "answer": "e = -40"} -{"question": "b = b + f\nb = 8\nf = a\nd = 10 - b\na = f // a", "steps": ["State: {\"a\": 18, \"b\": -13, \"d\": -10, \"f\": -1}", "State: {\"a\": 18, \"b\": 8, \"d\": -10, \"f\": -1}", "State: {\"a\": 18, \"b\": 8, \"d\": -10, \"f\": 18}", "State: {\"a\": 18, \"b\": 8, \"d\": 2, \"f\": 18}", "State: {\"a\": 1, \"b\": 8, \"d\": 2, \"f\": 18}"], "answer": "a = 1"} -{"question": "c = c - 7\ne = c + c\nc = 9\nc = c\nc = e", "steps": ["State: {\"c\": -12, \"e\": -4}", "State: {\"c\": -12, \"e\": -24}", "State: {\"c\": 9, \"e\": -24}", "State: {\"c\": 9, \"e\": -24}", "State: {\"c\": -24, \"e\": -24}"], "answer": "c = -24"} -{"question": "d = b - d\ne = e - b\nb = 2 * a\nd = 5 - b\nd = a - e\ne = b + 4", "steps": ["State: {\"a\": 3, \"b\": -15, \"d\": -13, \"e\": -13}", "State: {\"a\": 3, \"b\": -15, \"d\": -13, \"e\": 2}", "State: {\"a\": 3, \"b\": 6, \"d\": -13, \"e\": 2}", "State: {\"a\": 3, \"b\": 6, \"d\": -1, \"e\": 2}", "State: {\"a\": 3, \"b\": 6, \"d\": 1, \"e\": 2}", "State: {\"a\": 3, \"b\": 6, \"d\": 1, \"e\": 10}"], "answer": "e = 10"} -{"question": "e = c * 5\nb = 6 + 7\ne = 5 * c\nb = b\ne = c\nc = c", "steps": ["State: {\"b\": -1, \"c\": -20, \"e\": -100}", "State: {\"b\": 13, \"c\": -20, \"e\": -100}", "State: {\"b\": 13, \"c\": -20, \"e\": -100}", "State: {\"b\": 13, \"c\": -20, \"e\": -100}", "State: {\"b\": 13, \"c\": -20, \"e\": -20}", "State: {\"b\": 13, \"c\": -20, \"e\": -20}"], "answer": "c = -20"} -{"question": "b = b\nb = 4\nc = 9 // b\nc = a\ne = 2\nc = 2 * b", "steps": ["State: {\"a\": 17, \"b\": -9, \"c\": 14, \"e\": 16}", "State: {\"a\": 17, \"b\": 4, \"c\": 14, \"e\": 16}", "State: {\"a\": 17, \"b\": 4, \"c\": 2, \"e\": 16}", "State: {\"a\": 17, \"b\": 4, \"c\": 17, \"e\": 16}", "State: {\"a\": 17, \"b\": 4, \"c\": 17, \"e\": 2}", "State: {\"a\": 17, \"b\": 4, \"c\": 8, \"e\": 2}"], "answer": "c = 8"} -{"question": "f = 1\nb = 1 // b\nf = f + b\nb = 1 + 7\nb = f - b\nb = 5", "steps": ["State: {\"b\": -4, \"f\": 1}", "State: {\"b\": -1, \"f\": 1}", "State: {\"b\": -1, \"f\": 0}", "State: {\"b\": 8, \"f\": 0}", "State: {\"b\": -8, \"f\": 0}", "State: {\"b\": 5, \"f\": 0}"], "answer": "b = 5"} -{"question": "e = 10 - 7\nf = 4\nc = e\nc = f\nc = 7\nf = 8 + 6", "steps": ["State: {\"c\": -9, \"d\": -14, \"e\": 3, \"f\": -5}", "State: {\"c\": -9, \"d\": -14, \"e\": 3, \"f\": 4}", "State: {\"c\": 3, \"d\": -14, \"e\": 3, \"f\": 4}", "State: {\"c\": 4, \"d\": -14, \"e\": 3, \"f\": 4}", "State: {\"c\": 7, \"d\": -14, \"e\": 3, \"f\": 4}", "State: {\"c\": 7, \"d\": -14, \"e\": 3, \"f\": 14}"], "answer": "f = 14"} -{"question": "d = d - b\nc = 5\na = 10 // b\nd = 6 + 10\nb = c\na = a + d", "steps": ["State: {\"a\": 4, \"b\": 7, \"c\": -1, \"d\": -6}", "State: {\"a\": 4, \"b\": 7, \"c\": 5, \"d\": -6}", "State: {\"a\": 1, \"b\": 7, \"c\": 5, \"d\": -6}", "State: {\"a\": 1, \"b\": 7, \"c\": 5, \"d\": 16}", "State: {\"a\": 1, \"b\": 5, \"c\": 5, \"d\": 16}", "State: {\"a\": 17, \"b\": 5, \"c\": 5, \"d\": 16}"], "answer": "a = 17"} -{"question": "a = a\na = a * e\na = 6\ne = a * e\na = 9\ne = 10 + a", "steps": ["State: {\"a\": 1, \"e\": -18}", "State: {\"a\": -18, \"e\": -18}", "State: {\"a\": 6, \"e\": -18}", "State: {\"a\": 6, \"e\": -108}", "State: {\"a\": 9, \"e\": -108}", "State: {\"a\": 9, \"e\": 19}"], "answer": "e = 19"} -{"question": "d = b\nc = b\nc = a + a\nd = d - 3\nd = c + 10\nd = 7", "steps": ["State: {\"a\": 4, \"b\": -7, \"c\": -8, \"d\": -7}", "State: {\"a\": 4, \"b\": -7, \"c\": -7, \"d\": -7}", "State: {\"a\": 4, \"b\": -7, \"c\": 8, \"d\": -7}", "State: {\"a\": 4, \"b\": -7, \"c\": 8, \"d\": -10}", "State: {\"a\": 4, \"b\": -7, \"c\": 8, \"d\": 18}", "State: {\"a\": 4, \"b\": -7, \"c\": 8, \"d\": 7}"], "answer": "d = 7"} -{"question": "b = c\nf = 5 + 10\nf = a + c\nf = 1\na = 7 * b\nf = 6", "steps": ["State: {\"a\": 0, \"b\": 2, \"c\": 2, \"f\": -14}", "State: {\"a\": 0, \"b\": 2, \"c\": 2, \"f\": 15}", "State: {\"a\": 0, \"b\": 2, \"c\": 2, \"f\": 2}", "State: {\"a\": 0, \"b\": 2, \"c\": 2, \"f\": 1}", "State: {\"a\": 14, \"b\": 2, \"c\": 2, \"f\": 1}", "State: {\"a\": 14, \"b\": 2, \"c\": 2, \"f\": 6}"], "answer": "f = 6"} -{"question": "a = a\nb = a + f\nf = 10 // 4\na = a * b\na = b * 1\ne = a // 9", "steps": ["State: {\"a\": -6, \"b\": 13, \"e\": 14, \"f\": 20}", "State: {\"a\": -6, \"b\": 14, \"e\": 14, \"f\": 20}", "State: {\"a\": -6, \"b\": 14, \"e\": 14, \"f\": 2}", "State: {\"a\": -84, \"b\": 14, \"e\": 14, \"f\": 2}", "State: {\"a\": 14, \"b\": 14, \"e\": 14, \"f\": 2}", "State: {\"a\": 14, \"b\": 14, \"e\": 1, \"f\": 2}"], "answer": "e = 1"} -{"question": "e = 6 * 4\ne = f - f\na = 6 * e\nf = a * 7\nf = 6 + f\nf = e * a", "steps": ["State: {\"a\": 7, \"c\": -15, \"e\": 24, \"f\": 1}", "State: {\"a\": 7, \"c\": -15, \"e\": 0, \"f\": 1}", "State: {\"a\": 0, \"c\": -15, \"e\": 0, \"f\": 1}", "State: {\"a\": 0, \"c\": -15, \"e\": 0, \"f\": 0}", "State: {\"a\": 0, \"c\": -15, \"e\": 0, \"f\": 6}", "State: {\"a\": 0, \"c\": -15, \"e\": 0, \"f\": 0}"], "answer": "f = 0"} -{"question": "b = 4\nb = 1\nb = 8 + a\na = 10 * c\nc = 5 + d\na = 10 + b", "steps": ["State: {\"a\": -9, \"b\": 4, \"c\": 9, \"d\": 18}", "State: {\"a\": -9, \"b\": 1, \"c\": 9, \"d\": 18}", "State: {\"a\": -9, \"b\": -1, \"c\": 9, \"d\": 18}", "State: {\"a\": 90, \"b\": -1, \"c\": 9, \"d\": 18}", "State: {\"a\": 90, \"b\": -1, \"c\": 23, \"d\": 18}", "State: {\"a\": 9, \"b\": -1, \"c\": 23, \"d\": 18}"], "answer": "a = 9"} -{"question": "a = 3\ne = d // e\nb = 1\na = d\ne = 5 * 4\ne = 8 - 5", "steps": ["State: {\"a\": 3, \"b\": 6, \"d\": 14, \"e\": 6}", "State: {\"a\": 3, \"b\": 6, \"d\": 14, \"e\": 2}", "State: {\"a\": 3, \"b\": 1, \"d\": 14, \"e\": 2}", "State: {\"a\": 14, \"b\": 1, \"d\": 14, \"e\": 2}", "State: {\"a\": 14, \"b\": 1, \"d\": 14, \"e\": 20}", "State: {\"a\": 14, \"b\": 1, \"d\": 14, \"e\": 3}"], "answer": "e = 3"} -{"question": "c = e * 4\nb = c + e\nc = e - c\nb = e - e\nb = b\ne = b", "steps": ["State: {\"b\": -11, \"c\": -48, \"e\": -12}", "State: {\"b\": -60, \"c\": -48, \"e\": -12}", "State: {\"b\": -60, \"c\": 36, \"e\": -12}", "State: {\"b\": 0, \"c\": 36, \"e\": -12}", "State: {\"b\": 0, \"c\": 36, \"e\": -12}", "State: {\"b\": 0, \"c\": 36, \"e\": 0}"], "answer": "e = 0"} -{"question": "b = 6 + 10\nb = 10\nb = d\nd = 2 * 6\nb = b\nd = 9 - 1", "steps": ["State: {\"a\": 3, \"b\": 16, \"d\": 16}", "State: {\"a\": 3, \"b\": 10, \"d\": 16}", "State: {\"a\": 3, \"b\": 16, \"d\": 16}", "State: {\"a\": 3, \"b\": 16, \"d\": 12}", "State: {\"a\": 3, \"b\": 16, \"d\": 12}", "State: {\"a\": 3, \"b\": 16, \"d\": 8}"], "answer": "d = 8"} -{"question": "b = b\nb = c * b\nc = c\nb = c\nc = 5 // 4\nc = 7 // c", "steps": ["State: {\"b\": -12, \"c\": -3}", "State: {\"b\": 36, \"c\": -3}", "State: {\"b\": 36, \"c\": -3}", "State: {\"b\": -3, \"c\": -3}", "State: {\"b\": -3, \"c\": 1}", "State: {\"b\": -3, \"c\": 7}"], "answer": "c = 7"} -{"question": "d = 3\ne = c + 7\nc = e * c\nc = e + 6\nd = c + e\nd = c * 8", "steps": ["State: {\"c\": 9, \"d\": 3, \"e\": 3}", "State: {\"c\": 9, \"d\": 3, \"e\": 16}", "State: {\"c\": 144, \"d\": 3, \"e\": 16}", "State: {\"c\": 22, \"d\": 3, \"e\": 16}", "State: {\"c\": 22, \"d\": 38, \"e\": 16}", "State: {\"c\": 22, \"d\": 176, \"e\": 16}"], "answer": "d = 176"} -{"question": "c = 1 * c\nd = e\nc = e + 3\nc = c\ne = e\nc = e // 5", "steps": ["State: {\"c\": 20, \"d\": -12, \"e\": 10}", "State: {\"c\": 20, \"d\": 10, \"e\": 10}", "State: {\"c\": 13, \"d\": 10, \"e\": 10}", "State: {\"c\": 13, \"d\": 10, \"e\": 10}", "State: {\"c\": 13, \"d\": 10, \"e\": 10}", "State: {\"c\": 2, \"d\": 10, \"e\": 10}"], "answer": "c = 2"} -{"question": "b = 10 - b\nd = d + d\nc = a\nc = 7\na = b - 1\nc = d", "steps": ["State: {\"a\": -7, \"b\": 3, \"c\": 16, \"d\": -2}", "State: {\"a\": -7, \"b\": 3, \"c\": 16, \"d\": -4}", "State: {\"a\": -7, \"b\": 3, \"c\": -7, \"d\": -4}", "State: {\"a\": -7, \"b\": 3, \"c\": 7, \"d\": -4}", "State: {\"a\": 2, \"b\": 3, \"c\": 7, \"d\": -4}", "State: {\"a\": 2, \"b\": 3, \"c\": -4, \"d\": -4}"], "answer": "c = -4"} -{"question": "c = 5\nd = d - 1\nc = c // c\nc = d - 9\nc = 5\nd = c", "steps": ["State: {\"c\": 5, \"d\": -4}", "State: {\"c\": 5, \"d\": -5}", "State: {\"c\": 1, \"d\": -5}", "State: {\"c\": -14, \"d\": -5}", "State: {\"c\": 5, \"d\": -5}", "State: {\"c\": 5, \"d\": 5}"], "answer": "d = 5"} -{"question": "a = e + d\na = a + 4\nb = 2 // d\na = 5 // 7\na = b\nd = b // a", "steps": ["State: {\"a\": -18, \"b\": 19, \"d\": -12, \"e\": -6}", "State: {\"a\": -14, \"b\": 19, \"d\": -12, \"e\": -6}", "State: {\"a\": -14, \"b\": -1, \"d\": -12, \"e\": -6}", "State: {\"a\": 0, \"b\": -1, \"d\": -12, \"e\": -6}", "State: {\"a\": -1, \"b\": -1, \"d\": -12, \"e\": -6}", "State: {\"a\": -1, \"b\": -1, \"d\": 1, \"e\": -6}"], "answer": "d = 1"} -{"question": "e = a\ne = 6 + a\na = a + a\na = 10\ne = e\ne = e", "steps": ["State: {\"a\": -19, \"e\": -19}", "State: {\"a\": -19, \"e\": -13}", "State: {\"a\": -38, \"e\": -13}", "State: {\"a\": 10, \"e\": -13}", "State: {\"a\": 10, \"e\": -13}", "State: {\"a\": 10, \"e\": -13}"], "answer": "e = -13"} -{"question": "a = d\na = 9 - 8\nd = d\na = a\nd = d + a\na = d", "steps": ["State: {\"a\": -17, \"d\": -17}", "State: {\"a\": 1, \"d\": -17}", "State: {\"a\": 1, \"d\": -17}", "State: {\"a\": 1, \"d\": -17}", "State: {\"a\": 1, \"d\": -16}", "State: {\"a\": -16, \"d\": -16}"], "answer": "a = -16"} -{"question": "d = f\nd = f\nd = 10 // f\nf = e\nd = d\nf = e", "steps": ["State: {\"d\": 18, \"e\": -3, \"f\": 18}", "State: {\"d\": 18, \"e\": -3, \"f\": 18}", "State: {\"d\": 0, \"e\": -3, \"f\": 18}", "State: {\"d\": 0, \"e\": -3, \"f\": -3}", "State: {\"d\": 0, \"e\": -3, \"f\": -3}", "State: {\"d\": 0, \"e\": -3, \"f\": -3}"], "answer": "f = -3"} -{"question": "e = d\nc = 6 * e\nc = 7\ne = c - c\ne = e // 7\nd = d + 1", "steps": ["State: {\"c\": 14, \"d\": 16, \"e\": 16, \"f\": 11}", "State: {\"c\": 96, \"d\": 16, \"e\": 16, \"f\": 11}", "State: {\"c\": 7, \"d\": 16, \"e\": 16, \"f\": 11}", "State: {\"c\": 7, \"d\": 16, \"e\": 0, \"f\": 11}", "State: {\"c\": 7, \"d\": 16, \"e\": 0, \"f\": 11}", "State: {\"c\": 7, \"d\": 17, \"e\": 0, \"f\": 11}"], "answer": "d = 17"} -{"question": "c = c\nf = e // c\nf = 8 + e\ne = e\nf = 5 + 5\nc = c", "steps": ["State: {\"b\": -13, \"c\": 15, \"e\": -15, \"f\": -17}", "State: {\"b\": -13, \"c\": 15, \"e\": -15, \"f\": -1}", "State: {\"b\": -13, \"c\": 15, \"e\": -15, \"f\": -7}", "State: {\"b\": -13, \"c\": 15, \"e\": -15, \"f\": -7}", "State: {\"b\": -13, \"c\": 15, \"e\": -15, \"f\": 10}", "State: {\"b\": -13, \"c\": 15, \"e\": -15, \"f\": 10}"], "answer": "c = 15"} -{"question": "d = d // d\ne = e - c\nd = d\nd = 10\nd = b // d\nb = d * 7", "steps": ["State: {\"b\": -17, \"c\": -14, \"d\": 1, \"e\": -16}", "State: {\"b\": -17, \"c\": -14, \"d\": 1, \"e\": -2}", "State: {\"b\": -17, \"c\": -14, \"d\": 1, \"e\": -2}", "State: {\"b\": -17, \"c\": -14, \"d\": 10, \"e\": -2}", "State: {\"b\": -17, \"c\": -14, \"d\": -2, \"e\": -2}", "State: {\"b\": -14, \"c\": -14, \"d\": -2, \"e\": -2}"], "answer": "b = -14"} -{"question": "a = c // 4\nc = 8\na = 8 + b\ne = a + 6\nb = e\ne = c - b", "steps": ["State: {\"a\": 2, \"b\": 11, \"c\": 11, \"e\": -10}", "State: {\"a\": 2, \"b\": 11, \"c\": 8, \"e\": -10}", "State: {\"a\": 19, \"b\": 11, \"c\": 8, \"e\": -10}", "State: {\"a\": 19, \"b\": 11, \"c\": 8, \"e\": 25}", "State: {\"a\": 19, \"b\": 25, \"c\": 8, \"e\": 25}", "State: {\"a\": 19, \"b\": 25, \"c\": 8, \"e\": -17}"], "answer": "e = -17"} -{"question": "f = e + 5\nf = 3\ne = f\nf = 9 * e\ne = 7 * f\nf = f", "steps": ["State: {\"e\": 19, \"f\": 24}", "State: {\"e\": 19, \"f\": 3}", "State: {\"e\": 3, \"f\": 3}", "State: {\"e\": 3, \"f\": 27}", "State: {\"e\": 189, \"f\": 27}", "State: {\"e\": 189, \"f\": 27}"], "answer": "f = 27"} -{"question": "b = 2 - f\nc = b - 7\nb = 6 + f\nc = 7\nf = b\nc = 8 + f", "steps": ["State: {\"b\": -1, \"c\": 4, \"f\": 3}", "State: {\"b\": -1, \"c\": -8, \"f\": 3}", "State: {\"b\": 9, \"c\": -8, \"f\": 3}", "State: {\"b\": 9, \"c\": 7, \"f\": 3}", "State: {\"b\": 9, \"c\": 7, \"f\": 9}", "State: {\"b\": 9, \"c\": 17, \"f\": 9}"], "answer": "c = 17"} -{"question": "e = c\nb = 6\ne = b // c\nd = c\nc = 3\nc = 5 + b", "steps": ["State: {\"b\": -10, \"c\": -12, \"d\": 1, \"e\": -12}", "State: {\"b\": 6, \"c\": -12, \"d\": 1, \"e\": -12}", "State: {\"b\": 6, \"c\": -12, \"d\": 1, \"e\": -1}", "State: {\"b\": 6, \"c\": -12, \"d\": -12, \"e\": -1}", "State: {\"b\": 6, \"c\": 3, \"d\": -12, \"e\": -1}", "State: {\"b\": 6, \"c\": 11, \"d\": -12, \"e\": -1}"], "answer": "c = 11"} -{"question": "e = d\ne = 1\nd = d * d\ne = e\ne = d // e\nd = e", "steps": ["State: {\"d\": 14, \"e\": 14}", "State: {\"d\": 14, \"e\": 1}", "State: {\"d\": 196, \"e\": 1}", "State: {\"d\": 196, \"e\": 1}", "State: {\"d\": 196, \"e\": 196}", "State: {\"d\": 196, \"e\": 196}"], "answer": "d = 196"} -{"question": "c = c\nb = 6 // d\nb = d + 2\nd = d + b\nb = 5\nd = d", "steps": ["State: {\"b\": -7, \"c\": -10, \"d\": 1}", "State: {\"b\": 6, \"c\": -10, \"d\": 1}", "State: {\"b\": 3, \"c\": -10, \"d\": 1}", "State: {\"b\": 3, \"c\": -10, \"d\": 4}", "State: {\"b\": 5, \"c\": -10, \"d\": 4}", "State: {\"b\": 5, \"c\": -10, \"d\": 4}"], "answer": "d = 4"} -{"question": "b = a\nb = c * c\na = c // b\nb = 10 + c\na = c - a\na = 7 - a", "steps": ["State: {\"a\": 13, \"b\": 13, \"c\": -1}", "State: {\"a\": 13, \"b\": 1, \"c\": -1}", "State: {\"a\": -1, \"b\": 1, \"c\": -1}", "State: {\"a\": -1, \"b\": 9, \"c\": -1}", "State: {\"a\": 0, \"b\": 9, \"c\": -1}", "State: {\"a\": 7, \"b\": 9, \"c\": -1}"], "answer": "a = 7"} -{"question": "b = 10\nc = c // b\nc = 1 + f\nc = 8 // 1\nc = f\nb = 9 + c", "steps": ["State: {\"a\": 3, \"b\": 10, \"c\": 16, \"f\": 14}", "State: {\"a\": 3, \"b\": 10, \"c\": 1, \"f\": 14}", "State: {\"a\": 3, \"b\": 10, \"c\": 15, \"f\": 14}", "State: {\"a\": 3, \"b\": 10, \"c\": 8, \"f\": 14}", "State: {\"a\": 3, \"b\": 10, \"c\": 14, \"f\": 14}", "State: {\"a\": 3, \"b\": 23, \"c\": 14, \"f\": 14}"], "answer": "b = 23"} -{"question": "b = e - b\nb = e - e\nb = b\nc = b - 6\ne = 5\nb = 10", "steps": ["State: {\"b\": -28, \"c\": 6, \"e\": -11}", "State: {\"b\": 0, \"c\": 6, \"e\": -11}", "State: {\"b\": 0, \"c\": 6, \"e\": -11}", "State: {\"b\": 0, \"c\": -6, \"e\": -11}", "State: {\"b\": 0, \"c\": -6, \"e\": 5}", "State: {\"b\": 10, \"c\": -6, \"e\": 5}"], "answer": "b = 10"} -{"question": "b = e * b\nb = 2 - a\na = 9 * e\na = 7\ne = e - e\ne = b + a", "steps": ["State: {\"a\": -12, \"b\": 10, \"e\": -5}", "State: {\"a\": -12, \"b\": 14, \"e\": -5}", "State: {\"a\": -45, \"b\": 14, \"e\": -5}", "State: {\"a\": 7, \"b\": 14, \"e\": -5}", "State: {\"a\": 7, \"b\": 14, \"e\": 0}", "State: {\"a\": 7, \"b\": 14, \"e\": 21}"], "answer": "e = 21"} -{"question": "a = e\nd = a + b\ne = 2\nb = 5 - b\na = 4\ne = 7 - 9", "steps": ["State: {\"a\": 5, \"b\": 7, \"d\": 18, \"e\": 5}", "State: {\"a\": 5, \"b\": 7, \"d\": 12, \"e\": 5}", "State: {\"a\": 5, \"b\": 7, \"d\": 12, \"e\": 2}", "State: {\"a\": 5, \"b\": -2, \"d\": 12, \"e\": 2}", "State: {\"a\": 4, \"b\": -2, \"d\": 12, \"e\": 2}", "State: {\"a\": 4, \"b\": -2, \"d\": 12, \"e\": -2}"], "answer": "e = -2"} -{"question": "a = d\nb = 9 // d\nd = d + d\nb = d\na = b\na = 2 // 8", "steps": ["State: {\"a\": -19, \"b\": -4, \"d\": -19, \"e\": -10}", "State: {\"a\": -19, \"b\": -1, \"d\": -19, \"e\": -10}", "State: {\"a\": -19, \"b\": -1, \"d\": -38, \"e\": -10}", "State: {\"a\": -19, \"b\": -38, \"d\": -38, \"e\": -10}", "State: {\"a\": -38, \"b\": -38, \"d\": -38, \"e\": -10}", "State: {\"a\": 0, \"b\": -38, \"d\": -38, \"e\": -10}"], "answer": "a = 0"} -{"question": "f = b - f\nf = 2\nf = f - f\nf = 1\nf = 10\nb = f", "steps": ["State: {\"b\": -17, \"c\": -14, \"f\": -27}", "State: {\"b\": -17, \"c\": -14, \"f\": 2}", "State: {\"b\": -17, \"c\": -14, \"f\": 0}", "State: {\"b\": -17, \"c\": -14, \"f\": 1}", "State: {\"b\": -17, \"c\": -14, \"f\": 10}", "State: {\"b\": 10, \"c\": -14, \"f\": 10}"], "answer": "b = 10"} -{"question": "e = f\nb = 2 + 6\nb = b // 9\nf = f * 1\nb = e + 10\nf = e", "steps": ["State: {\"b\": 15, \"e\": -4, \"f\": -4}", "State: {\"b\": 8, \"e\": -4, \"f\": -4}", "State: {\"b\": 0, \"e\": -4, \"f\": -4}", "State: {\"b\": 0, \"e\": -4, \"f\": -4}", "State: {\"b\": 6, \"e\": -4, \"f\": -4}", "State: {\"b\": 6, \"e\": -4, \"f\": -4}"], "answer": "f = -4"} -{"question": "e = a + 7\na = a + 7\na = a - 3\ne = f - 10\ne = 2 // 4\nf = f", "steps": ["State: {\"a\": -16, \"e\": -9, \"f\": -3}", "State: {\"a\": -9, \"e\": -9, \"f\": -3}", "State: {\"a\": -12, \"e\": -9, \"f\": -3}", "State: {\"a\": -12, \"e\": -13, \"f\": -3}", "State: {\"a\": -12, \"e\": 0, \"f\": -3}", "State: {\"a\": -12, \"e\": 0, \"f\": -3}"], "answer": "f = -3"} -{"question": "a = 6 + e\na = c\nc = 10 - a\na = e\ne = 9\na = a", "steps": ["State: {\"a\": 19, \"c\": 17, \"e\": 13}", "State: {\"a\": 17, \"c\": 17, \"e\": 13}", "State: {\"a\": 17, \"c\": -7, \"e\": 13}", "State: {\"a\": 13, \"c\": -7, \"e\": 13}", "State: {\"a\": 13, \"c\": -7, \"e\": 9}", "State: {\"a\": 13, \"c\": -7, \"e\": 9}"], "answer": "a = 13"} -{"question": "c = 10 - b\nb = d // a\nc = 7\na = b + 5\nd = 5\nd = b", "steps": ["State: {\"a\": 12, \"b\": -5, \"c\": 15, \"d\": 16}", "State: {\"a\": 12, \"b\": 1, \"c\": 15, \"d\": 16}", "State: {\"a\": 12, \"b\": 1, \"c\": 7, \"d\": 16}", "State: {\"a\": 6, \"b\": 1, \"c\": 7, \"d\": 16}", "State: {\"a\": 6, \"b\": 1, \"c\": 7, \"d\": 5}", "State: {\"a\": 6, \"b\": 1, \"c\": 7, \"d\": 1}"], "answer": "d = 1"} -{"question": "a = 9\na = f\na = a + a\na = a\na = f\na = 9", "steps": ["State: {\"a\": 9, \"f\": 8}", "State: {\"a\": 8, \"f\": 8}", "State: {\"a\": 16, \"f\": 8}", "State: {\"a\": 16, \"f\": 8}", "State: {\"a\": 8, \"f\": 8}", "State: {\"a\": 9, \"f\": 8}"], "answer": "a = 9"} -{"question": "f = 8\ne = f\nd = e\nf = d * 3\nd = d\nd = 6", "steps": ["State: {\"d\": 6, \"e\": -12, \"f\": 8}", "State: {\"d\": 6, \"e\": 8, \"f\": 8}", "State: {\"d\": 8, \"e\": 8, \"f\": 8}", "State: {\"d\": 8, \"e\": 8, \"f\": 24}", "State: {\"d\": 8, \"e\": 8, \"f\": 24}", "State: {\"d\": 6, \"e\": 8, \"f\": 24}"], "answer": "d = 6"} -{"question": "c = a - 8\nc = 5\nc = c + a\nc = 8\nc = a\nc = c", "steps": ["State: {\"a\": -18, \"c\": -26}", "State: {\"a\": -18, \"c\": 5}", "State: {\"a\": -18, \"c\": -13}", "State: {\"a\": -18, \"c\": 8}", "State: {\"a\": -18, \"c\": -18}", "State: {\"a\": -18, \"c\": -18}"], "answer": "c = -18"} -{"question": "d = e\nb = 3\nb = b // 10\nb = 2\ne = b + 1\nd = b", "steps": ["State: {\"b\": -16, \"d\": 10, \"e\": 10}", "State: {\"b\": 3, \"d\": 10, \"e\": 10}", "State: {\"b\": 0, \"d\": 10, \"e\": 10}", "State: {\"b\": 2, \"d\": 10, \"e\": 10}", "State: {\"b\": 2, \"d\": 10, \"e\": 3}", "State: {\"b\": 2, \"d\": 2, \"e\": 3}"], "answer": "d = 2"} -{"question": "d = 7\nb = a // a\ne = 3\nb = e + a\ne = b\na = b", "steps": ["State: {\"a\": 11, \"b\": 2, \"d\": 7, \"e\": 11}", "State: {\"a\": 11, \"b\": 1, \"d\": 7, \"e\": 11}", "State: {\"a\": 11, \"b\": 1, \"d\": 7, \"e\": 3}", "State: {\"a\": 11, \"b\": 14, \"d\": 7, \"e\": 3}", "State: {\"a\": 11, \"b\": 14, \"d\": 7, \"e\": 14}", "State: {\"a\": 14, \"b\": 14, \"d\": 7, \"e\": 14}"], "answer": "a = 14"} -{"question": "a = c\na = 1\na = a\na = c\na = 1\na = 6", "steps": ["State: {\"a\": 9, \"c\": 9}", "State: {\"a\": 1, \"c\": 9}", "State: {\"a\": 1, \"c\": 9}", "State: {\"a\": 9, \"c\": 9}", "State: {\"a\": 1, \"c\": 9}", "State: {\"a\": 6, \"c\": 9}"], "answer": "a = 6"} -{"question": "f = 9\nf = 5 // 5\nf = d\nb = 5 - b\nf = a - b\nb = 7 + f", "steps": ["State: {\"a\": 2, \"b\": 18, \"d\": -20, \"f\": 9}", "State: {\"a\": 2, \"b\": 18, \"d\": -20, \"f\": 1}", "State: {\"a\": 2, \"b\": 18, \"d\": -20, \"f\": -20}", "State: {\"a\": 2, \"b\": -13, \"d\": -20, \"f\": -20}", "State: {\"a\": 2, \"b\": -13, \"d\": -20, \"f\": 15}", "State: {\"a\": 2, \"b\": 22, \"d\": -20, \"f\": 15}"], "answer": "b = 22"} -{"question": "f = f * f\nc = c\nc = 5 + 2\nc = f // 4\nc = 4 + c\nc = f", "steps": ["State: {\"c\": -4, \"f\": 25}", "State: {\"c\": -4, \"f\": 25}", "State: {\"c\": 7, \"f\": 25}", "State: {\"c\": 6, \"f\": 25}", "State: {\"c\": 10, \"f\": 25}", "State: {\"c\": 25, \"f\": 25}"], "answer": "c = 25"} -{"question": "d = 6\nd = 4 - c\nd = 8\nd = c // d\nd = d\nc = 1 // 4", "steps": ["State: {\"c\": 6, \"d\": 6}", "State: {\"c\": 6, \"d\": -2}", "State: {\"c\": 6, \"d\": 8}", "State: {\"c\": 6, \"d\": 0}", "State: {\"c\": 6, \"d\": 0}", "State: {\"c\": 0, \"d\": 0}"], "answer": "c = 0"} -{"question": "e = 9 // 10\ne = e\nd = 1 - 10\nd = f\nd = d\ne = b", "steps": ["State: {\"b\": 4, \"d\": -9, \"e\": 0, \"f\": 13}", "State: {\"b\": 4, \"d\": -9, \"e\": 0, \"f\": 13}", "State: {\"b\": 4, \"d\": -9, \"e\": 0, \"f\": 13}", "State: {\"b\": 4, \"d\": 13, \"e\": 0, \"f\": 13}", "State: {\"b\": 4, \"d\": 13, \"e\": 0, \"f\": 13}", "State: {\"b\": 4, \"d\": 13, \"e\": 4, \"f\": 13}"], "answer": "e = 4"} -{"question": "f = 8 - 2\nf = 1 - a\nf = a\nf = f\nf = f + 8\na = 2 + 10", "steps": ["State: {\"a\": -8, \"f\": 6}", "State: {\"a\": -8, \"f\": 9}", "State: {\"a\": -8, \"f\": -8}", "State: {\"a\": -8, \"f\": -8}", "State: {\"a\": -8, \"f\": 0}", "State: {\"a\": 12, \"f\": 0}"], "answer": "a = 12"} -{"question": "f = 1\nd = f + 1\nd = f - f\na = f * d\na = 1\nd = d * d", "steps": ["State: {\"a\": 12, \"d\": -2, \"f\": 1}", "State: {\"a\": 12, \"d\": 2, \"f\": 1}", "State: {\"a\": 12, \"d\": 0, \"f\": 1}", "State: {\"a\": 0, \"d\": 0, \"f\": 1}", "State: {\"a\": 1, \"d\": 0, \"f\": 1}", "State: {\"a\": 1, \"d\": 0, \"f\": 1}"], "answer": "d = 0"} -{"question": "e = 3 // e\na = e\na = e\ne = 2 + 3\ne = 2\ne = a * 9", "steps": ["State: {\"a\": 20, \"e\": 0}", "State: {\"a\": 0, \"e\": 0}", "State: {\"a\": 0, \"e\": 0}", "State: {\"a\": 0, \"e\": 5}", "State: {\"a\": 0, \"e\": 2}", "State: {\"a\": 0, \"e\": 0}"], "answer": "e = 0"} -{"question": "c = c - 5\nc = e + e\nf = f // 9\nc = c - 3\nf = f\ne = c + f", "steps": ["State: {\"b\": 19, \"c\": -15, \"e\": -14, \"f\": 2}", "State: {\"b\": 19, \"c\": -28, \"e\": -14, \"f\": 2}", "State: {\"b\": 19, \"c\": -28, \"e\": -14, \"f\": 0}", "State: {\"b\": 19, \"c\": -31, \"e\": -14, \"f\": 0}", "State: {\"b\": 19, \"c\": -31, \"e\": -14, \"f\": 0}", "State: {\"b\": 19, \"c\": -31, \"e\": -31, \"f\": 0}"], "answer": "e = -31"} -{"question": "b = d * 3\nb = a\na = f * f\nf = f - 9\nb = 2 // f\nf = b // 7", "steps": ["State: {\"a\": -3, \"b\": 57, \"d\": 19, \"f\": 16}", "State: {\"a\": -3, \"b\": -3, \"d\": 19, \"f\": 16}", "State: {\"a\": 256, \"b\": -3, \"d\": 19, \"f\": 16}", "State: {\"a\": 256, \"b\": -3, \"d\": 19, \"f\": 7}", "State: {\"a\": 256, \"b\": 0, \"d\": 19, \"f\": 7}", "State: {\"a\": 256, \"b\": 0, \"d\": 19, \"f\": 0}"], "answer": "f = 0"} -{"question": "e = e\ne = a\ne = 3 * 9\na = 4 - 7\na = 9 * 9\na = e - 10", "steps": ["State: {\"a\": -15, \"e\": -1, \"f\": 5}", "State: {\"a\": -15, \"e\": -15, \"f\": 5}", "State: {\"a\": -15, \"e\": 27, \"f\": 5}", "State: {\"a\": -3, \"e\": 27, \"f\": 5}", "State: {\"a\": 81, \"e\": 27, \"f\": 5}", "State: {\"a\": 17, \"e\": 27, \"f\": 5}"], "answer": "a = 17"} -{"question": "f = b\nc = c // b\nb = 1 * b\nc = c\nc = c + f\nf = f", "steps": ["State: {\"b\": 9, \"c\": 8, \"f\": 9}", "State: {\"b\": 9, \"c\": 0, \"f\": 9}", "State: {\"b\": 9, \"c\": 0, \"f\": 9}", "State: {\"b\": 9, \"c\": 0, \"f\": 9}", "State: {\"b\": 9, \"c\": 9, \"f\": 9}", "State: {\"b\": 9, \"c\": 9, \"f\": 9}"], "answer": "f = 9"} -{"question": "f = 10\na = a // e\nf = f\nf = f\nf = b\na = 7 * b", "steps": ["State: {\"a\": -6, \"b\": -15, \"e\": -5, \"f\": 10}", "State: {\"a\": 1, \"b\": -15, \"e\": -5, \"f\": 10}", "State: {\"a\": 1, \"b\": -15, \"e\": -5, \"f\": 10}", "State: {\"a\": 1, \"b\": -15, \"e\": -5, \"f\": 10}", "State: {\"a\": 1, \"b\": -15, \"e\": -5, \"f\": -15}", "State: {\"a\": -105, \"b\": -15, \"e\": -5, \"f\": -15}"], "answer": "a = -105"} -{"question": "a = a * b\na = 7 * 10\nb = 7 + b\nb = 4\na = 6\nb = 9 + a", "steps": ["State: {\"a\": -280, \"b\": 20}", "State: {\"a\": 70, \"b\": 20}", "State: {\"a\": 70, \"b\": 27}", "State: {\"a\": 70, \"b\": 4}", "State: {\"a\": 6, \"b\": 4}", "State: {\"a\": 6, \"b\": 15}"], "answer": "b = 15"} -{"question": "b = 8 + b\nf = 7 * c\nc = b + c\nb = b\nf = e\nb = 10 // 5", "steps": ["State: {\"b\": 20, \"c\": -17, \"e\": 2, \"f\": -14}", "State: {\"b\": 20, \"c\": -17, \"e\": 2, \"f\": -119}", "State: {\"b\": 20, \"c\": 3, \"e\": 2, \"f\": -119}", "State: {\"b\": 20, \"c\": 3, \"e\": 2, \"f\": -119}", "State: {\"b\": 20, \"c\": 3, \"e\": 2, \"f\": 2}", "State: {\"b\": 2, \"c\": 3, \"e\": 2, \"f\": 2}"], "answer": "b = 2"} -{"question": "f = 7\nf = f // f\nd = d // e\nf = e * 1\nf = 2\nd = b", "steps": ["State: {\"b\": -13, \"d\": 12, \"e\": -4, \"f\": 7}", "State: {\"b\": -13, \"d\": 12, \"e\": -4, \"f\": 1}", "State: {\"b\": -13, \"d\": -3, \"e\": -4, \"f\": 1}", "State: {\"b\": -13, \"d\": -3, \"e\": -4, \"f\": -4}", "State: {\"b\": -13, \"d\": -3, \"e\": -4, \"f\": 2}", "State: {\"b\": -13, \"d\": -13, \"e\": -4, \"f\": 2}"], "answer": "d = -13"} -{"question": "b = f - 4\nb = 6\nf = 6 - 4\nb = 1\nb = 3\nf = b", "steps": ["State: {\"b\": -7, \"f\": -3}", "State: {\"b\": 6, \"f\": -3}", "State: {\"b\": 6, \"f\": 2}", "State: {\"b\": 1, \"f\": 2}", "State: {\"b\": 3, \"f\": 2}", "State: {\"b\": 3, \"f\": 3}"], "answer": "f = 3"} -{"question": "a = a\na = a * 8\nb = 7\nc = b + 2\na = 7 - 8\nb = c", "steps": ["State: {\"a\": -2, \"b\": 3, \"c\": -9}", "State: {\"a\": -16, \"b\": 3, \"c\": -9}", "State: {\"a\": -16, \"b\": 7, \"c\": -9}", "State: {\"a\": -16, \"b\": 7, \"c\": 9}", "State: {\"a\": -1, \"b\": 7, \"c\": 9}", "State: {\"a\": -1, \"b\": 9, \"c\": 9}"], "answer": "b = 9"} -{"question": "d = d // d\nb = f * d\nd = f\nd = 10 // 1\nb = f // f\nd = f * f", "steps": ["State: {\"b\": 12, \"d\": 1, \"f\": -17}", "State: {\"b\": -17, \"d\": 1, \"f\": -17}", "State: {\"b\": -17, \"d\": -17, \"f\": -17}", "State: {\"b\": -17, \"d\": 10, \"f\": -17}", "State: {\"b\": 1, \"d\": 10, \"f\": -17}", "State: {\"b\": 1, \"d\": 289, \"f\": -17}"], "answer": "d = 289"} -{"question": "c = f // b\nf = c * f\nc = d - 2\nc = c\nd = d * b\nf = f", "steps": ["State: {\"b\": 13, \"c\": 0, \"d\": -15, \"f\": 1}", "State: {\"b\": 13, \"c\": 0, \"d\": -15, \"f\": 0}", "State: {\"b\": 13, \"c\": -17, \"d\": -15, \"f\": 0}", "State: {\"b\": 13, \"c\": -17, \"d\": -15, \"f\": 0}", "State: {\"b\": 13, \"c\": -17, \"d\": -195, \"f\": 0}", "State: {\"b\": 13, \"c\": -17, \"d\": -195, \"f\": 0}"], "answer": "f = 0"} -{"question": "a = 2\nf = 1 - d\ne = 2 * a\na = 9 * e\na = 8 - 10\ne = e", "steps": ["State: {\"a\": 2, \"d\": -17, \"e\": -1, \"f\": 8}", "State: {\"a\": 2, \"d\": -17, \"e\": -1, \"f\": 18}", "State: {\"a\": 2, \"d\": -17, \"e\": 4, \"f\": 18}", "State: {\"a\": 36, \"d\": -17, \"e\": 4, \"f\": 18}", "State: {\"a\": -2, \"d\": -17, \"e\": 4, \"f\": 18}", "State: {\"a\": -2, \"d\": -17, \"e\": 4, \"f\": 18}"], "answer": "e = 4"} -{"question": "f = c\nf = 7 - c\nc = 5\nf = 3 + f\nf = 10 // c\nf = f + 1", "steps": ["State: {\"c\": 16, \"f\": 16}", "State: {\"c\": 16, \"f\": -9}", "State: {\"c\": 5, \"f\": -9}", "State: {\"c\": 5, \"f\": -6}", "State: {\"c\": 5, \"f\": 2}", "State: {\"c\": 5, \"f\": 3}"], "answer": "f = 3"} -{"question": "b = a\na = b - 1\nf = 4\nb = 2\nf = a - b\nf = 4 + 9", "steps": ["State: {\"a\": 4, \"b\": 4, \"c\": 5, \"f\": -8}", "State: {\"a\": 3, \"b\": 4, \"c\": 5, \"f\": -8}", "State: {\"a\": 3, \"b\": 4, \"c\": 5, \"f\": 4}", "State: {\"a\": 3, \"b\": 2, \"c\": 5, \"f\": 4}", "State: {\"a\": 3, \"b\": 2, \"c\": 5, \"f\": 1}", "State: {\"a\": 3, \"b\": 2, \"c\": 5, \"f\": 13}"], "answer": "f = 13"} -{"question": "e = 7\ne = e\ne = c\nc = e\nc = e * 4\nc = e - e", "steps": ["State: {\"c\": -14, \"e\": 7}", "State: {\"c\": -14, \"e\": 7}", "State: {\"c\": -14, \"e\": -14}", "State: {\"c\": -14, \"e\": -14}", "State: {\"c\": -56, \"e\": -14}", "State: {\"c\": 0, \"e\": -14}"], "answer": "c = 0"} -{"question": "e = f // 4\nd = 1 // b\nd = 8\nb = 10 + 10\ne = e\nb = 1", "steps": ["State: {\"b\": 11, \"d\": -4, \"e\": 0, \"f\": 2}", "State: {\"b\": 11, \"d\": 0, \"e\": 0, \"f\": 2}", "State: {\"b\": 11, \"d\": 8, \"e\": 0, \"f\": 2}", "State: {\"b\": 20, \"d\": 8, \"e\": 0, \"f\": 2}", "State: {\"b\": 20, \"d\": 8, \"e\": 0, \"f\": 2}", "State: {\"b\": 1, \"d\": 8, \"e\": 0, \"f\": 2}"], "answer": "b = 1"} -{"question": "f = c\nc = a // f\nb = 1\nf = f\na = 10 * 9\nf = 3 // b", "steps": ["State: {\"a\": -16, \"b\": 1, \"c\": 18, \"f\": 18}", "State: {\"a\": -16, \"b\": 1, \"c\": -1, \"f\": 18}", "State: {\"a\": -16, \"b\": 1, \"c\": -1, \"f\": 18}", "State: {\"a\": -16, \"b\": 1, \"c\": -1, \"f\": 18}", "State: {\"a\": 90, \"b\": 1, \"c\": -1, \"f\": 18}", "State: {\"a\": 90, \"b\": 1, \"c\": -1, \"f\": 3}"], "answer": "f = 3"} -{"question": "e = e\nd = d\nc = f + e\ne = 2 - d\nd = d // f\nd = c + d", "steps": ["State: {\"c\": -18, \"d\": -12, \"e\": -8, \"f\": -16}", "State: {\"c\": -18, \"d\": -12, \"e\": -8, \"f\": -16}", "State: {\"c\": -24, \"d\": -12, \"e\": -8, \"f\": -16}", "State: {\"c\": -24, \"d\": -12, \"e\": 14, \"f\": -16}", "State: {\"c\": -24, \"d\": 0, \"e\": 14, \"f\": -16}", "State: {\"c\": -24, \"d\": -24, \"e\": 14, \"f\": -16}"], "answer": "d = -24"} -{"question": "a = a\na = d * d\nd = d\na = 10 * a\nd = d\na = 1", "steps": ["State: {\"a\": -12, \"d\": 1}", "State: {\"a\": 1, \"d\": 1}", "State: {\"a\": 1, \"d\": 1}", "State: {\"a\": 10, \"d\": 1}", "State: {\"a\": 10, \"d\": 1}", "State: {\"a\": 1, \"d\": 1}"], "answer": "a = 1"} -{"question": "b = 8 * c\nb = 2\nb = b\nb = c\nc = 10\ne = c", "steps": ["State: {\"b\": 80, \"c\": 10, \"e\": 2}", "State: {\"b\": 2, \"c\": 10, \"e\": 2}", "State: {\"b\": 2, \"c\": 10, \"e\": 2}", "State: {\"b\": 10, \"c\": 10, \"e\": 2}", "State: {\"b\": 10, \"c\": 10, \"e\": 2}", "State: {\"b\": 10, \"c\": 10, \"e\": 10}"], "answer": "e = 10"} -{"question": "a = 6\na = f + 10\nf = 1\nf = f * 1\na = 5 * f\nb = f // f", "steps": ["State: {\"a\": 6, \"b\": 8, \"f\": -11}", "State: {\"a\": -1, \"b\": 8, \"f\": -11}", "State: {\"a\": -1, \"b\": 8, \"f\": 1}", "State: {\"a\": -1, \"b\": 8, \"f\": 1}", "State: {\"a\": 5, \"b\": 8, \"f\": 1}", "State: {\"a\": 5, \"b\": 1, \"f\": 1}"], "answer": "b = 1"} -{"question": "a = a\nd = d\nb = 3\na = 2\nb = 3 - 3\ne = d - b", "steps": ["State: {\"a\": -18, \"b\": -15, \"d\": -18, \"e\": -19}", "State: {\"a\": -18, \"b\": -15, \"d\": -18, \"e\": -19}", "State: {\"a\": -18, \"b\": 3, \"d\": -18, \"e\": -19}", "State: {\"a\": 2, \"b\": 3, \"d\": -18, \"e\": -19}", "State: {\"a\": 2, \"b\": 0, \"d\": -18, \"e\": -19}", "State: {\"a\": 2, \"b\": 0, \"d\": -18, \"e\": -18}"], "answer": "e = -18"} -{"question": "c = c // 1\nb = b - b\nc = 3 // 6\nc = b\nc = c\nb = b + b", "steps": ["State: {\"b\": 17, \"c\": 11}", "State: {\"b\": 0, \"c\": 11}", "State: {\"b\": 0, \"c\": 0}", "State: {\"b\": 0, \"c\": 0}", "State: {\"b\": 0, \"c\": 0}", "State: {\"b\": 0, \"c\": 0}"], "answer": "b = 0"} -{"question": "f = 7 + f\nc = f\nf = f * f\nc = c - 1\nf = c\nc = 5 // 2", "steps": ["State: {\"c\": 6, \"f\": 8}", "State: {\"c\": 8, \"f\": 8}", "State: {\"c\": 8, \"f\": 64}", "State: {\"c\": 7, \"f\": 64}", "State: {\"c\": 7, \"f\": 7}", "State: {\"c\": 2, \"f\": 7}"], "answer": "c = 2"} -{"question": "c = f\nf = a - c\nf = 3 * c\nf = 3 // a\na = a\na = a", "steps": ["State: {\"a\": 13, \"c\": 18, \"f\": 18}", "State: {\"a\": 13, \"c\": 18, \"f\": -5}", "State: {\"a\": 13, \"c\": 18, \"f\": 54}", "State: {\"a\": 13, \"c\": 18, \"f\": 0}", "State: {\"a\": 13, \"c\": 18, \"f\": 0}", "State: {\"a\": 13, \"c\": 18, \"f\": 0}"], "answer": "a = 13"} -{"question": "d = c\nd = b\nd = d + 10\nf = 8 + c\nc = c * 4\nf = b // 9", "steps": ["State: {\"b\": 17, \"c\": -6, \"d\": -6, \"f\": 9}", "State: {\"b\": 17, \"c\": -6, \"d\": 17, \"f\": 9}", "State: {\"b\": 17, \"c\": -6, \"d\": 27, \"f\": 9}", "State: {\"b\": 17, \"c\": -6, \"d\": 27, \"f\": 2}", "State: {\"b\": 17, \"c\": -24, \"d\": 27, \"f\": 2}", "State: {\"b\": 17, \"c\": -24, \"d\": 27, \"f\": 1}"], "answer": "f = 1"} -{"question": "c = e\na = 8\ne = 9\na = 1\na = b - e\nc = 7", "steps": ["State: {\"a\": -5, \"b\": 2, \"c\": -17, \"e\": -17}", "State: {\"a\": 8, \"b\": 2, \"c\": -17, \"e\": -17}", "State: {\"a\": 8, \"b\": 2, \"c\": -17, \"e\": 9}", "State: {\"a\": 1, \"b\": 2, \"c\": -17, \"e\": 9}", "State: {\"a\": -7, \"b\": 2, \"c\": -17, \"e\": 9}", "State: {\"a\": -7, \"b\": 2, \"c\": 7, \"e\": 9}"], "answer": "c = 7"} -{"question": "e = 7\nd = 6 - e\nd = d\ne = 1\ne = e\ne = d + e", "steps": ["State: {\"d\": 11, \"e\": 7}", "State: {\"d\": -1, \"e\": 7}", "State: {\"d\": -1, \"e\": 7}", "State: {\"d\": -1, \"e\": 1}", "State: {\"d\": -1, \"e\": 1}", "State: {\"d\": -1, \"e\": 0}"], "answer": "e = 0"} -{"question": "e = 6 + 4\na = 6\ne = b * 2\ne = e - 2\ne = 1\nb = 8 * 2", "steps": ["State: {\"a\": 12, \"b\": 14, \"e\": 10}", "State: {\"a\": 6, \"b\": 14, \"e\": 10}", "State: {\"a\": 6, \"b\": 14, \"e\": 28}", "State: {\"a\": 6, \"b\": 14, \"e\": 26}", "State: {\"a\": 6, \"b\": 14, \"e\": 1}", "State: {\"a\": 6, \"b\": 16, \"e\": 1}"], "answer": "b = 16"} -{"question": "d = d * d\nb = d\nd = d\nb = d * e\nb = 6 // e\nc = d + b", "steps": ["State: {\"b\": -17, \"c\": -8, \"d\": 25, \"e\": 3}", "State: {\"b\": 25, \"c\": -8, \"d\": 25, \"e\": 3}", "State: {\"b\": 25, \"c\": -8, \"d\": 25, \"e\": 3}", "State: {\"b\": 75, \"c\": -8, \"d\": 25, \"e\": 3}", "State: {\"b\": 2, \"c\": -8, \"d\": 25, \"e\": 3}", "State: {\"b\": 2, \"c\": 27, \"d\": 25, \"e\": 3}"], "answer": "c = 27"} -{"question": "f = c\nf = f\nf = 8 + 8\nf = a + 2\nc = 8\nc = 9 // 4", "steps": ["State: {\"a\": 19, \"c\": -16, \"f\": -16}", "State: {\"a\": 19, \"c\": -16, \"f\": -16}", "State: {\"a\": 19, \"c\": -16, \"f\": 16}", "State: {\"a\": 19, \"c\": -16, \"f\": 21}", "State: {\"a\": 19, \"c\": 8, \"f\": 21}", "State: {\"a\": 19, \"c\": 2, \"f\": 21}"], "answer": "c = 2"} -{"question": "a = 5\na = a - 5\na = a\na = e\ne = 7\ne = 9", "steps": ["State: {\"a\": 5, \"e\": -20}", "State: {\"a\": 0, \"e\": -20}", "State: {\"a\": 0, \"e\": -20}", "State: {\"a\": -20, \"e\": -20}", "State: {\"a\": -20, \"e\": 7}", "State: {\"a\": -20, \"e\": 9}"], "answer": "e = 9"} -{"question": "e = b\ne = 2\nb = b // a\nb = e * e\nb = 2 // e\na = b", "steps": ["State: {\"a\": -7, \"b\": -1, \"e\": -1}", "State: {\"a\": -7, \"b\": -1, \"e\": 2}", "State: {\"a\": -7, \"b\": 0, \"e\": 2}", "State: {\"a\": -7, \"b\": 4, \"e\": 2}", "State: {\"a\": -7, \"b\": 1, \"e\": 2}", "State: {\"a\": 1, \"b\": 1, \"e\": 2}"], "answer": "a = 1"} -{"question": "c = 3\nc = 5 * a\na = 7\nc = 6\nf = a - 7\na = f", "steps": ["State: {\"a\": -9, \"c\": 3, \"f\": 16}", "State: {\"a\": -9, \"c\": -45, \"f\": 16}", "State: {\"a\": 7, \"c\": -45, \"f\": 16}", "State: {\"a\": 7, \"c\": 6, \"f\": 16}", "State: {\"a\": 7, \"c\": 6, \"f\": 0}", "State: {\"a\": 0, \"c\": 6, \"f\": 0}"], "answer": "a = 0"} -{"question": "f = 7\na = f - b\na = f // b\nb = f // a\nb = f\na = 8 // f", "steps": ["State: {\"a\": 0, \"b\": -11, \"f\": 7}", "State: {\"a\": 18, \"b\": -11, \"f\": 7}", "State: {\"a\": -1, \"b\": -11, \"f\": 7}", "State: {\"a\": -1, \"b\": -7, \"f\": 7}", "State: {\"a\": -1, \"b\": 7, \"f\": 7}", "State: {\"a\": 1, \"b\": 7, \"f\": 7}"], "answer": "a = 1"} -{"question": "b = f - f\nb = b\nf = b\nf = 6 - f\nf = d\nb = 3", "steps": ["State: {\"b\": 0, \"d\": -8, \"f\": -13}", "State: {\"b\": 0, \"d\": -8, \"f\": -13}", "State: {\"b\": 0, \"d\": -8, \"f\": 0}", "State: {\"b\": 0, \"d\": -8, \"f\": 6}", "State: {\"b\": 0, \"d\": -8, \"f\": -8}", "State: {\"b\": 3, \"d\": -8, \"f\": -8}"], "answer": "b = 3"} -{"question": "c = e\nd = 4 + d\nc = e\ne = 8\ne = c\nc = e - 6", "steps": ["State: {\"c\": 12, \"d\": 14, \"e\": 12}", "State: {\"c\": 12, \"d\": 18, \"e\": 12}", "State: {\"c\": 12, \"d\": 18, \"e\": 12}", "State: {\"c\": 12, \"d\": 18, \"e\": 8}", "State: {\"c\": 12, \"d\": 18, \"e\": 12}", "State: {\"c\": 6, \"d\": 18, \"e\": 12}"], "answer": "c = 6"} -{"question": "f = c // c\nd = 5 + d\nf = f\nf = 9 + c\nf = c // d\nd = 10 * f", "steps": ["State: {\"c\": -5, \"d\": 16, \"f\": 1}", "State: {\"c\": -5, \"d\": 21, \"f\": 1}", "State: {\"c\": -5, \"d\": 21, \"f\": 1}", "State: {\"c\": -5, \"d\": 21, \"f\": 4}", "State: {\"c\": -5, \"d\": 21, \"f\": -1}", "State: {\"c\": -5, \"d\": -10, \"f\": -1}"], "answer": "d = -10"} -{"question": "a = e\ne = 5\ne = e\ne = e * a\ne = a\na = 1 // a", "steps": ["State: {\"a\": -14, \"e\": -14}", "State: {\"a\": -14, \"e\": 5}", "State: {\"a\": -14, \"e\": 5}", "State: {\"a\": -14, \"e\": -70}", "State: {\"a\": -14, \"e\": -14}", "State: {\"a\": -1, \"e\": -14}"], "answer": "a = -1"} -{"question": "b = e\nb = b\nc = e\ne = 7 - b\nc = b // e\nb = c", "steps": ["State: {\"b\": 2, \"c\": -14, \"e\": 2}", "State: {\"b\": 2, \"c\": -14, \"e\": 2}", "State: {\"b\": 2, \"c\": 2, \"e\": 2}", "State: {\"b\": 2, \"c\": 2, \"e\": 5}", "State: {\"b\": 2, \"c\": 0, \"e\": 5}", "State: {\"b\": 0, \"c\": 0, \"e\": 5}"], "answer": "b = 0"} -{"question": "b = 10 + d\nd = b * f\nf = 6 * b\nb = 1\nc = d\nc = 8", "steps": ["State: {\"b\": 6, \"c\": -18, \"d\": -4, \"f\": -20}", "State: {\"b\": 6, \"c\": -18, \"d\": -120, \"f\": -20}", "State: {\"b\": 6, \"c\": -18, \"d\": -120, \"f\": 36}", "State: {\"b\": 1, \"c\": -18, \"d\": -120, \"f\": 36}", "State: {\"b\": 1, \"c\": -120, \"d\": -120, \"f\": 36}", "State: {\"b\": 1, \"c\": 8, \"d\": -120, \"f\": 36}"], "answer": "c = 8"} -{"question": "e = f - 4\nf = e\ne = f\nb = b\ne = 3\nb = b", "steps": ["State: {\"b\": -9, \"e\": -16, \"f\": -12}", "State: {\"b\": -9, \"e\": -16, \"f\": -16}", "State: {\"b\": -9, \"e\": -16, \"f\": -16}", "State: {\"b\": -9, \"e\": -16, \"f\": -16}", "State: {\"b\": -9, \"e\": 3, \"f\": -16}", "State: {\"b\": -9, \"e\": 3, \"f\": -16}"], "answer": "b = -9"} -{"question": "a = a\nb = d - a\nd = 1 + 9\nd = d\nd = b\nd = a + d", "steps": ["State: {\"a\": 5, \"b\": 0, \"d\": -4}", "State: {\"a\": 5, \"b\": -9, \"d\": -4}", "State: {\"a\": 5, \"b\": -9, \"d\": 10}", "State: {\"a\": 5, \"b\": -9, \"d\": 10}", "State: {\"a\": 5, \"b\": -9, \"d\": -9}", "State: {\"a\": 5, \"b\": -9, \"d\": -4}"], "answer": "d = -4"} -{"question": "f = b\nf = 8\nf = 2\nf = 5 - 5\nf = f * 9\nf = f", "steps": ["State: {\"b\": -15, \"f\": -15}", "State: {\"b\": -15, \"f\": 8}", "State: {\"b\": -15, \"f\": 2}", "State: {\"b\": -15, \"f\": 0}", "State: {\"b\": -15, \"f\": 0}", "State: {\"b\": -15, \"f\": 0}"], "answer": "f = 0"} -{"question": "e = e * a\na = e - e\na = e\na = a * 7\na = e\na = e", "steps": ["State: {\"a\": 3, \"e\": 27}", "State: {\"a\": 0, \"e\": 27}", "State: {\"a\": 27, \"e\": 27}", "State: {\"a\": 189, \"e\": 27}", "State: {\"a\": 27, \"e\": 27}", "State: {\"a\": 27, \"e\": 27}"], "answer": "a = 27"} -{"question": "c = 3 - c\ne = e\nc = 1\nf = f\nc = 1\nf = 10", "steps": ["State: {\"c\": 4, \"e\": -16, \"f\": 2}", "State: {\"c\": 4, \"e\": -16, \"f\": 2}", "State: {\"c\": 1, \"e\": -16, \"f\": 2}", "State: {\"c\": 1, \"e\": -16, \"f\": 2}", "State: {\"c\": 1, \"e\": -16, \"f\": 2}", "State: {\"c\": 1, \"e\": -16, \"f\": 10}"], "answer": "f = 10"} -{"question": "f = b // 6\nf = 7 - 3\nb = 3\na = f\na = f\nf = b", "steps": ["State: {\"a\": 11, \"b\": -20, \"f\": -4}", "State: {\"a\": 11, \"b\": -20, \"f\": 4}", "State: {\"a\": 11, \"b\": 3, \"f\": 4}", "State: {\"a\": 4, \"b\": 3, \"f\": 4}", "State: {\"a\": 4, \"b\": 3, \"f\": 4}", "State: {\"a\": 4, \"b\": 3, \"f\": 3}"], "answer": "f = 3"} -{"question": "f = 2\nd = 4 // d\nb = b\nb = 4 // f\nd = 6 - b\nd = b", "steps": ["State: {\"b\": -3, \"d\": 8, \"f\": 2}", "State: {\"b\": -3, \"d\": 0, \"f\": 2}", "State: {\"b\": -3, \"d\": 0, \"f\": 2}", "State: {\"b\": 2, \"d\": 0, \"f\": 2}", "State: {\"b\": 2, \"d\": 4, \"f\": 2}", "State: {\"b\": 2, \"d\": 2, \"f\": 2}"], "answer": "d = 2"} -{"question": "e = 3\ne = e // 1\nd = a\na = 6\ne = 8 - d\ne = 9 + a", "steps": ["State: {\"a\": -7, \"d\": 4, \"e\": 3}", "State: {\"a\": -7, \"d\": 4, \"e\": 3}", "State: {\"a\": -7, \"d\": -7, \"e\": 3}", "State: {\"a\": 6, \"d\": -7, \"e\": 3}", "State: {\"a\": 6, \"d\": -7, \"e\": 15}", "State: {\"a\": 6, \"d\": -7, \"e\": 15}"], "answer": "e = 15"} -{"question": "b = c * c\nd = b * b\nc = 9 + b\nb = c - 6\nb = 9\nc = b", "steps": ["State: {\"b\": 64, \"c\": 8, \"d\": -6}", "State: {\"b\": 64, \"c\": 8, \"d\": 4096}", "State: {\"b\": 64, \"c\": 73, \"d\": 4096}", "State: {\"b\": 67, \"c\": 73, \"d\": 4096}", "State: {\"b\": 9, \"c\": 73, \"d\": 4096}", "State: {\"b\": 9, \"c\": 9, \"d\": 4096}"], "answer": "c = 9"} -{"question": "d = f\nd = d + d\nd = 10 - 4\nf = 3 + f\nf = 7 // d\nb = a + 1", "steps": ["State: {\"a\": -11, \"b\": 11, \"d\": -7, \"f\": -7}", "State: {\"a\": -11, \"b\": 11, \"d\": -14, \"f\": -7}", "State: {\"a\": -11, \"b\": 11, \"d\": 6, \"f\": -7}", "State: {\"a\": -11, \"b\": 11, \"d\": 6, \"f\": -4}", "State: {\"a\": -11, \"b\": 11, \"d\": 6, \"f\": 1}", "State: {\"a\": -11, \"b\": -10, \"d\": 6, \"f\": 1}"], "answer": "b = -10"} -{"question": "e = a * 3\ne = d * 3\nd = a\ne = e\ne = e + d\na = d", "steps": ["State: {\"a\": 12, \"d\": -10, \"e\": 36}", "State: {\"a\": 12, \"d\": -10, \"e\": -30}", "State: {\"a\": 12, \"d\": 12, \"e\": -30}", "State: {\"a\": 12, \"d\": 12, \"e\": -30}", "State: {\"a\": 12, \"d\": 12, \"e\": -18}", "State: {\"a\": 12, \"d\": 12, \"e\": -18}"], "answer": "a = 12"} -{"question": "d = 2\na = d\nd = a - a\nd = 8\nd = a * d\nd = a", "steps": ["State: {\"a\": 11, \"d\": 2}", "State: {\"a\": 2, \"d\": 2}", "State: {\"a\": 2, \"d\": 0}", "State: {\"a\": 2, \"d\": 8}", "State: {\"a\": 2, \"d\": 16}", "State: {\"a\": 2, \"d\": 2}"], "answer": "d = 2"} -{"question": "b = 5\nc = a + 4\nb = c * b\nb = 5 * b\nc = 2\nc = c", "steps": ["State: {\"a\": -19, \"b\": 5, \"c\": 8}", "State: {\"a\": -19, \"b\": 5, \"c\": -15}", "State: {\"a\": -19, \"b\": -75, \"c\": -15}", "State: {\"a\": -19, \"b\": -375, \"c\": -15}", "State: {\"a\": -19, \"b\": -375, \"c\": 2}", "State: {\"a\": -19, \"b\": -375, \"c\": 2}"], "answer": "c = 2"} -{"question": "a = a\nd = 4 * d\nb = a\nd = a\nb = 7 // 1\na = a", "steps": ["State: {\"a\": -13, \"b\": 18, \"d\": 12}", "State: {\"a\": -13, \"b\": 18, \"d\": 48}", "State: {\"a\": -13, \"b\": -13, \"d\": 48}", "State: {\"a\": -13, \"b\": -13, \"d\": -13}", "State: {\"a\": -13, \"b\": 7, \"d\": -13}", "State: {\"a\": -13, \"b\": 7, \"d\": -13}"], "answer": "a = -13"} -{"question": "a = b - c\nb = 2 // a\nc = 3 + c\na = 2 + 3\nb = c\nc = 6 * c", "steps": ["State: {\"a\": -6, \"b\": -20, \"c\": -14}", "State: {\"a\": -6, \"b\": -1, \"c\": -14}", "State: {\"a\": -6, \"b\": -1, \"c\": -11}", "State: {\"a\": 5, \"b\": -1, \"c\": -11}", "State: {\"a\": 5, \"b\": -11, \"c\": -11}", "State: {\"a\": 5, \"b\": -11, \"c\": -66}"], "answer": "c = -66"} -{"question": "d = e * 1\nd = c\nd = 4\nd = d\nd = 3\nc = e // 1", "steps": ["State: {\"c\": -19, \"d\": 20, \"e\": 20}", "State: {\"c\": -19, \"d\": -19, \"e\": 20}", "State: {\"c\": -19, \"d\": 4, \"e\": 20}", "State: {\"c\": -19, \"d\": 4, \"e\": 20}", "State: {\"c\": -19, \"d\": 3, \"e\": 20}", "State: {\"c\": 20, \"d\": 3, \"e\": 20}"], "answer": "c = 20"} -{"question": "d = d - d\na = a // a\nd = d - 8\na = d // 8\na = a - d\nd = 2", "steps": ["State: {\"a\": 17, \"d\": 0}", "State: {\"a\": 1, \"d\": 0}", "State: {\"a\": 1, \"d\": -8}", "State: {\"a\": -1, \"d\": -8}", "State: {\"a\": 7, \"d\": -8}", "State: {\"a\": 7, \"d\": 2}"], "answer": "d = 2"} -{"question": "c = 3\ne = c\ne = c\ne = d - c\ne = 8\nd = 1", "steps": ["State: {\"c\": 3, \"d\": -14, \"e\": 17}", "State: {\"c\": 3, \"d\": -14, \"e\": 3}", "State: {\"c\": 3, \"d\": -14, \"e\": 3}", "State: {\"c\": 3, \"d\": -14, \"e\": -17}", "State: {\"c\": 3, \"d\": -14, \"e\": 8}", "State: {\"c\": 3, \"d\": 1, \"e\": 8}"], "answer": "d = 1"} -{"question": "e = a\na = a\nf = 6 // a\na = 2 - f\ne = 7\ne = 10 * 9", "steps": ["State: {\"a\": 1, \"e\": 1, \"f\": -12}", "State: {\"a\": 1, \"e\": 1, \"f\": -12}", "State: {\"a\": 1, \"e\": 1, \"f\": 6}", "State: {\"a\": -4, \"e\": 1, \"f\": 6}", "State: {\"a\": -4, \"e\": 7, \"f\": 6}", "State: {\"a\": -4, \"e\": 90, \"f\": 6}"], "answer": "e = 90"} -{"question": "b = 2\ne = 7\ne = 5 + 9\ne = e - b\nb = 5\nb = b", "steps": ["State: {\"b\": 2, \"e\": -9}", "State: {\"b\": 2, \"e\": 7}", "State: {\"b\": 2, \"e\": 14}", "State: {\"b\": 2, \"e\": 12}", "State: {\"b\": 5, \"e\": 12}", "State: {\"b\": 5, \"e\": 12}"], "answer": "b = 5"} -{"question": "d = 8\nb = 7 * 9\nb = e // b\ne = e\nc = 8 - e\nd = c + 7", "steps": ["State: {\"b\": -12, \"c\": 6, \"d\": 8, \"e\": -7}", "State: {\"b\": 63, \"c\": 6, \"d\": 8, \"e\": -7}", "State: {\"b\": -1, \"c\": 6, \"d\": 8, \"e\": -7}", "State: {\"b\": -1, \"c\": 6, \"d\": 8, \"e\": -7}", "State: {\"b\": -1, \"c\": 15, \"d\": 8, \"e\": -7}", "State: {\"b\": -1, \"c\": 15, \"d\": 22, \"e\": -7}"], "answer": "d = 22"} -{"question": "b = 10\nc = b * b\nc = c - b\ne = c * c\ne = e * 2\ne = 7", "steps": ["State: {\"b\": 10, \"c\": -16, \"e\": 8}", "State: {\"b\": 10, \"c\": 100, \"e\": 8}", "State: {\"b\": 10, \"c\": 90, \"e\": 8}", "State: {\"b\": 10, \"c\": 90, \"e\": 8100}", "State: {\"b\": 10, \"c\": 90, \"e\": 16200}", "State: {\"b\": 10, \"c\": 90, \"e\": 7}"], "answer": "e = 7"} -{"question": "c = a\na = c\na = c\nc = 9\nf = 4 // f\nf = f + a", "steps": ["State: {\"a\": 15, \"c\": 15, \"f\": -3}", "State: {\"a\": 15, \"c\": 15, \"f\": -3}", "State: {\"a\": 15, \"c\": 15, \"f\": -3}", "State: {\"a\": 15, \"c\": 9, \"f\": -3}", "State: {\"a\": 15, \"c\": 9, \"f\": -2}", "State: {\"a\": 15, \"c\": 9, \"f\": 13}"], "answer": "f = 13"} -{"question": "f = 1\nf = d\nd = f\nf = d\nd = d\nf = 2 // d", "steps": ["State: {\"d\": 15, \"f\": 1}", "State: {\"d\": 15, \"f\": 15}", "State: {\"d\": 15, \"f\": 15}", "State: {\"d\": 15, \"f\": 15}", "State: {\"d\": 15, \"f\": 15}", "State: {\"d\": 15, \"f\": 0}"], "answer": "f = 0"} -{"question": "b = 1\nb = 1\ne = 1 - 10\nb = b // f\nb = e + 8\na = 7 // 6", "steps": ["State: {\"a\": 14, \"b\": 1, \"e\": -7, \"f\": -17}", "State: {\"a\": 14, \"b\": 1, \"e\": -7, \"f\": -17}", "State: {\"a\": 14, \"b\": 1, \"e\": -9, \"f\": -17}", "State: {\"a\": 14, \"b\": -1, \"e\": -9, \"f\": -17}", "State: {\"a\": 14, \"b\": -1, \"e\": -9, \"f\": -17}", "State: {\"a\": 1, \"b\": -1, \"e\": -9, \"f\": -17}"], "answer": "a = 1"} -{"question": "a = d\nd = 10 + a\nd = d\nd = d * d\na = a * 1\na = 2 * 8", "steps": ["State: {\"a\": -20, \"d\": -20}", "State: {\"a\": -20, \"d\": -10}", "State: {\"a\": -20, \"d\": -10}", "State: {\"a\": -20, \"d\": 100}", "State: {\"a\": -20, \"d\": 100}", "State: {\"a\": 16, \"d\": 100}"], "answer": "a = 16"} -{"question": "e = b + e\nb = b // b\nb = 10 // e\nb = b + b\nb = e\nb = 7 // e", "steps": ["State: {\"b\": 14, \"e\": 10}", "State: {\"b\": 1, \"e\": 10}", "State: {\"b\": 1, \"e\": 10}", "State: {\"b\": 2, \"e\": 10}", "State: {\"b\": 10, \"e\": 10}", "State: {\"b\": 0, \"e\": 10}"], "answer": "b = 0"} -{"question": "f = 3 // 9\nf = 3 * f\ne = e\na = 3 - 3\nf = e * a\ne = 10", "steps": ["State: {\"a\": 15, \"e\": 19, \"f\": 0}", "State: {\"a\": 15, \"e\": 19, \"f\": 0}", "State: {\"a\": 15, \"e\": 19, \"f\": 0}", "State: {\"a\": 0, \"e\": 19, \"f\": 0}", "State: {\"a\": 0, \"e\": 19, \"f\": 0}", "State: {\"a\": 0, \"e\": 10, \"f\": 0}"], "answer": "e = 10"} -{"question": "b = 5\nb = 5 // b\nd = d\nd = b\nd = b - 2\nb = d - d", "steps": ["State: {\"b\": 5, \"d\": 5}", "State: {\"b\": 1, \"d\": 5}", "State: {\"b\": 1, \"d\": 5}", "State: {\"b\": 1, \"d\": 1}", "State: {\"b\": 1, \"d\": -1}", "State: {\"b\": 0, \"d\": -1}"], "answer": "b = 0"} -{"question": "d = e\ne = e\nd = 9 + e\nd = e * e\nd = f\nf = e // 10", "steps": ["State: {\"d\": 17, \"e\": 17, \"f\": -20}", "State: {\"d\": 17, \"e\": 17, \"f\": -20}", "State: {\"d\": 26, \"e\": 17, \"f\": -20}", "State: {\"d\": 289, \"e\": 17, \"f\": -20}", "State: {\"d\": -20, \"e\": 17, \"f\": -20}", "State: {\"d\": -20, \"e\": 17, \"f\": 1}"], "answer": "f = 1"} -{"question": "c = c * a\nc = a\na = a // c\na = 1\nc = 9 * 2\na = c // a", "steps": ["State: {\"a\": 15, \"c\": 255}", "State: {\"a\": 15, \"c\": 15}", "State: {\"a\": 1, \"c\": 15}", "State: {\"a\": 1, \"c\": 15}", "State: {\"a\": 1, \"c\": 18}", "State: {\"a\": 18, \"c\": 18}"], "answer": "a = 18"} -{"question": "b = b + 10\nb = 10 - e\nb = b\nb = f * b\nb = 7 + 7\nf = 9", "steps": ["State: {\"b\": 8, \"e\": 14, \"f\": 13}", "State: {\"b\": -4, \"e\": 14, \"f\": 13}", "State: {\"b\": -4, \"e\": 14, \"f\": 13}", "State: {\"b\": -52, \"e\": 14, \"f\": 13}", "State: {\"b\": 14, \"e\": 14, \"f\": 13}", "State: {\"b\": 14, \"e\": 14, \"f\": 9}"], "answer": "f = 9"} -{"question": "f = a\nc = a\na = 1\nf = a - d\nd = 2\nc = a", "steps": ["State: {\"a\": 1, \"c\": 5, \"d\": 15, \"f\": 1}", "State: {\"a\": 1, \"c\": 1, \"d\": 15, \"f\": 1}", "State: {\"a\": 1, \"c\": 1, \"d\": 15, \"f\": 1}", "State: {\"a\": 1, \"c\": 1, \"d\": 15, \"f\": -14}", "State: {\"a\": 1, \"c\": 1, \"d\": 2, \"f\": -14}", "State: {\"a\": 1, \"c\": 1, \"d\": 2, \"f\": -14}"], "answer": "c = 1"} -{"question": "c = 6\nf = d - d\nf = c\nb = 4\nd = 3 + b\nd = 9 * 1", "steps": ["State: {\"b\": -7, \"c\": 6, \"d\": 14, \"f\": 16}", "State: {\"b\": -7, \"c\": 6, \"d\": 14, \"f\": 0}", "State: {\"b\": -7, \"c\": 6, \"d\": 14, \"f\": 6}", "State: {\"b\": 4, \"c\": 6, \"d\": 14, \"f\": 6}", "State: {\"b\": 4, \"c\": 6, \"d\": 7, \"f\": 6}", "State: {\"b\": 4, \"c\": 6, \"d\": 9, \"f\": 6}"], "answer": "d = 9"} -{"question": "a = d * 1\na = d\nd = d\nd = 10\nd = 3 + 5\na = 7", "steps": ["State: {\"a\": 16, \"d\": 16}", "State: {\"a\": 16, \"d\": 16}", "State: {\"a\": 16, \"d\": 16}", "State: {\"a\": 16, \"d\": 10}", "State: {\"a\": 16, \"d\": 8}", "State: {\"a\": 7, \"d\": 8}"], "answer": "a = 7"} -{"question": "b = e\nf = 5\ne = b\nf = b\ne = b * b\ne = e", "steps": ["State: {\"b\": 4, \"e\": 4, \"f\": 16}", "State: {\"b\": 4, \"e\": 4, \"f\": 5}", "State: {\"b\": 4, \"e\": 4, \"f\": 5}", "State: {\"b\": 4, \"e\": 4, \"f\": 4}", "State: {\"b\": 4, \"e\": 16, \"f\": 4}", "State: {\"b\": 4, \"e\": 16, \"f\": 4}"], "answer": "e = 16"} -{"question": "a = 9 * d\nc = 3\nc = 3 * 6\nf = a - 8\nd = d * 5\nc = c - 5", "steps": ["State: {\"a\": -144, \"c\": 16, \"d\": -16, \"f\": 12}", "State: {\"a\": -144, \"c\": 3, \"d\": -16, \"f\": 12}", "State: {\"a\": -144, \"c\": 18, \"d\": -16, \"f\": 12}", "State: {\"a\": -144, \"c\": 18, \"d\": -16, \"f\": -152}", "State: {\"a\": -144, \"c\": 18, \"d\": -80, \"f\": -152}", "State: {\"a\": -144, \"c\": 13, \"d\": -80, \"f\": -152}"], "answer": "c = 13"} -{"question": "d = d\ne = d\nd = 9\nd = d - 6\nd = d * d\nd = d - e", "steps": ["State: {\"d\": -15, \"e\": 20}", "State: {\"d\": -15, \"e\": -15}", "State: {\"d\": 9, \"e\": -15}", "State: {\"d\": 3, \"e\": -15}", "State: {\"d\": 9, \"e\": -15}", "State: {\"d\": 24, \"e\": -15}"], "answer": "d = 24"} -{"question": "a = b + b\ne = 1\nb = 10\na = b + 10\na = 5\nb = 1", "steps": ["State: {\"a\": 22, \"b\": 11, \"e\": -16}", "State: {\"a\": 22, \"b\": 11, \"e\": 1}", "State: {\"a\": 22, \"b\": 10, \"e\": 1}", "State: {\"a\": 20, \"b\": 10, \"e\": 1}", "State: {\"a\": 5, \"b\": 10, \"e\": 1}", "State: {\"a\": 5, \"b\": 1, \"e\": 1}"], "answer": "b = 1"} -{"question": "f = c * b\ne = 1 + b\ne = 2\ne = f // 2\nb = 1 * b\ne = b - 2", "steps": ["State: {\"b\": 11, \"c\": -2, \"e\": -11, \"f\": -22}", "State: {\"b\": 11, \"c\": -2, \"e\": 12, \"f\": -22}", "State: {\"b\": 11, \"c\": -2, \"e\": 2, \"f\": -22}", "State: {\"b\": 11, \"c\": -2, \"e\": -11, \"f\": -22}", "State: {\"b\": 11, \"c\": -2, \"e\": -11, \"f\": -22}", "State: {\"b\": 11, \"c\": -2, \"e\": 9, \"f\": -22}"], "answer": "e = 9"} -{"question": "f = 2 + d\nb = 6 - 6\nf = 6 // 9\nf = d // 1\nf = b - d\nb = 8 // 9", "steps": ["State: {\"b\": 3, \"d\": 2, \"f\": 4}", "State: {\"b\": 0, \"d\": 2, \"f\": 4}", "State: {\"b\": 0, \"d\": 2, \"f\": 0}", "State: {\"b\": 0, \"d\": 2, \"f\": 2}", "State: {\"b\": 0, \"d\": 2, \"f\": -2}", "State: {\"b\": 0, \"d\": 2, \"f\": -2}"], "answer": "b = 0"} -{"question": "b = d\nd = b // d\nd = 6 // d\nd = d\nb = 5 * b\nd = b * 4", "steps": ["State: {\"b\": -6, \"d\": -6}", "State: {\"b\": -6, \"d\": 1}", "State: {\"b\": -6, \"d\": 6}", "State: {\"b\": -6, \"d\": 6}", "State: {\"b\": -30, \"d\": 6}", "State: {\"b\": -30, \"d\": -120}"], "answer": "d = -120"} -{"question": "c = 8 + c\nc = d * c\nd = c\nd = c\nc = d // c\nc = c", "steps": ["State: {\"c\": 24, \"d\": 18}", "State: {\"c\": 432, \"d\": 18}", "State: {\"c\": 432, \"d\": 432}", "State: {\"c\": 432, \"d\": 432}", "State: {\"c\": 1, \"d\": 432}", "State: {\"c\": 1, \"d\": 432}"], "answer": "c = 1"} -{"question": "b = 9\ne = 9\nd = f\nd = e // d\nd = f\nd = e // 3", "steps": ["State: {\"b\": 9, \"d\": -9, \"e\": 0, \"f\": 15}", "State: {\"b\": 9, \"d\": -9, \"e\": 9, \"f\": 15}", "State: {\"b\": 9, \"d\": 15, \"e\": 9, \"f\": 15}", "State: {\"b\": 9, \"d\": 0, \"e\": 9, \"f\": 15}", "State: {\"b\": 9, \"d\": 15, \"e\": 9, \"f\": 15}", "State: {\"b\": 9, \"d\": 3, \"e\": 9, \"f\": 15}"], "answer": "d = 3"} -{"question": "c = b + a\na = a\nb = 5\nc = b - b\na = b\na = b", "steps": ["State: {\"a\": 13, \"b\": 9, \"c\": 22}", "State: {\"a\": 13, \"b\": 9, \"c\": 22}", "State: {\"a\": 13, \"b\": 5, \"c\": 22}", "State: {\"a\": 13, \"b\": 5, \"c\": 0}", "State: {\"a\": 5, \"b\": 5, \"c\": 0}", "State: {\"a\": 5, \"b\": 5, \"c\": 0}"], "answer": "a = 5"} -{"question": "b = d * 7\ne = d + 3\nd = e\nd = d // e\nb = b * b\nb = e", "steps": ["State: {\"a\": 2, \"b\": -126, \"d\": -18, \"e\": -11}", "State: {\"a\": 2, \"b\": -126, \"d\": -18, \"e\": -15}", "State: {\"a\": 2, \"b\": -126, \"d\": -15, \"e\": -15}", "State: {\"a\": 2, \"b\": -126, \"d\": 1, \"e\": -15}", "State: {\"a\": 2, \"b\": 15876, \"d\": 1, \"e\": -15}", "State: {\"a\": 2, \"b\": -15, \"d\": 1, \"e\": -15}"], "answer": "b = -15"} -{"question": "a = a\ne = e // 3\ne = 6\nb = b + 4\na = b + 8\nb = 4 // 4", "steps": ["State: {\"a\": 15, \"b\": 14, \"e\": 2}", "State: {\"a\": 15, \"b\": 14, \"e\": 0}", "State: {\"a\": 15, \"b\": 14, \"e\": 6}", "State: {\"a\": 15, \"b\": 18, \"e\": 6}", "State: {\"a\": 26, \"b\": 18, \"e\": 6}", "State: {\"a\": 26, \"b\": 1, \"e\": 6}"], "answer": "b = 1"} -{"question": "c = e - b\ne = 5 // 3\ne = 10 - 7\nb = 5\nc = b - b\ne = 8 + 10", "steps": ["State: {\"b\": 10, \"c\": -4, \"e\": 6}", "State: {\"b\": 10, \"c\": -4, \"e\": 1}", "State: {\"b\": 10, \"c\": -4, \"e\": 3}", "State: {\"b\": 5, \"c\": -4, \"e\": 3}", "State: {\"b\": 5, \"c\": 0, \"e\": 3}", "State: {\"b\": 5, \"c\": 0, \"e\": 18}"], "answer": "e = 18"} -{"question": "e = 1\ne = c\ne = c // c\nc = c + c\ne = 7\ne = e", "steps": ["State: {\"c\": 17, \"e\": 1}", "State: {\"c\": 17, \"e\": 17}", "State: {\"c\": 17, \"e\": 1}", "State: {\"c\": 34, \"e\": 1}", "State: {\"c\": 34, \"e\": 7}", "State: {\"c\": 34, \"e\": 7}"], "answer": "e = 7"} -{"question": "d = d - 4\nc = 3\nd = 9\nc = 8\nd = 5\nd = a", "steps": ["State: {\"a\": 10, \"c\": 11, \"d\": -18}", "State: {\"a\": 10, \"c\": 3, \"d\": -18}", "State: {\"a\": 10, \"c\": 3, \"d\": 9}", "State: {\"a\": 10, \"c\": 8, \"d\": 9}", "State: {\"a\": 10, \"c\": 8, \"d\": 5}", "State: {\"a\": 10, \"c\": 8, \"d\": 10}"], "answer": "d = 10"} -{"question": "e = 6\ne = 5 - f\nf = f * a\na = 3 + e\ne = e\na = 8 + e", "steps": ["State: {\"a\": 5, \"e\": 6, \"f\": 17}", "State: {\"a\": 5, \"e\": -12, \"f\": 17}", "State: {\"a\": 5, \"e\": -12, \"f\": 85}", "State: {\"a\": -9, \"e\": -12, \"f\": 85}", "State: {\"a\": -9, \"e\": -12, \"f\": 85}", "State: {\"a\": -4, \"e\": -12, \"f\": 85}"], "answer": "a = -4"} -{"question": "a = a\ne = e\nd = e\na = a\ne = a // 3\ne = 5 + 2", "steps": ["State: {\"a\": 20, \"d\": -17, \"e\": 5}", "State: {\"a\": 20, \"d\": -17, \"e\": 5}", "State: {\"a\": 20, \"d\": 5, \"e\": 5}", "State: {\"a\": 20, \"d\": 5, \"e\": 5}", "State: {\"a\": 20, \"d\": 5, \"e\": 6}", "State: {\"a\": 20, \"d\": 5, \"e\": 7}"], "answer": "e = 7"} -{"question": "c = f - b\nc = c + 1\nf = b // a\nc = 2 * 9\nc = b * 5\nf = f", "steps": ["State: {\"a\": 8, \"b\": -9, \"c\": 1, \"f\": -8}", "State: {\"a\": 8, \"b\": -9, \"c\": 2, \"f\": -8}", "State: {\"a\": 8, \"b\": -9, \"c\": 2, \"f\": -2}", "State: {\"a\": 8, \"b\": -9, \"c\": 18, \"f\": -2}", "State: {\"a\": 8, \"b\": -9, \"c\": -45, \"f\": -2}", "State: {\"a\": 8, \"b\": -9, \"c\": -45, \"f\": -2}"], "answer": "f = -2"} -{"question": "c = c\nc = d - c\nb = 7 // d\nb = c * 5\nb = 3\nb = 2", "steps": ["State: {\"b\": -1, \"c\": 12, \"d\": 2}", "State: {\"b\": -1, \"c\": -10, \"d\": 2}", "State: {\"b\": 3, \"c\": -10, \"d\": 2}", "State: {\"b\": -50, \"c\": -10, \"d\": 2}", "State: {\"b\": 3, \"c\": -10, \"d\": 2}", "State: {\"b\": 2, \"c\": -10, \"d\": 2}"], "answer": "b = 2"} -{"question": "e = 10\ne = 3\ne = 7 + 3\nb = 8 * 1\ne = e\nb = b", "steps": ["State: {\"b\": 17, \"e\": 10}", "State: {\"b\": 17, \"e\": 3}", "State: {\"b\": 17, \"e\": 10}", "State: {\"b\": 8, \"e\": 10}", "State: {\"b\": 8, \"e\": 10}", "State: {\"b\": 8, \"e\": 10}"], "answer": "b = 8"} -{"question": "f = 9\nb = a\na = a // b\nb = b\nb = a // 6\nb = 10", "steps": ["State: {\"a\": 11, \"b\": 20, \"f\": 9}", "State: {\"a\": 11, \"b\": 11, \"f\": 9}", "State: {\"a\": 1, \"b\": 11, \"f\": 9}", "State: {\"a\": 1, \"b\": 11, \"f\": 9}", "State: {\"a\": 1, \"b\": 0, \"f\": 9}", "State: {\"a\": 1, \"b\": 10, \"f\": 9}"], "answer": "b = 10"} -{"question": "a = b\nb = 4 - a\na = 2 - 5\nb = 5\na = 2 * 5\nb = 7 + 10", "steps": ["State: {\"a\": 18, \"b\": 18}", "State: {\"a\": 18, \"b\": -14}", "State: {\"a\": -3, \"b\": -14}", "State: {\"a\": -3, \"b\": 5}", "State: {\"a\": 10, \"b\": 5}", "State: {\"a\": 10, \"b\": 17}"], "answer": "b = 17"} -{"question": "c = c // 6\nc = 9\na = 3\na = 4\nc = 1 // a\na = 4 - c", "steps": ["State: {\"a\": -17, \"c\": 2}", "State: {\"a\": -17, \"c\": 9}", "State: {\"a\": 3, \"c\": 9}", "State: {\"a\": 4, \"c\": 9}", "State: {\"a\": 4, \"c\": 0}", "State: {\"a\": 4, \"c\": 0}"], "answer": "a = 4"} -{"question": "b = 8\nb = b\nf = 1 + 2\na = a\nf = b\na = f // 6", "steps": ["State: {\"a\": -12, \"b\": 8, \"f\": -15}", "State: {\"a\": -12, \"b\": 8, \"f\": -15}", "State: {\"a\": -12, \"b\": 8, \"f\": 3}", "State: {\"a\": -12, \"b\": 8, \"f\": 3}", "State: {\"a\": -12, \"b\": 8, \"f\": 8}", "State: {\"a\": 1, \"b\": 8, \"f\": 8}"], "answer": "a = 1"} -{"question": "e = 7\nf = f\nd = 4\nb = 1\nf = 10\nd = 10", "steps": ["State: {\"b\": -15, \"d\": -3, \"e\": 7, \"f\": 17}", "State: {\"b\": -15, \"d\": -3, \"e\": 7, \"f\": 17}", "State: {\"b\": -15, \"d\": 4, \"e\": 7, \"f\": 17}", "State: {\"b\": 1, \"d\": 4, \"e\": 7, \"f\": 17}", "State: {\"b\": 1, \"d\": 4, \"e\": 7, \"f\": 10}", "State: {\"b\": 1, \"d\": 10, \"e\": 7, \"f\": 10}"], "answer": "d = 10"} -{"question": "a = 8 // 4\nb = 9\nc = 1 * 8\na = b\nc = 3 * a\na = 10", "steps": ["State: {\"a\": 2, \"b\": -9, \"c\": -14}", "State: {\"a\": 2, \"b\": 9, \"c\": -14}", "State: {\"a\": 2, \"b\": 9, \"c\": 8}", "State: {\"a\": 9, \"b\": 9, \"c\": 8}", "State: {\"a\": 9, \"b\": 9, \"c\": 27}", "State: {\"a\": 10, \"b\": 9, \"c\": 27}"], "answer": "a = 10"} -{"question": "c = b\nc = 7 * 2\nc = 10 // 9\nc = 4 - c\nc = b * b\nb = 1", "steps": ["State: {\"b\": 12, \"c\": 12}", "State: {\"b\": 12, \"c\": 14}", "State: {\"b\": 12, \"c\": 1}", "State: {\"b\": 12, \"c\": 3}", "State: {\"b\": 12, \"c\": 144}", "State: {\"b\": 1, \"c\": 144}"], "answer": "b = 1"} -{"question": "a = 8\nf = a\ne = 4 * e\na = e\nf = f // a\ne = f", "steps": ["State: {\"a\": 8, \"e\": 4, \"f\": -7}", "State: {\"a\": 8, \"e\": 4, \"f\": 8}", "State: {\"a\": 8, \"e\": 16, \"f\": 8}", "State: {\"a\": 16, \"e\": 16, \"f\": 8}", "State: {\"a\": 16, \"e\": 16, \"f\": 0}", "State: {\"a\": 16, \"e\": 0, \"f\": 0}"], "answer": "e = 0"} -{"question": "a = a\ne = 2 * e\ne = 7\na = 5 - a\ne = 3 // e\na = e + a", "steps": ["State: {\"a\": -5, \"e\": 2}", "State: {\"a\": -5, \"e\": 4}", "State: {\"a\": -5, \"e\": 7}", "State: {\"a\": 10, \"e\": 7}", "State: {\"a\": 10, \"e\": 0}", "State: {\"a\": 10, \"e\": 0}"], "answer": "a = 10"} -{"question": "e = 9 * 6\nf = 9 + c\ne = e // c\nf = 6 * e\nc = f\ne = 1 // e", "steps": ["State: {\"c\": 11, \"e\": 54, \"f\": 12}", "State: {\"c\": 11, \"e\": 54, \"f\": 20}", "State: {\"c\": 11, \"e\": 4, \"f\": 20}", "State: {\"c\": 11, \"e\": 4, \"f\": 24}", "State: {\"c\": 24, \"e\": 4, \"f\": 24}", "State: {\"c\": 24, \"e\": 0, \"f\": 24}"], "answer": "e = 0"} -{"question": "c = a\nc = 4 // c\nf = 6\na = f\nf = 4 + c\nc = 2 * c", "steps": ["State: {\"a\": -16, \"c\": -16, \"f\": -6}", "State: {\"a\": -16, \"c\": -1, \"f\": -6}", "State: {\"a\": -16, \"c\": -1, \"f\": 6}", "State: {\"a\": 6, \"c\": -1, \"f\": 6}", "State: {\"a\": 6, \"c\": -1, \"f\": 3}", "State: {\"a\": 6, \"c\": -2, \"f\": 3}"], "answer": "c = -2"} -{"question": "c = e\ne = 10 - c\ne = c * 2\ne = c\nc = 2\nc = c", "steps": ["State: {\"c\": 18, \"e\": 18}", "State: {\"c\": 18, \"e\": -8}", "State: {\"c\": 18, \"e\": 36}", "State: {\"c\": 18, \"e\": 18}", "State: {\"c\": 2, \"e\": 18}", "State: {\"c\": 2, \"e\": 18}"], "answer": "c = 2"} -{"question": "e = e // 8\na = d * f\na = f * d\nd = 4\nf = d\nf = d * a", "steps": ["State: {\"a\": 3, \"d\": -14, \"e\": 1, \"f\": 13}", "State: {\"a\": -182, \"d\": -14, \"e\": 1, \"f\": 13}", "State: {\"a\": -182, \"d\": -14, \"e\": 1, \"f\": 13}", "State: {\"a\": -182, \"d\": 4, \"e\": 1, \"f\": 13}", "State: {\"a\": -182, \"d\": 4, \"e\": 1, \"f\": 4}", "State: {\"a\": -182, \"d\": 4, \"e\": 1, \"f\": -728}"], "answer": "f = -728"} -{"question": "e = a\ne = a\nb = 5 - 3\nf = b\nf = a + b\na = 3", "steps": ["State: {\"a\": 2, \"b\": 0, \"e\": 2, \"f\": 0}", "State: {\"a\": 2, \"b\": 0, \"e\": 2, \"f\": 0}", "State: {\"a\": 2, \"b\": 2, \"e\": 2, \"f\": 0}", "State: {\"a\": 2, \"b\": 2, \"e\": 2, \"f\": 2}", "State: {\"a\": 2, \"b\": 2, \"e\": 2, \"f\": 4}", "State: {\"a\": 3, \"b\": 2, \"e\": 2, \"f\": 4}"], "answer": "a = 3"} -{"question": "a = b // b\na = a * 3\na = f * a\nb = 5 // b\nb = f\na = b", "steps": ["State: {\"a\": 1, \"b\": 8, \"f\": 14}", "State: {\"a\": 3, \"b\": 8, \"f\": 14}", "State: {\"a\": 42, \"b\": 8, \"f\": 14}", "State: {\"a\": 42, \"b\": 0, \"f\": 14}", "State: {\"a\": 42, \"b\": 14, \"f\": 14}", "State: {\"a\": 14, \"b\": 14, \"f\": 14}"], "answer": "a = 14"} -{"question": "f = c\ne = 9 + e\nd = f\nd = 3\nc = 4\nd = 6 + d", "steps": ["State: {\"c\": -4, \"d\": 0, \"e\": -5, \"f\": -4}", "State: {\"c\": -4, \"d\": 0, \"e\": 4, \"f\": -4}", "State: {\"c\": -4, \"d\": -4, \"e\": 4, \"f\": -4}", "State: {\"c\": -4, \"d\": 3, \"e\": 4, \"f\": -4}", "State: {\"c\": 4, \"d\": 3, \"e\": 4, \"f\": -4}", "State: {\"c\": 4, \"d\": 9, \"e\": 4, \"f\": -4}"], "answer": "d = 9"} -{"question": "b = f\nb = 8 // f\nf = 4 + b\nf = f - b\nb = 6 - 9\nf = b + f", "steps": ["State: {\"b\": 19, \"f\": 19}", "State: {\"b\": 0, \"f\": 19}", "State: {\"b\": 0, \"f\": 4}", "State: {\"b\": 0, \"f\": 4}", "State: {\"b\": -3, \"f\": 4}", "State: {\"b\": -3, \"f\": 1}"], "answer": "f = 1"} -{"question": "a = e\nf = 4\nc = c\nc = 8\ne = 8 - f\nf = a", "steps": ["State: {\"a\": -2, \"c\": -13, \"e\": -2, \"f\": -18}", "State: {\"a\": -2, \"c\": -13, \"e\": -2, \"f\": 4}", "State: {\"a\": -2, \"c\": -13, \"e\": -2, \"f\": 4}", "State: {\"a\": -2, \"c\": 8, \"e\": -2, \"f\": 4}", "State: {\"a\": -2, \"c\": 8, \"e\": 4, \"f\": 4}", "State: {\"a\": -2, \"c\": 8, \"e\": 4, \"f\": -2}"], "answer": "f = -2"} -{"question": "d = 5\nd = d // 5\nd = c\nd = c * 8\nc = 2\nd = d - 6", "steps": ["State: {\"c\": -2, \"d\": 5}", "State: {\"c\": -2, \"d\": 1}", "State: {\"c\": -2, \"d\": -2}", "State: {\"c\": -2, \"d\": -16}", "State: {\"c\": 2, \"d\": -16}", "State: {\"c\": 2, \"d\": -22}"], "answer": "d = -22"} -{"question": "f = f\ne = f // f\nf = c\ne = e * c\nc = 3\nf = c // e", "steps": ["State: {\"c\": 12, \"e\": -20, \"f\": 4}", "State: {\"c\": 12, \"e\": 1, \"f\": 4}", "State: {\"c\": 12, \"e\": 1, \"f\": 12}", "State: {\"c\": 12, \"e\": 12, \"f\": 12}", "State: {\"c\": 3, \"e\": 12, \"f\": 12}", "State: {\"c\": 3, \"e\": 12, \"f\": 0}"], "answer": "f = 0"} -{"question": "e = c + c\nc = e - c\nd = d\ne = d\nc = 6 + 7\ne = c * d", "steps": ["State: {\"c\": -13, \"d\": -7, \"e\": -26}", "State: {\"c\": -13, \"d\": -7, \"e\": -26}", "State: {\"c\": -13, \"d\": -7, \"e\": -26}", "State: {\"c\": -13, \"d\": -7, \"e\": -7}", "State: {\"c\": 13, \"d\": -7, \"e\": -7}", "State: {\"c\": 13, \"d\": -7, \"e\": -91}"], "answer": "e = -91"} -{"question": "f = b\nf = b - f\nf = 1 + f\na = d * b\nf = 7\na = d", "steps": ["State: {\"a\": 11, \"b\": -3, \"d\": -12, \"f\": -3}", "State: {\"a\": 11, \"b\": -3, \"d\": -12, \"f\": 0}", "State: {\"a\": 11, \"b\": -3, \"d\": -12, \"f\": 1}", "State: {\"a\": 36, \"b\": -3, \"d\": -12, \"f\": 1}", "State: {\"a\": 36, \"b\": -3, \"d\": -12, \"f\": 7}", "State: {\"a\": -12, \"b\": -3, \"d\": -12, \"f\": 7}"], "answer": "a = -12"} -{"question": "d = c - d\nd = c + d\nc = c + d\nc = c * 10\nd = 8 // d\nd = c - d\nd = 8 * d", "steps": ["State: {\"c\": 4, \"d\": 18}", "State: {\"c\": 4, \"d\": 22}", "State: {\"c\": 26, \"d\": 22}", "State: {\"c\": 260, \"d\": 22}", "State: {\"c\": 260, \"d\": 0}", "State: {\"c\": 260, \"d\": 260}", "State: {\"c\": 260, \"d\": 2080}"], "answer": "d = 2080"} -{"question": "d = d\nd = a\nd = a + b\nd = 4\nd = 9\nd = 1\na = 9", "steps": ["State: {\"a\": -16, \"b\": -15, \"d\": -20}", "State: {\"a\": -16, \"b\": -15, \"d\": -16}", "State: {\"a\": -16, \"b\": -15, \"d\": -31}", "State: {\"a\": -16, \"b\": -15, \"d\": 4}", "State: {\"a\": -16, \"b\": -15, \"d\": 9}", "State: {\"a\": -16, \"b\": -15, \"d\": 1}", "State: {\"a\": 9, \"b\": -15, \"d\": 1}"], "answer": "a = 9"} -{"question": "d = b\nb = c // b\nc = 10\nd = b\nd = 6\nd = d\nb = d", "steps": ["State: {\"b\": -17, \"c\": -17, \"d\": -17}", "State: {\"b\": 1, \"c\": -17, \"d\": -17}", "State: {\"b\": 1, \"c\": 10, \"d\": -17}", "State: {\"b\": 1, \"c\": 10, \"d\": 1}", "State: {\"b\": 1, \"c\": 10, \"d\": 6}", "State: {\"b\": 1, \"c\": 10, \"d\": 6}", "State: {\"b\": 6, \"c\": 10, \"d\": 6}"], "answer": "b = 6"} -{"question": "a = a - c\na = 5 // c\nc = c * a\nc = 2 - a\nc = a // 8\nc = c\nc = 2 * a", "steps": ["State: {\"a\": -1, \"c\": 2}", "State: {\"a\": 2, \"c\": 2}", "State: {\"a\": 2, \"c\": 4}", "State: {\"a\": 2, \"c\": 0}", "State: {\"a\": 2, \"c\": 0}", "State: {\"a\": 2, \"c\": 0}", "State: {\"a\": 2, \"c\": 4}"], "answer": "c = 4"} -{"question": "b = d // d\nc = 7\nd = d + 4\nc = b * c\nd = d * b\nd = 8\nd = c", "steps": ["State: {\"b\": 1, \"c\": 1, \"d\": -1}", "State: {\"b\": 1, \"c\": 7, \"d\": -1}", "State: {\"b\": 1, \"c\": 7, \"d\": 3}", "State: {\"b\": 1, \"c\": 7, \"d\": 3}", "State: {\"b\": 1, \"c\": 7, \"d\": 3}", "State: {\"b\": 1, \"c\": 7, \"d\": 8}", "State: {\"b\": 1, \"c\": 7, \"d\": 7}"], "answer": "d = 7"} -{"question": "a = e + c\nf = f * a\nf = c\nc = 6\ne = a - f\nc = 10\nc = c // e", "steps": ["State: {\"a\": -6, \"c\": -2, \"e\": -4, \"f\": 11}", "State: {\"a\": -6, \"c\": -2, \"e\": -4, \"f\": -66}", "State: {\"a\": -6, \"c\": -2, \"e\": -4, \"f\": -2}", "State: {\"a\": -6, \"c\": 6, \"e\": -4, \"f\": -2}", "State: {\"a\": -6, \"c\": 6, \"e\": -4, \"f\": -2}", "State: {\"a\": -6, \"c\": 10, \"e\": -4, \"f\": -2}", "State: {\"a\": -6, \"c\": -3, \"e\": -4, \"f\": -2}"], "answer": "c = -3"} -{"question": "e = 1\nd = e\nc = a + 4\ne = 6 + 4\nd = 6 * c\ne = 10 + e\na = d", "steps": ["State: {\"a\": 11, \"c\": 6, \"d\": -2, \"e\": 1}", "State: {\"a\": 11, \"c\": 6, \"d\": 1, \"e\": 1}", "State: {\"a\": 11, \"c\": 15, \"d\": 1, \"e\": 1}", "State: {\"a\": 11, \"c\": 15, \"d\": 1, \"e\": 10}", "State: {\"a\": 11, \"c\": 15, \"d\": 90, \"e\": 10}", "State: {\"a\": 11, \"c\": 15, \"d\": 90, \"e\": 20}", "State: {\"a\": 90, \"c\": 15, \"d\": 90, \"e\": 20}"], "answer": "a = 90"} -{"question": "b = b * 4\nb = f\nf = 5 + 10\nb = b - b\nb = 1 // 2\nb = d\nf = 6 * 8", "steps": ["State: {\"b\": 40, \"d\": -8, \"f\": 4}", "State: {\"b\": 4, \"d\": -8, \"f\": 4}", "State: {\"b\": 4, \"d\": -8, \"f\": 15}", "State: {\"b\": 0, \"d\": -8, \"f\": 15}", "State: {\"b\": 0, \"d\": -8, \"f\": 15}", "State: {\"b\": -8, \"d\": -8, \"f\": 15}", "State: {\"b\": -8, \"d\": -8, \"f\": 48}"], "answer": "f = 48"} -{"question": "c = 10 // c\ne = 10\nc = c\nc = 1 + e\nc = 3\ne = e * 9\nc = c", "steps": ["State: {\"c\": -1, \"e\": -18}", "State: {\"c\": -1, \"e\": 10}", "State: {\"c\": -1, \"e\": 10}", "State: {\"c\": 11, \"e\": 10}", "State: {\"c\": 3, \"e\": 10}", "State: {\"c\": 3, \"e\": 90}", "State: {\"c\": 3, \"e\": 90}"], "answer": "c = 3"} -{"question": "c = b\na = c - b\nc = a\na = 5 * b\nc = c // 2\nb = 6 + 7\na = b * c", "steps": ["State: {\"a\": 10, \"b\": -16, \"c\": -16}", "State: {\"a\": 0, \"b\": -16, \"c\": -16}", "State: {\"a\": 0, \"b\": -16, \"c\": 0}", "State: {\"a\": -80, \"b\": -16, \"c\": 0}", "State: {\"a\": -80, \"b\": -16, \"c\": 0}", "State: {\"a\": -80, \"b\": 13, \"c\": 0}", "State: {\"a\": 0, \"b\": 13, \"c\": 0}"], "answer": "a = 0"} -{"question": "c = 9\nc = c\nd = 6 - 8\nc = c + d\ne = 6 // d\nd = 5 // 2\nd = e * e", "steps": ["State: {\"c\": 9, \"d\": -8, \"e\": 13}", "State: {\"c\": 9, \"d\": -8, \"e\": 13}", "State: {\"c\": 9, \"d\": -2, \"e\": 13}", "State: {\"c\": 7, \"d\": -2, \"e\": 13}", "State: {\"c\": 7, \"d\": -2, \"e\": -3}", "State: {\"c\": 7, \"d\": 2, \"e\": -3}", "State: {\"c\": 7, \"d\": 9, \"e\": -3}"], "answer": "d = 9"} -{"question": "d = d\nd = 5 * d\ne = d\nd = d\nd = e\nd = e\ne = d", "steps": ["State: {\"d\": 11, \"e\": -2}", "State: {\"d\": 55, \"e\": -2}", "State: {\"d\": 55, \"e\": 55}", "State: {\"d\": 55, \"e\": 55}", "State: {\"d\": 55, \"e\": 55}", "State: {\"d\": 55, \"e\": 55}", "State: {\"d\": 55, \"e\": 55}"], "answer": "e = 55"} -{"question": "f = a + f\na = a - a\nf = f\na = d // 8\nf = b * f\nf = d\nd = d // 2", "steps": ["State: {\"a\": 8, \"b\": 6, \"d\": 13, \"f\": 22}", "State: {\"a\": 0, \"b\": 6, \"d\": 13, \"f\": 22}", "State: {\"a\": 0, \"b\": 6, \"d\": 13, \"f\": 22}", "State: {\"a\": 1, \"b\": 6, \"d\": 13, \"f\": 22}", "State: {\"a\": 1, \"b\": 6, \"d\": 13, \"f\": 132}", "State: {\"a\": 1, \"b\": 6, \"d\": 13, \"f\": 13}", "State: {\"a\": 1, \"b\": 6, \"d\": 6, \"f\": 13}"], "answer": "d = 6"} -{"question": "d = d\nd = 10\nd = 9 + 2\nd = a\nd = 1\ne = 10 * a\ne = d", "steps": ["State: {\"a\": -3, \"d\": 13, \"e\": -5}", "State: {\"a\": -3, \"d\": 10, \"e\": -5}", "State: {\"a\": -3, \"d\": 11, \"e\": -5}", "State: {\"a\": -3, \"d\": -3, \"e\": -5}", "State: {\"a\": -3, \"d\": 1, \"e\": -5}", "State: {\"a\": -3, \"d\": 1, \"e\": -30}", "State: {\"a\": -3, \"d\": 1, \"e\": 1}"], "answer": "e = 1"} -{"question": "c = 10 - b\nd = 5\nb = b - 4\nc = 4\nc = c\nb = c // c\nb = 8", "steps": ["State: {\"b\": 0, \"c\": 10, \"d\": 0}", "State: {\"b\": 0, \"c\": 10, \"d\": 5}", "State: {\"b\": -4, \"c\": 10, \"d\": 5}", "State: {\"b\": -4, \"c\": 4, \"d\": 5}", "State: {\"b\": -4, \"c\": 4, \"d\": 5}", "State: {\"b\": 1, \"c\": 4, \"d\": 5}", "State: {\"b\": 8, \"c\": 4, \"d\": 5}"], "answer": "b = 8"} -{"question": "c = 5\nf = c\ne = c + e\nf = 5 - c\ne = f * 8\nc = f * 1\ne = c", "steps": ["State: {\"c\": 5, \"e\": 13, \"f\": 20}", "State: {\"c\": 5, \"e\": 13, \"f\": 5}", "State: {\"c\": 5, \"e\": 18, \"f\": 5}", "State: {\"c\": 5, \"e\": 18, \"f\": 0}", "State: {\"c\": 5, \"e\": 0, \"f\": 0}", "State: {\"c\": 0, \"e\": 0, \"f\": 0}", "State: {\"c\": 0, \"e\": 0, \"f\": 0}"], "answer": "e = 0"} -{"question": "b = e + e\nd = 1\nb = d\ne = 6 * 3\ne = 7\nd = b + e\nd = 3", "steps": ["State: {\"b\": 10, \"d\": -12, \"e\": 5}", "State: {\"b\": 10, \"d\": 1, \"e\": 5}", "State: {\"b\": 1, \"d\": 1, \"e\": 5}", "State: {\"b\": 1, \"d\": 1, \"e\": 18}", "State: {\"b\": 1, \"d\": 1, \"e\": 7}", "State: {\"b\": 1, \"d\": 8, \"e\": 7}", "State: {\"b\": 1, \"d\": 3, \"e\": 7}"], "answer": "d = 3"} -{"question": "a = b\nb = 3 - b\nb = a - a\nb = 6\na = 6 + 7\na = 5 + 9\nb = a", "steps": ["State: {\"a\": 4, \"b\": 4}", "State: {\"a\": 4, \"b\": -1}", "State: {\"a\": 4, \"b\": 0}", "State: {\"a\": 4, \"b\": 6}", "State: {\"a\": 13, \"b\": 6}", "State: {\"a\": 14, \"b\": 6}", "State: {\"a\": 14, \"b\": 14}"], "answer": "b = 14"} -{"question": "e = b - b\nb = a - b\nb = 1 * b\nb = 10 + b\nb = e\nb = a - a\ne = 1 + a", "steps": ["State: {\"a\": 16, \"b\": -16, \"e\": 0}", "State: {\"a\": 16, \"b\": 32, \"e\": 0}", "State: {\"a\": 16, \"b\": 32, \"e\": 0}", "State: {\"a\": 16, \"b\": 42, \"e\": 0}", "State: {\"a\": 16, \"b\": 0, \"e\": 0}", "State: {\"a\": 16, \"b\": 0, \"e\": 0}", "State: {\"a\": 16, \"b\": 0, \"e\": 17}"], "answer": "e = 17"} -{"question": "f = f // b\nb = f\nb = b\nf = b\nb = f * 1\nb = f - f\nf = 1 * b", "steps": ["State: {\"b\": 20, \"f\": 0}", "State: {\"b\": 0, \"f\": 0}", "State: {\"b\": 0, \"f\": 0}", "State: {\"b\": 0, \"f\": 0}", "State: {\"b\": 0, \"f\": 0}", "State: {\"b\": 0, \"f\": 0}", "State: {\"b\": 0, \"f\": 0}"], "answer": "f = 0"} -{"question": "b = b * 9\ne = e - a\nf = e\ne = a\nb = 5 // e\nf = 6 * 10\ne = 2 + a", "steps": ["State: {\"a\": 3, \"b\": 99, \"e\": -16, \"f\": -20}", "State: {\"a\": 3, \"b\": 99, \"e\": -19, \"f\": -20}", "State: {\"a\": 3, \"b\": 99, \"e\": -19, \"f\": -19}", "State: {\"a\": 3, \"b\": 99, \"e\": 3, \"f\": -19}", "State: {\"a\": 3, \"b\": 1, \"e\": 3, \"f\": -19}", "State: {\"a\": 3, \"b\": 1, \"e\": 3, \"f\": 60}", "State: {\"a\": 3, \"b\": 1, \"e\": 5, \"f\": 60}"], "answer": "e = 5"} -{"question": "b = a // b\nb = a\na = a - a\nb = 2 + a\na = b - 3\na = 5\nb = b + a", "steps": ["State: {\"a\": 2, \"b\": 0}", "State: {\"a\": 2, \"b\": 2}", "State: {\"a\": 0, \"b\": 2}", "State: {\"a\": 0, \"b\": 2}", "State: {\"a\": -1, \"b\": 2}", "State: {\"a\": 5, \"b\": 2}", "State: {\"a\": 5, \"b\": 7}"], "answer": "b = 7"} -{"question": "f = 5\ne = 8\nb = 8 * 7\nb = b\nd = e + 5\nf = b * 6\nd = 7", "steps": ["State: {\"b\": 14, \"d\": 0, \"e\": -17, \"f\": 5}", "State: {\"b\": 14, \"d\": 0, \"e\": 8, \"f\": 5}", "State: {\"b\": 56, \"d\": 0, \"e\": 8, \"f\": 5}", "State: {\"b\": 56, \"d\": 0, \"e\": 8, \"f\": 5}", "State: {\"b\": 56, \"d\": 13, \"e\": 8, \"f\": 5}", "State: {\"b\": 56, \"d\": 13, \"e\": 8, \"f\": 336}", "State: {\"b\": 56, \"d\": 7, \"e\": 8, \"f\": 336}"], "answer": "d = 7"} -{"question": "e = 5\nd = d\nb = 6\nd = d + 6\nf = f\nd = 4\ne = b", "steps": ["State: {\"b\": -13, \"d\": 16, \"e\": 5, \"f\": 4}", "State: {\"b\": -13, \"d\": 16, \"e\": 5, \"f\": 4}", "State: {\"b\": 6, \"d\": 16, \"e\": 5, \"f\": 4}", "State: {\"b\": 6, \"d\": 22, \"e\": 5, \"f\": 4}", "State: {\"b\": 6, \"d\": 22, \"e\": 5, \"f\": 4}", "State: {\"b\": 6, \"d\": 4, \"e\": 5, \"f\": 4}", "State: {\"b\": 6, \"d\": 4, \"e\": 6, \"f\": 4}"], "answer": "e = 6"} -{"question": "a = 5\nf = a\nb = 8 + 3\nb = a * f\nc = b // 4\nc = 2\nf = 1 // b", "steps": ["State: {\"a\": 5, \"b\": 1, \"c\": -19, \"f\": 15}", "State: {\"a\": 5, \"b\": 1, \"c\": -19, \"f\": 5}", "State: {\"a\": 5, \"b\": 11, \"c\": -19, \"f\": 5}", "State: {\"a\": 5, \"b\": 25, \"c\": -19, \"f\": 5}", "State: {\"a\": 5, \"b\": 25, \"c\": 6, \"f\": 5}", "State: {\"a\": 5, \"b\": 25, \"c\": 2, \"f\": 5}", "State: {\"a\": 5, \"b\": 25, \"c\": 2, \"f\": 0}"], "answer": "f = 0"} -{"question": "e = 10\na = 10\ne = a\nd = a * 8\nb = 10 - b\na = d\na = d", "steps": ["State: {\"a\": -2, \"b\": 2, \"d\": -7, \"e\": 10}", "State: {\"a\": 10, \"b\": 2, \"d\": -7, \"e\": 10}", "State: {\"a\": 10, \"b\": 2, \"d\": -7, \"e\": 10}", "State: {\"a\": 10, \"b\": 2, \"d\": 80, \"e\": 10}", "State: {\"a\": 10, \"b\": 8, \"d\": 80, \"e\": 10}", "State: {\"a\": 80, \"b\": 8, \"d\": 80, \"e\": 10}", "State: {\"a\": 80, \"b\": 8, \"d\": 80, \"e\": 10}"], "answer": "a = 80"} -{"question": "e = e + e\ne = e\nc = 10 // 1\nc = e * 2\ne = e + 5\nc = c - 3\ne = e", "steps": ["State: {\"c\": 20, \"e\": -2}", "State: {\"c\": 20, \"e\": -2}", "State: {\"c\": 10, \"e\": -2}", "State: {\"c\": -4, \"e\": -2}", "State: {\"c\": -4, \"e\": 3}", "State: {\"c\": -7, \"e\": 3}", "State: {\"c\": -7, \"e\": 3}"], "answer": "e = 3"} -{"question": "d = e - e\nd = 6 * e\ne = d - 1\nd = 1 * 2\ne = d - 9\nb = 1\nd = b // 2", "steps": ["State: {\"b\": 11, \"d\": 0, \"e\": 8}", "State: {\"b\": 11, \"d\": 48, \"e\": 8}", "State: {\"b\": 11, \"d\": 48, \"e\": 47}", "State: {\"b\": 11, \"d\": 2, \"e\": 47}", "State: {\"b\": 11, \"d\": 2, \"e\": -7}", "State: {\"b\": 1, \"d\": 2, \"e\": -7}", "State: {\"b\": 1, \"d\": 0, \"e\": -7}"], "answer": "d = 0"} -{"question": "f = a // a\na = 10\ne = 1 * d\nf = f\na = 6\ne = 9 * d\nd = 1", "steps": ["State: {\"a\": -4, \"d\": 18, \"e\": -9, \"f\": 1}", "State: {\"a\": 10, \"d\": 18, \"e\": -9, \"f\": 1}", "State: {\"a\": 10, \"d\": 18, \"e\": 18, \"f\": 1}", "State: {\"a\": 10, \"d\": 18, \"e\": 18, \"f\": 1}", "State: {\"a\": 6, \"d\": 18, \"e\": 18, \"f\": 1}", "State: {\"a\": 6, \"d\": 18, \"e\": 162, \"f\": 1}", "State: {\"a\": 6, \"d\": 1, \"e\": 162, \"f\": 1}"], "answer": "d = 1"} -{"question": "d = d\nd = 10 * f\nd = c // 5\nf = c\nd = b\nc = d\nc = 10", "steps": ["State: {\"b\": -11, \"c\": 19, \"d\": 15, \"f\": -19}", "State: {\"b\": -11, \"c\": 19, \"d\": -190, \"f\": -19}", "State: {\"b\": -11, \"c\": 19, \"d\": 3, \"f\": -19}", "State: {\"b\": -11, \"c\": 19, \"d\": 3, \"f\": 19}", "State: {\"b\": -11, \"c\": 19, \"d\": -11, \"f\": 19}", "State: {\"b\": -11, \"c\": -11, \"d\": -11, \"f\": 19}", "State: {\"b\": -11, \"c\": 10, \"d\": -11, \"f\": 19}"], "answer": "c = 10"} -{"question": "d = f\nd = f * 9\nd = e\nf = e + f\ne = 5\ne = 4\nf = 1 * f", "steps": ["State: {\"d\": 10, \"e\": -19, \"f\": 10}", "State: {\"d\": 90, \"e\": -19, \"f\": 10}", "State: {\"d\": -19, \"e\": -19, \"f\": 10}", "State: {\"d\": -19, \"e\": -19, \"f\": -9}", "State: {\"d\": -19, \"e\": 5, \"f\": -9}", "State: {\"d\": -19, \"e\": 4, \"f\": -9}", "State: {\"d\": -19, \"e\": 4, \"f\": -9}"], "answer": "f = -9"} -{"question": "f = 7 // f\nf = f\nc = c\nf = 7\nf = f * c\nc = 5\nc = f", "steps": ["State: {\"c\": -18, \"f\": 0}", "State: {\"c\": -18, \"f\": 0}", "State: {\"c\": -18, \"f\": 0}", "State: {\"c\": -18, \"f\": 7}", "State: {\"c\": -18, \"f\": -126}", "State: {\"c\": 5, \"f\": -126}", "State: {\"c\": -126, \"f\": -126}"], "answer": "c = -126"} -{"question": "f = b // c\nf = 9 + 8\ne = 3 + 9\nf = f - f\nf = 9\ne = 6\nb = 3 * b", "steps": ["State: {\"b\": -9, \"c\": -18, \"e\": 6, \"f\": 0}", "State: {\"b\": -9, \"c\": -18, \"e\": 6, \"f\": 17}", "State: {\"b\": -9, \"c\": -18, \"e\": 12, \"f\": 17}", "State: {\"b\": -9, \"c\": -18, \"e\": 12, \"f\": 0}", "State: {\"b\": -9, \"c\": -18, \"e\": 12, \"f\": 9}", "State: {\"b\": -9, \"c\": -18, \"e\": 6, \"f\": 9}", "State: {\"b\": -27, \"c\": -18, \"e\": 6, \"f\": 9}"], "answer": "b = -27"} -{"question": "e = 3\na = 4 // b\na = 8\na = b * a\na = c\nb = e\ne = b", "steps": ["State: {\"a\": -10, \"b\": -6, \"c\": 16, \"e\": 3}", "State: {\"a\": -1, \"b\": -6, \"c\": 16, \"e\": 3}", "State: {\"a\": 8, \"b\": -6, \"c\": 16, \"e\": 3}", "State: {\"a\": -48, \"b\": -6, \"c\": 16, \"e\": 3}", "State: {\"a\": 16, \"b\": -6, \"c\": 16, \"e\": 3}", "State: {\"a\": 16, \"b\": 3, \"c\": 16, \"e\": 3}", "State: {\"a\": 16, \"b\": 3, \"c\": 16, \"e\": 3}"], "answer": "e = 3"} -{"question": "b = b\nb = 3 - a\nb = a * a\nb = 8\nb = 6 * 9\na = 9 + 1\nb = a", "steps": ["State: {\"a\": -2, \"b\": 4}", "State: {\"a\": -2, \"b\": 5}", "State: {\"a\": -2, \"b\": 4}", "State: {\"a\": -2, \"b\": 8}", "State: {\"a\": -2, \"b\": 54}", "State: {\"a\": 10, \"b\": 54}", "State: {\"a\": 10, \"b\": 10}"], "answer": "b = 10"} -{"question": "a = b\nf = b\na = 3 + b\na = f - 5\na = 10\na = 1 - 9\na = b - a", "steps": ["State: {\"a\": -9, \"b\": -9, \"f\": -10}", "State: {\"a\": -9, \"b\": -9, \"f\": -9}", "State: {\"a\": -6, \"b\": -9, \"f\": -9}", "State: {\"a\": -14, \"b\": -9, \"f\": -9}", "State: {\"a\": 10, \"b\": -9, \"f\": -9}", "State: {\"a\": -8, \"b\": -9, \"f\": -9}", "State: {\"a\": -1, \"b\": -9, \"f\": -9}"], "answer": "a = -1"} -{"question": "f = b\nb = 2\na = e\nf = e // f\nf = f\na = e + b\ne = b // f", "steps": ["State: {\"a\": -3, \"b\": 3, \"e\": 9, \"f\": 3}", "State: {\"a\": -3, \"b\": 2, \"e\": 9, \"f\": 3}", "State: {\"a\": 9, \"b\": 2, \"e\": 9, \"f\": 3}", "State: {\"a\": 9, \"b\": 2, \"e\": 9, \"f\": 3}", "State: {\"a\": 9, \"b\": 2, \"e\": 9, \"f\": 3}", "State: {\"a\": 11, \"b\": 2, \"e\": 9, \"f\": 3}", "State: {\"a\": 11, \"b\": 2, \"e\": 0, \"f\": 3}"], "answer": "e = 0"} -{"question": "e = e\ne = a\ne = e // e\na = a * e\ne = e - 5\na = e\na = 8", "steps": ["State: {\"a\": -7, \"e\": -10}", "State: {\"a\": -7, \"e\": -7}", "State: {\"a\": -7, \"e\": 1}", "State: {\"a\": -7, \"e\": 1}", "State: {\"a\": -7, \"e\": -4}", "State: {\"a\": -4, \"e\": -4}", "State: {\"a\": 8, \"e\": -4}"], "answer": "a = 8"} -{"question": "a = 8 - 2\ne = 9\na = 4 // 10\na = 2 // f\ne = 4 + e\na = a * e\na = 1", "steps": ["State: {\"a\": 6, \"e\": 2, \"f\": -9}", "State: {\"a\": 6, \"e\": 9, \"f\": -9}", "State: {\"a\": 0, \"e\": 9, \"f\": -9}", "State: {\"a\": -1, \"e\": 9, \"f\": -9}", "State: {\"a\": -1, \"e\": 13, \"f\": -9}", "State: {\"a\": -13, \"e\": 13, \"f\": -9}", "State: {\"a\": 1, \"e\": 13, \"f\": -9}"], "answer": "a = 1"} -{"question": "a = 8 - 5\na = c - b\nb = d // c\nc = 2 + 7\nb = c\nd = c - 2\nb = a - d", "steps": ["State: {\"a\": 3, \"b\": 20, \"c\": 8, \"d\": 10}", "State: {\"a\": -12, \"b\": 20, \"c\": 8, \"d\": 10}", "State: {\"a\": -12, \"b\": 1, \"c\": 8, \"d\": 10}", "State: {\"a\": -12, \"b\": 1, \"c\": 9, \"d\": 10}", "State: {\"a\": -12, \"b\": 9, \"c\": 9, \"d\": 10}", "State: {\"a\": -12, \"b\": 9, \"c\": 9, \"d\": 7}", "State: {\"a\": -12, \"b\": -19, \"c\": 9, \"d\": 7}"], "answer": "b = -19"} -{"question": "a = a\nb = 1\na = c\nc = b\na = 4 - 5\nb = a // b\nb = 6", "steps": ["State: {\"a\": -1, \"b\": 14, \"c\": -10}", "State: {\"a\": -1, \"b\": 1, \"c\": -10}", "State: {\"a\": -10, \"b\": 1, \"c\": -10}", "State: {\"a\": -10, \"b\": 1, \"c\": 1}", "State: {\"a\": -1, \"b\": 1, \"c\": 1}", "State: {\"a\": -1, \"b\": -1, \"c\": 1}", "State: {\"a\": -1, \"b\": 6, \"c\": 1}"], "answer": "b = 6"} -{"question": "e = 7 // 8\nf = 3\ne = a\na = e // 7\ne = 1\nf = 4 // a\nf = f * e", "steps": ["State: {\"a\": 15, \"e\": 0, \"f\": -7}", "State: {\"a\": 15, \"e\": 0, \"f\": 3}", "State: {\"a\": 15, \"e\": 15, \"f\": 3}", "State: {\"a\": 2, \"e\": 15, \"f\": 3}", "State: {\"a\": 2, \"e\": 1, \"f\": 3}", "State: {\"a\": 2, \"e\": 1, \"f\": 2}", "State: {\"a\": 2, \"e\": 1, \"f\": 2}"], "answer": "f = 2"} -{"question": "a = c + a\na = 5\na = 1\na = a // d\nd = 5\na = a - d\nc = a", "steps": ["State: {\"a\": 13, \"c\": 14, \"d\": 19}", "State: {\"a\": 5, \"c\": 14, \"d\": 19}", "State: {\"a\": 1, \"c\": 14, \"d\": 19}", "State: {\"a\": 0, \"c\": 14, \"d\": 19}", "State: {\"a\": 0, \"c\": 14, \"d\": 5}", "State: {\"a\": -5, \"c\": 14, \"d\": 5}", "State: {\"a\": -5, \"c\": -5, \"d\": 5}"], "answer": "c = -5"} -{"question": "b = b\nf = b * 4\nb = b\nf = b\nb = 1\nf = b\nb = c", "steps": ["State: {\"b\": 19, \"c\": 16, \"f\": -5}", "State: {\"b\": 19, \"c\": 16, \"f\": 76}", "State: {\"b\": 19, \"c\": 16, \"f\": 76}", "State: {\"b\": 19, \"c\": 16, \"f\": 19}", "State: {\"b\": 1, \"c\": 16, \"f\": 19}", "State: {\"b\": 1, \"c\": 16, \"f\": 1}", "State: {\"b\": 16, \"c\": 16, \"f\": 1}"], "answer": "b = 16"} -{"question": "e = 2\nd = f\nc = d\ne = 2\nf = f\nf = d\nd = e + d", "steps": ["State: {\"c\": 10, \"d\": -2, \"e\": 2, \"f\": -8}", "State: {\"c\": 10, \"d\": -8, \"e\": 2, \"f\": -8}", "State: {\"c\": -8, \"d\": -8, \"e\": 2, \"f\": -8}", "State: {\"c\": -8, \"d\": -8, \"e\": 2, \"f\": -8}", "State: {\"c\": -8, \"d\": -8, \"e\": 2, \"f\": -8}", "State: {\"c\": -8, \"d\": -8, \"e\": 2, \"f\": -8}", "State: {\"c\": -8, \"d\": -6, \"e\": 2, \"f\": -8}"], "answer": "d = -6"} -{"question": "c = 6 + 3\nc = c\na = c // 10\nc = a * a\na = c\na = a - c\na = 1", "steps": ["State: {\"a\": 4, \"c\": 9}", "State: {\"a\": 4, \"c\": 9}", "State: {\"a\": 0, \"c\": 9}", "State: {\"a\": 0, \"c\": 0}", "State: {\"a\": 0, \"c\": 0}", "State: {\"a\": 0, \"c\": 0}", "State: {\"a\": 1, \"c\": 0}"], "answer": "a = 1"} -{"question": "a = a // d\nd = d + 2\nd = 9\nf = 4\nd = a\na = d\nd = 4", "steps": ["State: {\"a\": -1, \"d\": 10, \"f\": 14}", "State: {\"a\": -1, \"d\": 12, \"f\": 14}", "State: {\"a\": -1, \"d\": 9, \"f\": 14}", "State: {\"a\": -1, \"d\": 9, \"f\": 4}", "State: {\"a\": -1, \"d\": -1, \"f\": 4}", "State: {\"a\": -1, \"d\": -1, \"f\": 4}", "State: {\"a\": -1, \"d\": 4, \"f\": 4}"], "answer": "d = 4"} -{"question": "e = b\nb = b * e\ne = 6 * 9\na = 10\na = e\ne = 8\ne = a + 3", "steps": ["State: {\"a\": -14, \"b\": 13, \"d\": 4, \"e\": 13}", "State: {\"a\": -14, \"b\": 169, \"d\": 4, \"e\": 13}", "State: {\"a\": -14, \"b\": 169, \"d\": 4, \"e\": 54}", "State: {\"a\": 10, \"b\": 169, \"d\": 4, \"e\": 54}", "State: {\"a\": 54, \"b\": 169, \"d\": 4, \"e\": 54}", "State: {\"a\": 54, \"b\": 169, \"d\": 4, \"e\": 8}", "State: {\"a\": 54, \"b\": 169, \"d\": 4, \"e\": 57}"], "answer": "e = 57"} -{"question": "d = f // d\nd = 7 // f\nc = d\nb = 1 * d\nf = b * f\nd = 3 * 1\nf = 7", "steps": ["State: {\"b\": 10, \"c\": -12, \"d\": 1, \"f\": 20}", "State: {\"b\": 10, \"c\": -12, \"d\": 0, \"f\": 20}", "State: {\"b\": 10, \"c\": 0, \"d\": 0, \"f\": 20}", "State: {\"b\": 0, \"c\": 0, \"d\": 0, \"f\": 20}", "State: {\"b\": 0, \"c\": 0, \"d\": 0, \"f\": 0}", "State: {\"b\": 0, \"c\": 0, \"d\": 3, \"f\": 0}", "State: {\"b\": 0, \"c\": 0, \"d\": 3, \"f\": 7}"], "answer": "f = 7"} -{"question": "b = 4\nb = c * b\nb = b // 10\nb = c\nb = 7\nb = c\nb = 9", "steps": ["State: {\"b\": 4, \"c\": -13}", "State: {\"b\": -52, \"c\": -13}", "State: {\"b\": -6, \"c\": -13}", "State: {\"b\": -13, \"c\": -13}", "State: {\"b\": 7, \"c\": -13}", "State: {\"b\": -13, \"c\": -13}", "State: {\"b\": 9, \"c\": -13}"], "answer": "b = 9"} -{"question": "c = 8\na = 7 - 2\nc = 7\na = c\na = c * 5\nc = 7 + 3\nc = 1", "steps": ["State: {\"a\": -8, \"c\": 8, \"d\": 10}", "State: {\"a\": 5, \"c\": 8, \"d\": 10}", "State: {\"a\": 5, \"c\": 7, \"d\": 10}", "State: {\"a\": 7, \"c\": 7, \"d\": 10}", "State: {\"a\": 35, \"c\": 7, \"d\": 10}", "State: {\"a\": 35, \"c\": 10, \"d\": 10}", "State: {\"a\": 35, \"c\": 1, \"d\": 10}"], "answer": "c = 1"} -{"question": "d = c\nb = d + b\nd = b + d\nd = 5\nc = 1\nc = 9 + 4\nb = 7 + b", "steps": ["State: {\"a\": 10, \"b\": 16, \"c\": -10, \"d\": -10}", "State: {\"a\": 10, \"b\": 6, \"c\": -10, \"d\": -10}", "State: {\"a\": 10, \"b\": 6, \"c\": -10, \"d\": -4}", "State: {\"a\": 10, \"b\": 6, \"c\": -10, \"d\": 5}", "State: {\"a\": 10, \"b\": 6, \"c\": 1, \"d\": 5}", "State: {\"a\": 10, \"b\": 6, \"c\": 13, \"d\": 5}", "State: {\"a\": 10, \"b\": 13, \"c\": 13, \"d\": 5}"], "answer": "b = 13"} -{"question": "b = d - 9\na = 2 - d\nb = a * d\na = 9 // d\nd = d\na = 7 * a\nb = 9", "steps": ["State: {\"a\": 3, \"b\": -12, \"d\": -3}", "State: {\"a\": 5, \"b\": -12, \"d\": -3}", "State: {\"a\": 5, \"b\": -15, \"d\": -3}", "State: {\"a\": -3, \"b\": -15, \"d\": -3}", "State: {\"a\": -3, \"b\": -15, \"d\": -3}", "State: {\"a\": -21, \"b\": -15, \"d\": -3}", "State: {\"a\": -21, \"b\": 9, \"d\": -3}"], "answer": "b = 9"} -{"question": "c = 6\nf = f\na = b\nc = 9 // b\nc = f\nb = 2\nf = f - b", "steps": ["State: {\"a\": 3, \"b\": -18, \"c\": 6, \"f\": -11}", "State: {\"a\": 3, \"b\": -18, \"c\": 6, \"f\": -11}", "State: {\"a\": -18, \"b\": -18, \"c\": 6, \"f\": -11}", "State: {\"a\": -18, \"b\": -18, \"c\": -1, \"f\": -11}", "State: {\"a\": -18, \"b\": -18, \"c\": -11, \"f\": -11}", "State: {\"a\": -18, \"b\": 2, \"c\": -11, \"f\": -11}", "State: {\"a\": -18, \"b\": 2, \"c\": -11, \"f\": -13}"], "answer": "f = -13"} -{"question": "f = c\nc = b\nc = 9\nf = b\nb = f\nc = 8\nb = 10", "steps": ["State: {\"b\": -19, \"c\": -15, \"f\": -15}", "State: {\"b\": -19, \"c\": -19, \"f\": -15}", "State: {\"b\": -19, \"c\": 9, \"f\": -15}", "State: {\"b\": -19, \"c\": 9, \"f\": -19}", "State: {\"b\": -19, \"c\": 9, \"f\": -19}", "State: {\"b\": -19, \"c\": 8, \"f\": -19}", "State: {\"b\": 10, \"c\": 8, \"f\": -19}"], "answer": "b = 10"} -{"question": "d = 3 // 5\nd = d\ne = d // e\nd = d\nd = 1 * e\nd = 1 * d\nd = d * 8", "steps": ["State: {\"d\": 0, \"e\": 5}", "State: {\"d\": 0, \"e\": 5}", "State: {\"d\": 0, \"e\": 0}", "State: {\"d\": 0, \"e\": 0}", "State: {\"d\": 0, \"e\": 0}", "State: {\"d\": 0, \"e\": 0}", "State: {\"d\": 0, \"e\": 0}"], "answer": "d = 0"} -{"question": "d = 6\nd = c * 5\nc = d\nb = 7\nb = d // d\nc = 4\nd = 5", "steps": ["State: {\"b\": -9, \"c\": -5, \"d\": 6}", "State: {\"b\": -9, \"c\": -5, \"d\": -25}", "State: {\"b\": -9, \"c\": -25, \"d\": -25}", "State: {\"b\": 7, \"c\": -25, \"d\": -25}", "State: {\"b\": 1, \"c\": -25, \"d\": -25}", "State: {\"b\": 1, \"c\": 4, \"d\": -25}", "State: {\"b\": 1, \"c\": 4, \"d\": 5}"], "answer": "d = 5"} -{"question": "b = 9 - 8\nd = 10\na = e\ne = 6\nd = 2\na = 6 + e\ne = 9 // 4", "steps": ["State: {\"a\": 11, \"b\": 1, \"d\": -11, \"e\": 5}", "State: {\"a\": 11, \"b\": 1, \"d\": 10, \"e\": 5}", "State: {\"a\": 5, \"b\": 1, \"d\": 10, \"e\": 5}", "State: {\"a\": 5, \"b\": 1, \"d\": 10, \"e\": 6}", "State: {\"a\": 5, \"b\": 1, \"d\": 2, \"e\": 6}", "State: {\"a\": 12, \"b\": 1, \"d\": 2, \"e\": 6}", "State: {\"a\": 12, \"b\": 1, \"d\": 2, \"e\": 2}"], "answer": "e = 2"} -{"question": "d = 9 + a\na = a * 5\nd = a\nd = 3\na = 5 - a\nd = a\na = a", "steps": ["State: {\"a\": 15, \"d\": 24}", "State: {\"a\": 75, \"d\": 24}", "State: {\"a\": 75, \"d\": 75}", "State: {\"a\": 75, \"d\": 3}", "State: {\"a\": -70, \"d\": 3}", "State: {\"a\": -70, \"d\": -70}", "State: {\"a\": -70, \"d\": -70}"], "answer": "a = -70"} -{"question": "b = 1 * 3\nb = f + 4\nf = 7 + 1\nb = b\nb = 10 - 10\nb = 3 * b\nb = f", "steps": ["State: {\"b\": 3, \"f\": 11}", "State: {\"b\": 15, \"f\": 11}", "State: {\"b\": 15, \"f\": 8}", "State: {\"b\": 15, \"f\": 8}", "State: {\"b\": 0, \"f\": 8}", "State: {\"b\": 0, \"f\": 8}", "State: {\"b\": 8, \"f\": 8}"], "answer": "b = 8"} -{"question": "b = d\nb = 6\nd = a\nb = 3 + a\na = b + 7\nd = 5 // b\nb = b + a", "steps": ["State: {\"a\": -18, \"b\": -8, \"d\": -8}", "State: {\"a\": -18, \"b\": 6, \"d\": -8}", "State: {\"a\": -18, \"b\": 6, \"d\": -18}", "State: {\"a\": -18, \"b\": -15, \"d\": -18}", "State: {\"a\": -8, \"b\": -15, \"d\": -18}", "State: {\"a\": -8, \"b\": -15, \"d\": -1}", "State: {\"a\": -8, \"b\": -23, \"d\": -1}"], "answer": "b = -23"} -{"question": "c = c\nc = b\nc = c\nb = 6\nc = 9 * c\nb = 4\nc = c", "steps": ["State: {\"b\": 14, \"c\": -17}", "State: {\"b\": 14, \"c\": 14}", "State: {\"b\": 14, \"c\": 14}", "State: {\"b\": 6, \"c\": 14}", "State: {\"b\": 6, \"c\": 126}", "State: {\"b\": 4, \"c\": 126}", "State: {\"b\": 4, \"c\": 126}"], "answer": "c = 126"} -{"question": "b = d\nd = e\nb = 5\ne = d * b\ne = d\nb = e\nb = d + 3", "steps": ["State: {\"b\": 16, \"d\": 16, \"e\": -10}", "State: {\"b\": 16, \"d\": -10, \"e\": -10}", "State: {\"b\": 5, \"d\": -10, \"e\": -10}", "State: {\"b\": 5, \"d\": -10, \"e\": -50}", "State: {\"b\": 5, \"d\": -10, \"e\": -10}", "State: {\"b\": -10, \"d\": -10, \"e\": -10}", "State: {\"b\": -7, \"d\": -10, \"e\": -10}"], "answer": "b = -7"} -{"question": "a = d\nd = a // 3\nd = d\nd = d * 8\nd = d * d\na = a * a\na = d * d", "steps": ["State: {\"a\": 6, \"d\": 6}", "State: {\"a\": 6, \"d\": 2}", "State: {\"a\": 6, \"d\": 2}", "State: {\"a\": 6, \"d\": 16}", "State: {\"a\": 6, \"d\": 256}", "State: {\"a\": 36, \"d\": 256}", "State: {\"a\": 65536, \"d\": 256}"], "answer": "a = 65536"} -{"question": "e = c\nc = c\nc = c\ne = 8\nb = 5 + 1\ne = b\nc = 9", "steps": ["State: {\"b\": 9, \"c\": 17, \"e\": 17}", "State: {\"b\": 9, \"c\": 17, \"e\": 17}", "State: {\"b\": 9, \"c\": 17, \"e\": 17}", "State: {\"b\": 9, \"c\": 17, \"e\": 8}", "State: {\"b\": 6, \"c\": 17, \"e\": 8}", "State: {\"b\": 6, \"c\": 17, \"e\": 6}", "State: {\"b\": 6, \"c\": 9, \"e\": 6}"], "answer": "c = 9"} -{"question": "f = 9\nb = f // b\nf = f\nf = f\nb = 10\nb = 10 + 1\nf = b + 8", "steps": ["State: {\"b\": -19, \"d\": 5, \"f\": 9}", "State: {\"b\": -1, \"d\": 5, \"f\": 9}", "State: {\"b\": -1, \"d\": 5, \"f\": 9}", "State: {\"b\": -1, \"d\": 5, \"f\": 9}", "State: {\"b\": 10, \"d\": 5, \"f\": 9}", "State: {\"b\": 11, \"d\": 5, \"f\": 9}", "State: {\"b\": 11, \"d\": 5, \"f\": 19}"], "answer": "f = 19"} -{"question": "b = b\ne = b // 6\nc = 2\nb = 9 + b\ne = b + e\ne = b - f\ne = f // b", "steps": ["State: {\"b\": -13, \"c\": 12, \"e\": 10, \"f\": 13}", "State: {\"b\": -13, \"c\": 12, \"e\": -3, \"f\": 13}", "State: {\"b\": -13, \"c\": 2, \"e\": -3, \"f\": 13}", "State: {\"b\": -4, \"c\": 2, \"e\": -3, \"f\": 13}", "State: {\"b\": -4, \"c\": 2, \"e\": -7, \"f\": 13}", "State: {\"b\": -4, \"c\": 2, \"e\": -17, \"f\": 13}", "State: {\"b\": -4, \"c\": 2, \"e\": -4, \"f\": 13}"], "answer": "e = -4"} -{"question": "d = c - d\nc = d\nc = d + c\nd = 5 // b\na = b - 10\nc = a * a\nc = c // 6", "steps": ["State: {\"a\": 17, \"b\": 15, \"c\": 1, \"d\": 6}", "State: {\"a\": 17, \"b\": 15, \"c\": 6, \"d\": 6}", "State: {\"a\": 17, \"b\": 15, \"c\": 12, \"d\": 6}", "State: {\"a\": 17, \"b\": 15, \"c\": 12, \"d\": 0}", "State: {\"a\": 5, \"b\": 15, \"c\": 12, \"d\": 0}", "State: {\"a\": 5, \"b\": 15, \"c\": 25, \"d\": 0}", "State: {\"a\": 5, \"b\": 15, \"c\": 4, \"d\": 0}"], "answer": "c = 4"} -{"question": "b = f\nb = f // 2\nd = f * 1\nd = d // d\nb = b + b\nb = 3 // 10\nf = f", "steps": ["State: {\"b\": -3, \"d\": 0, \"f\": -3}", "State: {\"b\": -2, \"d\": 0, \"f\": -3}", "State: {\"b\": -2, \"d\": -3, \"f\": -3}", "State: {\"b\": -2, \"d\": 1, \"f\": -3}", "State: {\"b\": -4, \"d\": 1, \"f\": -3}", "State: {\"b\": 0, \"d\": 1, \"f\": -3}", "State: {\"b\": 0, \"d\": 1, \"f\": -3}"], "answer": "f = -3"} -{"question": "a = c - a\na = 2\ne = c - 5\nc = e\ne = b + a\ne = 2 * b\na = 3", "steps": ["State: {\"a\": -17, \"b\": -11, \"c\": -5, \"e\": -13}", "State: {\"a\": 2, \"b\": -11, \"c\": -5, \"e\": -13}", "State: {\"a\": 2, \"b\": -11, \"c\": -5, \"e\": -10}", "State: {\"a\": 2, \"b\": -11, \"c\": -10, \"e\": -10}", "State: {\"a\": 2, \"b\": -11, \"c\": -10, \"e\": -9}", "State: {\"a\": 2, \"b\": -11, \"c\": -10, \"e\": -22}", "State: {\"a\": 3, \"b\": -11, \"c\": -10, \"e\": -22}"], "answer": "a = 3"} -{"question": "e = c\nd = c\nc = 7\nc = 10 // 9\nf = 7 // 9\nf = e + d\nc = 4 // e", "steps": ["State: {\"c\": -19, \"d\": 15, \"e\": -19, \"f\": -2}", "State: {\"c\": -19, \"d\": -19, \"e\": -19, \"f\": -2}", "State: {\"c\": 7, \"d\": -19, \"e\": -19, \"f\": -2}", "State: {\"c\": 1, \"d\": -19, \"e\": -19, \"f\": -2}", "State: {\"c\": 1, \"d\": -19, \"e\": -19, \"f\": 0}", "State: {\"c\": 1, \"d\": -19, \"e\": -19, \"f\": -38}", "State: {\"c\": -1, \"d\": -19, \"e\": -19, \"f\": -38}"], "answer": "c = -1"} -{"question": "d = a\nd = d\nd = a\nd = 5\nd = a * a\nd = d\nd = a + 7", "steps": ["State: {\"a\": -10, \"d\": -10}", "State: {\"a\": -10, \"d\": -10}", "State: {\"a\": -10, \"d\": -10}", "State: {\"a\": -10, \"d\": 5}", "State: {\"a\": -10, \"d\": 100}", "State: {\"a\": -10, \"d\": 100}", "State: {\"a\": -10, \"d\": -3}"], "answer": "d = -3"} -{"question": "d = f\na = 1\nf = c\nc = 4 * f\nc = a - f\nc = a // c\nf = f - d", "steps": ["State: {\"a\": 10, \"c\": 14, \"d\": -10, \"f\": -10}", "State: {\"a\": 1, \"c\": 14, \"d\": -10, \"f\": -10}", "State: {\"a\": 1, \"c\": 14, \"d\": -10, \"f\": 14}", "State: {\"a\": 1, \"c\": 56, \"d\": -10, \"f\": 14}", "State: {\"a\": 1, \"c\": -13, \"d\": -10, \"f\": 14}", "State: {\"a\": 1, \"c\": -1, \"d\": -10, \"f\": 14}", "State: {\"a\": 1, \"c\": -1, \"d\": -10, \"f\": 24}"], "answer": "f = 24"} -{"question": "f = 8\ne = 4\nb = 8\nc = 1 * 10\nb = e * c\nc = c\ne = b * b", "steps": ["State: {\"b\": 3, \"c\": 1, \"e\": -16, \"f\": 8}", "State: {\"b\": 3, \"c\": 1, \"e\": 4, \"f\": 8}", "State: {\"b\": 8, \"c\": 1, \"e\": 4, \"f\": 8}", "State: {\"b\": 8, \"c\": 10, \"e\": 4, \"f\": 8}", "State: {\"b\": 40, \"c\": 10, \"e\": 4, \"f\": 8}", "State: {\"b\": 40, \"c\": 10, \"e\": 4, \"f\": 8}", "State: {\"b\": 40, \"c\": 10, \"e\": 1600, \"f\": 8}"], "answer": "e = 1600"} -{"question": "e = 5\ne = f * 1\nf = e + 10\nf = e - 6\ne = e\nf = f\nf = 6 + f", "steps": ["State: {\"e\": 5, \"f\": 0}", "State: {\"e\": 0, \"f\": 0}", "State: {\"e\": 0, \"f\": 10}", "State: {\"e\": 0, \"f\": -6}", "State: {\"e\": 0, \"f\": -6}", "State: {\"e\": 0, \"f\": -6}", "State: {\"e\": 0, \"f\": 0}"], "answer": "f = 0"} -{"question": "c = c // c\nd = 1\nc = d - c\nd = c\nc = 1 + 4\nd = 4 + c\nd = 4", "steps": ["State: {\"c\": 1, \"d\": -7}", "State: {\"c\": 1, \"d\": 1}", "State: {\"c\": 0, \"d\": 1}", "State: {\"c\": 0, \"d\": 0}", "State: {\"c\": 5, \"d\": 0}", "State: {\"c\": 5, \"d\": 9}", "State: {\"c\": 5, \"d\": 4}"], "answer": "d = 4"} -{"question": "f = d - e\ne = 1 - f\nc = f - e\nd = f\nc = 5\ne = f - d\ne = f // c", "steps": ["State: {\"c\": 2, \"d\": -12, \"e\": -12, \"f\": 0}", "State: {\"c\": 2, \"d\": -12, \"e\": 1, \"f\": 0}", "State: {\"c\": -1, \"d\": -12, \"e\": 1, \"f\": 0}", "State: {\"c\": -1, \"d\": 0, \"e\": 1, \"f\": 0}", "State: {\"c\": 5, \"d\": 0, \"e\": 1, \"f\": 0}", "State: {\"c\": 5, \"d\": 0, \"e\": 0, \"f\": 0}", "State: {\"c\": 5, \"d\": 0, \"e\": 0, \"f\": 0}"], "answer": "e = 0"} -{"question": "f = 10 * a\nf = 9\nc = a * 10\na = 6 + d\nd = 10\nd = 3\nc = f", "steps": ["State: {\"a\": 15, \"c\": -14, \"d\": 9, \"f\": 150}", "State: {\"a\": 15, \"c\": -14, \"d\": 9, \"f\": 9}", "State: {\"a\": 15, \"c\": 150, \"d\": 9, \"f\": 9}", "State: {\"a\": 15, \"c\": 150, \"d\": 9, \"f\": 9}", "State: {\"a\": 15, \"c\": 150, \"d\": 10, \"f\": 9}", "State: {\"a\": 15, \"c\": 150, \"d\": 3, \"f\": 9}", "State: {\"a\": 15, \"c\": 9, \"d\": 3, \"f\": 9}"], "answer": "c = 9"} -{"question": "b = 6\nf = 6 // 4\nf = f\nd = d // 2\na = b\na = 6 + b\nf = 8 // d", "steps": ["State: {\"a\": -19, \"b\": 6, \"d\": 2, \"f\": 17}", "State: {\"a\": -19, \"b\": 6, \"d\": 2, \"f\": 1}", "State: {\"a\": -19, \"b\": 6, \"d\": 2, \"f\": 1}", "State: {\"a\": -19, \"b\": 6, \"d\": 1, \"f\": 1}", "State: {\"a\": 6, \"b\": 6, \"d\": 1, \"f\": 1}", "State: {\"a\": 12, \"b\": 6, \"d\": 1, \"f\": 1}", "State: {\"a\": 12, \"b\": 6, \"d\": 1, \"f\": 8}"], "answer": "f = 8"} -{"question": "d = 7 * e\nd = 10\ne = 7 * 8\nd = 7 - 1\ne = d // 10\nd = 4\nd = 9 - 9", "steps": ["State: {\"b\": -11, \"d\": 28, \"e\": 4}", "State: {\"b\": -11, \"d\": 10, \"e\": 4}", "State: {\"b\": -11, \"d\": 10, \"e\": 56}", "State: {\"b\": -11, \"d\": 6, \"e\": 56}", "State: {\"b\": -11, \"d\": 6, \"e\": 0}", "State: {\"b\": -11, \"d\": 4, \"e\": 0}", "State: {\"b\": -11, \"d\": 0, \"e\": 0}"], "answer": "d = 0"} -{"question": "d = 4 * c\nc = a\na = 1\nf = 7 * 9\na = a\nf = 7\nd = f", "steps": ["State: {\"a\": -9, \"c\": 4, \"d\": 16, \"f\": 19}", "State: {\"a\": -9, \"c\": -9, \"d\": 16, \"f\": 19}", "State: {\"a\": 1, \"c\": -9, \"d\": 16, \"f\": 19}", "State: {\"a\": 1, \"c\": -9, \"d\": 16, \"f\": 63}", "State: {\"a\": 1, \"c\": -9, \"d\": 16, \"f\": 63}", "State: {\"a\": 1, \"c\": -9, \"d\": 16, \"f\": 7}", "State: {\"a\": 1, \"c\": -9, \"d\": 7, \"f\": 7}"], "answer": "d = 7"} -{"question": "a = d\nd = d\na = a - d\nd = a\na = 2 + 2\nd = d * a\nd = a", "steps": ["State: {\"a\": -14, \"d\": -14}", "State: {\"a\": -14, \"d\": -14}", "State: {\"a\": 0, \"d\": -14}", "State: {\"a\": 0, \"d\": 0}", "State: {\"a\": 4, \"d\": 0}", "State: {\"a\": 4, \"d\": 0}", "State: {\"a\": 4, \"d\": 4}"], "answer": "d = 4"} -{"question": "d = 4\nc = a * 7\na = 3 - d\na = 1 - 5\nc = a // d\nc = 3 + 1\na = 2 // d", "steps": ["State: {\"a\": 17, \"c\": 20, \"d\": 4}", "State: {\"a\": 17, \"c\": 119, \"d\": 4}", "State: {\"a\": -1, \"c\": 119, \"d\": 4}", "State: {\"a\": -4, \"c\": 119, \"d\": 4}", "State: {\"a\": -4, \"c\": -1, \"d\": 4}", "State: {\"a\": -4, \"c\": 4, \"d\": 4}", "State: {\"a\": 0, \"c\": 4, \"d\": 4}"], "answer": "a = 0"} -{"question": "f = 3 // d\nf = 10 * f\nf = 7 // 6\nf = 5\nf = d\nf = d\nd = 10", "steps": ["State: {\"d\": -13, \"f\": -1}", "State: {\"d\": -13, \"f\": -10}", "State: {\"d\": -13, \"f\": 1}", "State: {\"d\": -13, \"f\": 5}", "State: {\"d\": -13, \"f\": -13}", "State: {\"d\": -13, \"f\": -13}", "State: {\"d\": 10, \"f\": -13}"], "answer": "d = 10"} -{"question": "e = 4 // e\na = e // 7\ne = 1\na = a\ne = 2 + a\na = 10 + 3\ne = a * e", "steps": ["State: {\"a\": 18, \"e\": -1}", "State: {\"a\": -1, \"e\": -1}", "State: {\"a\": -1, \"e\": 1}", "State: {\"a\": -1, \"e\": 1}", "State: {\"a\": -1, \"e\": 1}", "State: {\"a\": 13, \"e\": 1}", "State: {\"a\": 13, \"e\": 13}"], "answer": "e = 13"} -{"question": "e = e\nd = c\ne = d\nd = d // e\nd = 4 // d\nd = d\nd = e", "steps": ["State: {\"c\": -13, \"d\": 10, \"e\": -3}", "State: {\"c\": -13, \"d\": -13, \"e\": -3}", "State: {\"c\": -13, \"d\": -13, \"e\": -13}", "State: {\"c\": -13, \"d\": 1, \"e\": -13}", "State: {\"c\": -13, \"d\": 4, \"e\": -13}", "State: {\"c\": -13, \"d\": 4, \"e\": -13}", "State: {\"c\": -13, \"d\": -13, \"e\": -13}"], "answer": "d = -13"} -{"question": "e = 2 - 2\nb = 4 - 5\nb = 7\na = 5 * 3\nb = e\nd = 7\na = d + 10", "steps": ["State: {\"a\": 7, \"b\": 1, \"d\": 3, \"e\": 0}", "State: {\"a\": 7, \"b\": -1, \"d\": 3, \"e\": 0}", "State: {\"a\": 7, \"b\": 7, \"d\": 3, \"e\": 0}", "State: {\"a\": 15, \"b\": 7, \"d\": 3, \"e\": 0}", "State: {\"a\": 15, \"b\": 0, \"d\": 3, \"e\": 0}", "State: {\"a\": 15, \"b\": 0, \"d\": 7, \"e\": 0}", "State: {\"a\": 17, \"b\": 0, \"d\": 7, \"e\": 0}"], "answer": "a = 17"} -{"question": "e = f // 10\ne = c\nc = 5\nc = 1\nf = e - f\nf = 1\ne = e", "steps": ["State: {\"a\": 2, \"c\": -20, \"e\": 1, \"f\": 19}", "State: {\"a\": 2, \"c\": -20, \"e\": -20, \"f\": 19}", "State: {\"a\": 2, \"c\": 5, \"e\": -20, \"f\": 19}", "State: {\"a\": 2, \"c\": 1, \"e\": -20, \"f\": 19}", "State: {\"a\": 2, \"c\": 1, \"e\": -20, \"f\": -39}", "State: {\"a\": 2, \"c\": 1, \"e\": -20, \"f\": 1}", "State: {\"a\": 2, \"c\": 1, \"e\": -20, \"f\": 1}"], "answer": "e = -20"} -{"question": "b = b - c\nb = a\nd = b\nd = b\nc = 2 // c\nd = 4\nc = b + d", "steps": ["State: {\"a\": 9, \"b\": 28, \"c\": -20, \"d\": 15}", "State: {\"a\": 9, \"b\": 9, \"c\": -20, \"d\": 15}", "State: {\"a\": 9, \"b\": 9, \"c\": -20, \"d\": 9}", "State: {\"a\": 9, \"b\": 9, \"c\": -20, \"d\": 9}", "State: {\"a\": 9, \"b\": 9, \"c\": -1, \"d\": 9}", "State: {\"a\": 9, \"b\": 9, \"c\": -1, \"d\": 4}", "State: {\"a\": 9, \"b\": 9, \"c\": 13, \"d\": 4}"], "answer": "c = 13"} -{"question": "a = a * c\na = d\nd = b + 2\nb = c // 1\na = a + b\nb = a\nd = c", "steps": ["State: {\"a\": -48, \"b\": -15, \"c\": -12, \"d\": -6}", "State: {\"a\": -6, \"b\": -15, \"c\": -12, \"d\": -6}", "State: {\"a\": -6, \"b\": -15, \"c\": -12, \"d\": -13}", "State: {\"a\": -6, \"b\": -12, \"c\": -12, \"d\": -13}", "State: {\"a\": -18, \"b\": -12, \"c\": -12, \"d\": -13}", "State: {\"a\": -18, \"b\": -18, \"c\": -12, \"d\": -13}", "State: {\"a\": -18, \"b\": -18, \"c\": -12, \"d\": -12}"], "answer": "d = -12"} -{"question": "e = e\ne = e - d\nd = d // 9\ne = d\ne = d\nd = 1\nd = d", "steps": ["State: {\"d\": 0, \"e\": 14}", "State: {\"d\": 0, \"e\": 14}", "State: {\"d\": 0, \"e\": 14}", "State: {\"d\": 0, \"e\": 0}", "State: {\"d\": 0, \"e\": 0}", "State: {\"d\": 1, \"e\": 0}", "State: {\"d\": 1, \"e\": 0}"], "answer": "d = 1"} -{"question": "a = b\ne = 2 // e\nb = 8 - e\na = b\nd = 6\ne = b\ne = e + 3", "steps": ["State: {\"a\": 1, \"b\": 1, \"d\": 2, \"e\": -18}", "State: {\"a\": 1, \"b\": 1, \"d\": 2, \"e\": -1}", "State: {\"a\": 1, \"b\": 9, \"d\": 2, \"e\": -1}", "State: {\"a\": 9, \"b\": 9, \"d\": 2, \"e\": -1}", "State: {\"a\": 9, \"b\": 9, \"d\": 6, \"e\": -1}", "State: {\"a\": 9, \"b\": 9, \"d\": 6, \"e\": 9}", "State: {\"a\": 9, \"b\": 9, \"d\": 6, \"e\": 12}"], "answer": "e = 12"} -{"question": "f = 2 - a\nf = 3 * 2\nb = 6 + 9\nf = f - 2\nf = a\nb = a\nb = b * f", "steps": ["State: {\"a\": 11, \"b\": -9, \"f\": -9}", "State: {\"a\": 11, \"b\": -9, \"f\": 6}", "State: {\"a\": 11, \"b\": 15, \"f\": 6}", "State: {\"a\": 11, \"b\": 15, \"f\": 4}", "State: {\"a\": 11, \"b\": 15, \"f\": 11}", "State: {\"a\": 11, \"b\": 11, \"f\": 11}", "State: {\"a\": 11, \"b\": 121, \"f\": 11}"], "answer": "b = 121"} -{"question": "f = 1 * f\nc = f\nd = d\nc = f\nc = d - 3\nf = 6\nd = c // 7", "steps": ["State: {\"c\": -12, \"d\": 0, \"f\": -20}", "State: {\"c\": -20, \"d\": 0, \"f\": -20}", "State: {\"c\": -20, \"d\": 0, \"f\": -20}", "State: {\"c\": -20, \"d\": 0, \"f\": -20}", "State: {\"c\": -3, \"d\": 0, \"f\": -20}", "State: {\"c\": -3, \"d\": 0, \"f\": 6}", "State: {\"c\": -3, \"d\": -1, \"f\": 6}"], "answer": "d = -1"} -{"question": "c = c + 3\ne = f * e\nb = 6 // e\nc = b // c\nb = b\nf = b\nf = 9 // 8", "steps": ["State: {\"b\": 14, \"c\": 12, \"e\": 14, \"f\": 2}", "State: {\"b\": 14, \"c\": 12, \"e\": 28, \"f\": 2}", "State: {\"b\": 0, \"c\": 12, \"e\": 28, \"f\": 2}", "State: {\"b\": 0, \"c\": 0, \"e\": 28, \"f\": 2}", "State: {\"b\": 0, \"c\": 0, \"e\": 28, \"f\": 2}", "State: {\"b\": 0, \"c\": 0, \"e\": 28, \"f\": 0}", "State: {\"b\": 0, \"c\": 0, \"e\": 28, \"f\": 1}"], "answer": "f = 1"} -{"question": "d = 1\nf = d * d\nd = f\nd = 2 * f\nf = 10 * d\nf = 4\nd = 7 // d", "steps": ["State: {\"d\": 1, \"f\": 14}", "State: {\"d\": 1, \"f\": 1}", "State: {\"d\": 1, \"f\": 1}", "State: {\"d\": 2, \"f\": 1}", "State: {\"d\": 2, \"f\": 20}", "State: {\"d\": 2, \"f\": 4}", "State: {\"d\": 3, \"f\": 4}"], "answer": "d = 3"} -{"question": "d = f\nf = f\nd = d * f\na = a\nd = 1\nd = f // 3\nd = d * a", "steps": ["State: {\"a\": 20, \"d\": 15, \"f\": 15}", "State: {\"a\": 20, \"d\": 15, \"f\": 15}", "State: {\"a\": 20, \"d\": 225, \"f\": 15}", "State: {\"a\": 20, \"d\": 225, \"f\": 15}", "State: {\"a\": 20, \"d\": 1, \"f\": 15}", "State: {\"a\": 20, \"d\": 5, \"f\": 15}", "State: {\"a\": 20, \"d\": 100, \"f\": 15}"], "answer": "d = 100"} -{"question": "f = f\nc = 1 * 8\nf = 4\nc = e * 2\nf = c\nf = f * 3\nf = e + 4", "steps": ["State: {\"c\": 4, \"e\": 9, \"f\": 15}", "State: {\"c\": 8, \"e\": 9, \"f\": 15}", "State: {\"c\": 8, \"e\": 9, \"f\": 4}", "State: {\"c\": 18, \"e\": 9, \"f\": 4}", "State: {\"c\": 18, \"e\": 9, \"f\": 18}", "State: {\"c\": 18, \"e\": 9, \"f\": 54}", "State: {\"c\": 18, \"e\": 9, \"f\": 13}"], "answer": "f = 13"} -{"question": "f = d\nf = 10 + 3\nf = d // 7\nf = d\nf = 7\nd = d\nd = 1 - 6", "steps": ["State: {\"d\": -19, \"f\": -19}", "State: {\"d\": -19, \"f\": 13}", "State: {\"d\": -19, \"f\": -3}", "State: {\"d\": -19, \"f\": -19}", "State: {\"d\": -19, \"f\": 7}", "State: {\"d\": -19, \"f\": 7}", "State: {\"d\": -5, \"f\": 7}"], "answer": "d = -5"} -{"question": "a = 3\nf = f\nb = f\nd = 9\nf = a - 2\na = 9 // a\nb = 8 * a", "steps": ["State: {\"a\": 3, \"b\": -4, \"d\": 4, \"f\": -8}", "State: {\"a\": 3, \"b\": -4, \"d\": 4, \"f\": -8}", "State: {\"a\": 3, \"b\": -8, \"d\": 4, \"f\": -8}", "State: {\"a\": 3, \"b\": -8, \"d\": 9, \"f\": -8}", "State: {\"a\": 3, \"b\": -8, \"d\": 9, \"f\": 1}", "State: {\"a\": 3, \"b\": -8, \"d\": 9, \"f\": 1}", "State: {\"a\": 3, \"b\": 24, \"d\": 9, \"f\": 1}"], "answer": "b = 24"} -{"question": "f = f * 7\nb = b - b\nb = 8\nf = f\nb = b + 6\nf = b\nb = 1 * f", "steps": ["State: {\"b\": 10, \"f\": 21}", "State: {\"b\": 0, \"f\": 21}", "State: {\"b\": 8, \"f\": 21}", "State: {\"b\": 8, \"f\": 21}", "State: {\"b\": 14, \"f\": 21}", "State: {\"b\": 14, \"f\": 14}", "State: {\"b\": 14, \"f\": 14}"], "answer": "b = 14"} -{"question": "a = 7\ne = f * b\ne = e\na = 5 + f\na = e\nb = e\na = f // 9", "steps": ["State: {\"a\": 7, \"b\": 0, \"e\": -17, \"f\": -4}", "State: {\"a\": 7, \"b\": 0, \"e\": 0, \"f\": -4}", "State: {\"a\": 7, \"b\": 0, \"e\": 0, \"f\": -4}", "State: {\"a\": 1, \"b\": 0, \"e\": 0, \"f\": -4}", "State: {\"a\": 0, \"b\": 0, \"e\": 0, \"f\": -4}", "State: {\"a\": 0, \"b\": 0, \"e\": 0, \"f\": -4}", "State: {\"a\": -1, \"b\": 0, \"e\": 0, \"f\": -4}"], "answer": "a = -1"} -{"question": "d = e // 8\nd = b\ne = 4 * e\nb = e\nd = e - b\ne = 6 + d\nb = e * 5", "steps": ["State: {\"b\": 5, \"d\": 0, \"e\": 3}", "State: {\"b\": 5, \"d\": 5, \"e\": 3}", "State: {\"b\": 5, \"d\": 5, \"e\": 12}", "State: {\"b\": 12, \"d\": 5, \"e\": 12}", "State: {\"b\": 12, \"d\": 0, \"e\": 12}", "State: {\"b\": 12, \"d\": 0, \"e\": 6}", "State: {\"b\": 30, \"d\": 0, \"e\": 6}"], "answer": "b = 30"} -{"question": "d = d\nd = 9\na = c\nc = 10 // 7\nc = 7\nc = a // c\nc = a", "steps": ["State: {\"a\": -10, \"c\": -11, \"d\": -2}", "State: {\"a\": -10, \"c\": -11, \"d\": 9}", "State: {\"a\": -11, \"c\": -11, \"d\": 9}", "State: {\"a\": -11, \"c\": 1, \"d\": 9}", "State: {\"a\": -11, \"c\": 7, \"d\": 9}", "State: {\"a\": -11, \"c\": -2, \"d\": 9}", "State: {\"a\": -11, \"c\": -11, \"d\": 9}"], "answer": "c = -11"} -{"question": "a = d\ne = 9 + 3\nd = 8 - f\ne = a + 4\na = a // a\ne = 7\nf = e", "steps": ["State: {\"a\": -13, \"d\": -13, \"e\": -5, \"f\": -2}", "State: {\"a\": -13, \"d\": -13, \"e\": 12, \"f\": -2}", "State: {\"a\": -13, \"d\": 10, \"e\": 12, \"f\": -2}", "State: {\"a\": -13, \"d\": 10, \"e\": -9, \"f\": -2}", "State: {\"a\": 1, \"d\": 10, \"e\": -9, \"f\": -2}", "State: {\"a\": 1, \"d\": 10, \"e\": 7, \"f\": -2}", "State: {\"a\": 1, \"d\": 10, \"e\": 7, \"f\": 7}"], "answer": "f = 7"} -{"question": "d = 2\nc = 8 * 4\nd = c\nc = 7\nd = d\nd = d - c\nc = 5", "steps": ["State: {\"c\": 0, \"d\": 2}", "State: {\"c\": 32, \"d\": 2}", "State: {\"c\": 32, \"d\": 32}", "State: {\"c\": 7, \"d\": 32}", "State: {\"c\": 7, \"d\": 32}", "State: {\"c\": 7, \"d\": 25}", "State: {\"c\": 5, \"d\": 25}"], "answer": "c = 5"} -{"question": "b = f\nb = c\nb = b // 2\nc = a * b\nb = 1 - a\nc = f\na = 3", "steps": ["State: {\"a\": 19, \"b\": -16, \"c\": -12, \"f\": -16}", "State: {\"a\": 19, \"b\": -12, \"c\": -12, \"f\": -16}", "State: {\"a\": 19, \"b\": -6, \"c\": -12, \"f\": -16}", "State: {\"a\": 19, \"b\": -6, \"c\": -114, \"f\": -16}", "State: {\"a\": 19, \"b\": -18, \"c\": -114, \"f\": -16}", "State: {\"a\": 19, \"b\": -18, \"c\": -16, \"f\": -16}", "State: {\"a\": 3, \"b\": -18, \"c\": -16, \"f\": -16}"], "answer": "a = 3"} -{"question": "a = a + 9\na = a\nb = 10 // 7\nb = 9\na = b // b\nb = b // 5\na = b + 7", "steps": ["State: {\"a\": -5, \"b\": -13}", "State: {\"a\": -5, \"b\": -13}", "State: {\"a\": -5, \"b\": 1}", "State: {\"a\": -5, \"b\": 9}", "State: {\"a\": 1, \"b\": 9}", "State: {\"a\": 1, \"b\": 1}", "State: {\"a\": 8, \"b\": 1}"], "answer": "a = 8"} -{"question": "c = b // b\nb = b\ne = c\nb = c\ne = 1\nb = 7 + b\nc = 5 - c", "steps": ["State: {\"b\": -14, \"c\": 1, \"e\": 2}", "State: {\"b\": -14, \"c\": 1, \"e\": 2}", "State: {\"b\": -14, \"c\": 1, \"e\": 1}", "State: {\"b\": 1, \"c\": 1, \"e\": 1}", "State: {\"b\": 1, \"c\": 1, \"e\": 1}", "State: {\"b\": 8, \"c\": 1, \"e\": 1}", "State: {\"b\": 8, \"c\": 4, \"e\": 1}"], "answer": "c = 4"} -{"question": "f = a\nf = d - 1\nc = 2 + 9\nc = c // 4\nd = c\nd = 2 // a\nd = c + a", "steps": ["State: {\"a\": 17, \"c\": 3, \"d\": -16, \"f\": 17}", "State: {\"a\": 17, \"c\": 3, \"d\": -16, \"f\": -17}", "State: {\"a\": 17, \"c\": 11, \"d\": -16, \"f\": -17}", "State: {\"a\": 17, \"c\": 2, \"d\": -16, \"f\": -17}", "State: {\"a\": 17, \"c\": 2, \"d\": 2, \"f\": -17}", "State: {\"a\": 17, \"c\": 2, \"d\": 0, \"f\": -17}", "State: {\"a\": 17, \"c\": 2, \"d\": 19, \"f\": -17}"], "answer": "d = 19"} -{"question": "d = 7 * 4\nd = b\nd = 3 - 3\nb = d\nd = b + 3\nb = b * d\nb = d // 8", "steps": ["State: {\"b\": -11, \"d\": 28}", "State: {\"b\": -11, \"d\": -11}", "State: {\"b\": -11, \"d\": 0}", "State: {\"b\": 0, \"d\": 0}", "State: {\"b\": 0, \"d\": 3}", "State: {\"b\": 0, \"d\": 3}", "State: {\"b\": 0, \"d\": 3}"], "answer": "b = 0"} -{"question": "a = c + a\na = c - 9\na = c\nc = 8\nc = a - a\nc = a * c\na = 3 * c", "steps": ["State: {\"a\": -1, \"c\": -7}", "State: {\"a\": -16, \"c\": -7}", "State: {\"a\": -7, \"c\": -7}", "State: {\"a\": -7, \"c\": 8}", "State: {\"a\": -7, \"c\": 0}", "State: {\"a\": -7, \"c\": 0}", "State: {\"a\": 0, \"c\": 0}"], "answer": "a = 0"} -{"question": "d = d\nb = b * 10\nd = 6 // 6\nd = e\ne = e - b\nd = 7\ne = 4 * 7", "steps": ["State: {\"b\": 5, \"d\": 19, \"e\": 10}", "State: {\"b\": 50, \"d\": 19, \"e\": 10}", "State: {\"b\": 50, \"d\": 1, \"e\": 10}", "State: {\"b\": 50, \"d\": 10, \"e\": 10}", "State: {\"b\": 50, \"d\": 10, \"e\": -40}", "State: {\"b\": 50, \"d\": 7, \"e\": -40}", "State: {\"b\": 50, \"d\": 7, \"e\": 28}"], "answer": "e = 28"} -{"question": "b = 10\nf = c + a\nb = b - a\nc = 10 + 7\na = b + b\na = b\nc = b", "steps": ["State: {\"a\": 20, \"b\": 10, \"c\": -4, \"f\": 11}", "State: {\"a\": 20, \"b\": 10, \"c\": -4, \"f\": 16}", "State: {\"a\": 20, \"b\": -10, \"c\": -4, \"f\": 16}", "State: {\"a\": 20, \"b\": -10, \"c\": 17, \"f\": 16}", "State: {\"a\": -20, \"b\": -10, \"c\": 17, \"f\": 16}", "State: {\"a\": -10, \"b\": -10, \"c\": 17, \"f\": 16}", "State: {\"a\": -10, \"b\": -10, \"c\": -10, \"f\": 16}"], "answer": "c = -10"} -{"question": "d = 2\nd = a // d\nb = d + 9\nd = b * b\na = 9\nb = 1 - b\nb = a", "steps": ["State: {\"a\": 19, \"b\": 0, \"d\": 2}", "State: {\"a\": 19, \"b\": 0, \"d\": 9}", "State: {\"a\": 19, \"b\": 18, \"d\": 9}", "State: {\"a\": 19, \"b\": 18, \"d\": 324}", "State: {\"a\": 9, \"b\": 18, \"d\": 324}", "State: {\"a\": 9, \"b\": -17, \"d\": 324}", "State: {\"a\": 9, \"b\": 9, \"d\": 324}"], "answer": "b = 9"} -{"question": "a = 6 - a\nf = a\na = 2\nd = a\nf = f\na = f\nd = f", "steps": ["State: {\"a\": 9, \"d\": -20, \"f\": -11}", "State: {\"a\": 9, \"d\": -20, \"f\": 9}", "State: {\"a\": 2, \"d\": -20, \"f\": 9}", "State: {\"a\": 2, \"d\": 2, \"f\": 9}", "State: {\"a\": 2, \"d\": 2, \"f\": 9}", "State: {\"a\": 9, \"d\": 2, \"f\": 9}", "State: {\"a\": 9, \"d\": 9, \"f\": 9}"], "answer": "d = 9"} -{"question": "f = f\ne = 1\nf = f\ne = e // f\ne = f // f\ne = 8\ne = 2", "steps": ["State: {\"e\": 5, \"f\": 9}", "State: {\"e\": 1, \"f\": 9}", "State: {\"e\": 1, \"f\": 9}", "State: {\"e\": 0, \"f\": 9}", "State: {\"e\": 1, \"f\": 9}", "State: {\"e\": 8, \"f\": 9}", "State: {\"e\": 2, \"f\": 9}"], "answer": "e = 2"} -{"question": "d = f * a\nd = 3\nc = f + d\nc = c + c\nc = a // 4\nd = f + d\na = 10 + 8", "steps": ["State: {\"a\": 7, \"c\": -4, \"d\": -42, \"f\": -6}", "State: {\"a\": 7, \"c\": -4, \"d\": 3, \"f\": -6}", "State: {\"a\": 7, \"c\": -3, \"d\": 3, \"f\": -6}", "State: {\"a\": 7, \"c\": -6, \"d\": 3, \"f\": -6}", "State: {\"a\": 7, \"c\": 1, \"d\": 3, \"f\": -6}", "State: {\"a\": 7, \"c\": 1, \"d\": -3, \"f\": -6}", "State: {\"a\": 18, \"c\": 1, \"d\": -3, \"f\": -6}"], "answer": "a = 18"} -{"question": "b = 6 // 5\nb = 10\na = a\nb = 10 * b\na = a\nb = b + 2\na = b // b", "steps": ["State: {\"a\": -17, \"b\": 1}", "State: {\"a\": -17, \"b\": 10}", "State: {\"a\": -17, \"b\": 10}", "State: {\"a\": -17, \"b\": 100}", "State: {\"a\": -17, \"b\": 100}", "State: {\"a\": -17, \"b\": 102}", "State: {\"a\": 1, \"b\": 102}"], "answer": "a = 1"} -{"question": "e = e + 6\nc = c\ne = c\ne = 8 // 7\ne = e + 10\nc = 6 - e\ne = 6", "steps": ["State: {\"c\": -16, \"e\": -11}", "State: {\"c\": -16, \"e\": -11}", "State: {\"c\": -16, \"e\": -16}", "State: {\"c\": -16, \"e\": 1}", "State: {\"c\": -16, \"e\": 11}", "State: {\"c\": -5, \"e\": 11}", "State: {\"c\": -5, \"e\": 6}"], "answer": "e = 6"} -{"question": "d = 7\ne = 7\ne = d\ne = 9\ne = 6\ne = e\nd = e", "steps": ["State: {\"d\": 7, \"e\": -1}", "State: {\"d\": 7, \"e\": 7}", "State: {\"d\": 7, \"e\": 7}", "State: {\"d\": 7, \"e\": 9}", "State: {\"d\": 7, \"e\": 6}", "State: {\"d\": 7, \"e\": 6}", "State: {\"d\": 6, \"e\": 6}"], "answer": "d = 6"} -{"question": "e = 8\ne = b\nb = 7 * 5\ne = 7 + 5\nb = b * b\ne = 7\ne = e", "steps": ["State: {\"b\": 2, \"e\": 8}", "State: {\"b\": 2, \"e\": 2}", "State: {\"b\": 35, \"e\": 2}", "State: {\"b\": 35, \"e\": 12}", "State: {\"b\": 1225, \"e\": 12}", "State: {\"b\": 1225, \"e\": 7}", "State: {\"b\": 1225, \"e\": 7}"], "answer": "e = 7"} -{"question": "b = e + b\nc = d\ne = 7 - d\ne = 5\ne = 5 // b\nc = 2 + e\nb = 4", "steps": ["State: {\"b\": -33, \"c\": 6, \"d\": -20, \"e\": -17}", "State: {\"b\": -33, \"c\": -20, \"d\": -20, \"e\": -17}", "State: {\"b\": -33, \"c\": -20, \"d\": -20, \"e\": 27}", "State: {\"b\": -33, \"c\": -20, \"d\": -20, \"e\": 5}", "State: {\"b\": -33, \"c\": -20, \"d\": -20, \"e\": -1}", "State: {\"b\": -33, \"c\": 1, \"d\": -20, \"e\": -1}", "State: {\"b\": 4, \"c\": 1, \"d\": -20, \"e\": -1}"], "answer": "b = 4"} -{"question": "d = 6\nc = 3\nc = 4\nc = 4\nf = f + f\nc = d\nc = f // 9", "steps": ["State: {\"c\": 17, \"d\": 6, \"f\": 9}", "State: {\"c\": 3, \"d\": 6, \"f\": 9}", "State: {\"c\": 4, \"d\": 6, \"f\": 9}", "State: {\"c\": 4, \"d\": 6, \"f\": 9}", "State: {\"c\": 4, \"d\": 6, \"f\": 18}", "State: {\"c\": 6, \"d\": 6, \"f\": 18}", "State: {\"c\": 2, \"d\": 6, \"f\": 18}"], "answer": "c = 2"} -{"question": "a = a\na = a\na = 7 // b\nd = d // d\ne = 7 * 3\ne = d\nd = 9 - b", "steps": ["State: {\"a\": -15, \"b\": -11, \"d\": 19, \"e\": 12}", "State: {\"a\": -15, \"b\": -11, \"d\": 19, \"e\": 12}", "State: {\"a\": -1, \"b\": -11, \"d\": 19, \"e\": 12}", "State: {\"a\": -1, \"b\": -11, \"d\": 1, \"e\": 12}", "State: {\"a\": -1, \"b\": -11, \"d\": 1, \"e\": 21}", "State: {\"a\": -1, \"b\": -11, \"d\": 1, \"e\": 1}", "State: {\"a\": -1, \"b\": -11, \"d\": 20, \"e\": 1}"], "answer": "d = 20"} -{"question": "b = c\ne = 10 + c\nc = b + c\ne = c - b\nb = 8 + e\nb = b * 4\ne = 8 // c", "steps": ["State: {\"b\": -11, \"c\": -11, \"e\": -3}", "State: {\"b\": -11, \"c\": -11, \"e\": -1}", "State: {\"b\": -11, \"c\": -22, \"e\": -1}", "State: {\"b\": -11, \"c\": -22, \"e\": -11}", "State: {\"b\": -3, \"c\": -22, \"e\": -11}", "State: {\"b\": -12, \"c\": -22, \"e\": -11}", "State: {\"b\": -12, \"c\": -22, \"e\": -1}"], "answer": "e = -1"} -{"question": "c = 1 * d\na = c // d\nc = 6\na = 6\nc = a\na = 1\nd = a", "steps": ["State: {\"a\": 1, \"c\": -1, \"d\": -1}", "State: {\"a\": 1, \"c\": -1, \"d\": -1}", "State: {\"a\": 1, \"c\": 6, \"d\": -1}", "State: {\"a\": 6, \"c\": 6, \"d\": -1}", "State: {\"a\": 6, \"c\": 6, \"d\": -1}", "State: {\"a\": 1, \"c\": 6, \"d\": -1}", "State: {\"a\": 1, \"c\": 6, \"d\": 1}"], "answer": "d = 1"} -{"question": "e = e\nd = 8\nb = b\ne = 5 * b\ne = d\ne = d - d\nd = b // d", "steps": ["State: {\"b\": 7, \"d\": 3, \"e\": -20}", "State: {\"b\": 7, \"d\": 8, \"e\": -20}", "State: {\"b\": 7, \"d\": 8, \"e\": -20}", "State: {\"b\": 7, \"d\": 8, \"e\": 35}", "State: {\"b\": 7, \"d\": 8, \"e\": 8}", "State: {\"b\": 7, \"d\": 8, \"e\": 0}", "State: {\"b\": 7, \"d\": 0, \"e\": 0}"], "answer": "d = 0"} -{"question": "e = b - 8\nb = e - 2\ne = b * f\nb = 8 * 9\nb = d\nb = b + f\nd = f * d", "steps": ["State: {\"b\": 4, \"d\": -11, \"e\": -4, \"f\": 7}", "State: {\"b\": -6, \"d\": -11, \"e\": -4, \"f\": 7}", "State: {\"b\": -6, \"d\": -11, \"e\": -42, \"f\": 7}", "State: {\"b\": 72, \"d\": -11, \"e\": -42, \"f\": 7}", "State: {\"b\": -11, \"d\": -11, \"e\": -42, \"f\": 7}", "State: {\"b\": -4, \"d\": -11, \"e\": -42, \"f\": 7}", "State: {\"b\": -4, \"d\": -77, \"e\": -42, \"f\": 7}"], "answer": "d = -77"} -{"question": "e = 3 - d\ne = 4\ne = e * e\ne = d\nd = 1\nd = e\nd = e", "steps": ["State: {\"d\": -18, \"e\": 21}", "State: {\"d\": -18, \"e\": 4}", "State: {\"d\": -18, \"e\": 16}", "State: {\"d\": -18, \"e\": -18}", "State: {\"d\": 1, \"e\": -18}", "State: {\"d\": -18, \"e\": -18}", "State: {\"d\": -18, \"e\": -18}"], "answer": "d = -18"} -{"question": "a = a + a\nd = d\na = 5\nd = 8\na = 4\nd = d\nd = 5", "steps": ["State: {\"a\": 0, \"d\": -5}", "State: {\"a\": 0, \"d\": -5}", "State: {\"a\": 5, \"d\": -5}", "State: {\"a\": 5, \"d\": 8}", "State: {\"a\": 4, \"d\": 8}", "State: {\"a\": 4, \"d\": 8}", "State: {\"a\": 4, \"d\": 5}"], "answer": "d = 5"} -{"question": "d = 6 * a\na = d\nb = d\na = a // a\na = 10\nd = b // d\nb = a // a", "steps": ["State: {\"a\": 20, \"b\": 8, \"d\": 120}", "State: {\"a\": 120, \"b\": 8, \"d\": 120}", "State: {\"a\": 120, \"b\": 120, \"d\": 120}", "State: {\"a\": 1, \"b\": 120, \"d\": 120}", "State: {\"a\": 10, \"b\": 120, \"d\": 120}", "State: {\"a\": 10, \"b\": 120, \"d\": 1}", "State: {\"a\": 10, \"b\": 1, \"d\": 1}"], "answer": "b = 1"} -{"question": "e = 5\ne = 7 // e\na = e * 5\nb = e * 5\na = 4 * 10\nb = b // a\na = b", "steps": ["State: {\"a\": -11, \"b\": -12, \"d\": -3, \"e\": 5}", "State: {\"a\": -11, \"b\": -12, \"d\": -3, \"e\": 1}", "State: {\"a\": 5, \"b\": -12, \"d\": -3, \"e\": 1}", "State: {\"a\": 5, \"b\": 5, \"d\": -3, \"e\": 1}", "State: {\"a\": 40, \"b\": 5, \"d\": -3, \"e\": 1}", "State: {\"a\": 40, \"b\": 0, \"d\": -3, \"e\": 1}", "State: {\"a\": 0, \"b\": 0, \"d\": -3, \"e\": 1}"], "answer": "a = 0"} -{"question": "b = 4\nb = 1 - d\nf = b\nb = b\nf = f\nf = f\nf = 2", "steps": ["State: {\"b\": 4, \"d\": 5, \"e\": 16, \"f\": 20}", "State: {\"b\": -4, \"d\": 5, \"e\": 16, \"f\": 20}", "State: {\"b\": -4, \"d\": 5, \"e\": 16, \"f\": -4}", "State: {\"b\": -4, \"d\": 5, \"e\": 16, \"f\": -4}", "State: {\"b\": -4, \"d\": 5, \"e\": 16, \"f\": -4}", "State: {\"b\": -4, \"d\": 5, \"e\": 16, \"f\": -4}", "State: {\"b\": -4, \"d\": 5, \"e\": 16, \"f\": 2}"], "answer": "f = 2"} -{"question": "d = d * a\nd = d\nd = d\na = d + d\na = d\nd = a - d\na = a", "steps": ["State: {\"a\": -13, \"d\": 169}", "State: {\"a\": -13, \"d\": 169}", "State: {\"a\": -13, \"d\": 169}", "State: {\"a\": 338, \"d\": 169}", "State: {\"a\": 169, \"d\": 169}", "State: {\"a\": 169, \"d\": 0}", "State: {\"a\": 169, \"d\": 0}"], "answer": "a = 169"} -{"question": "d = 3\nc = c // 5\nd = 3\nd = d\nd = d * d\nc = d\nc = c * 4", "steps": ["State: {\"c\": 2, \"d\": 3}", "State: {\"c\": 0, \"d\": 3}", "State: {\"c\": 0, \"d\": 3}", "State: {\"c\": 0, \"d\": 3}", "State: {\"c\": 0, \"d\": 9}", "State: {\"c\": 9, \"d\": 9}", "State: {\"c\": 36, \"d\": 9}"], "answer": "c = 36"} -{"question": "b = d\nd = f\nb = 1\nf = 6\nd = b - f\nb = 5\nd = d", "steps": ["State: {\"b\": 16, \"d\": 16, \"f\": 4}", "State: {\"b\": 16, \"d\": 4, \"f\": 4}", "State: {\"b\": 1, \"d\": 4, \"f\": 4}", "State: {\"b\": 1, \"d\": 4, \"f\": 6}", "State: {\"b\": 1, \"d\": -5, \"f\": 6}", "State: {\"b\": 5, \"d\": -5, \"f\": 6}", "State: {\"b\": 5, \"d\": -5, \"f\": 6}"], "answer": "d = -5"} -{"question": "b = 6 + d\ne = 4\nd = e * 8\nb = d\ne = 5 * 5\nd = 9\nd = 9", "steps": ["State: {\"b\": 10, \"d\": 4, \"e\": -12}", "State: {\"b\": 10, \"d\": 4, \"e\": 4}", "State: {\"b\": 10, \"d\": 32, \"e\": 4}", "State: {\"b\": 32, \"d\": 32, \"e\": 4}", "State: {\"b\": 32, \"d\": 32, \"e\": 25}", "State: {\"b\": 32, \"d\": 9, \"e\": 25}", "State: {\"b\": 32, \"d\": 9, \"e\": 25}"], "answer": "d = 9"} -{"question": "c = 8 - d\nc = e - 4\ne = e * d\nf = f * 9\ne = e * e\nf = 3 * d\ne = 2 + 4", "steps": ["State: {\"c\": 14, \"d\": -6, \"e\": -11, \"f\": 9}", "State: {\"c\": -15, \"d\": -6, \"e\": -11, \"f\": 9}", "State: {\"c\": -15, \"d\": -6, \"e\": 66, \"f\": 9}", "State: {\"c\": -15, \"d\": -6, \"e\": 66, \"f\": 81}", "State: {\"c\": -15, \"d\": -6, \"e\": 4356, \"f\": 81}", "State: {\"c\": -15, \"d\": -6, \"e\": 4356, \"f\": -18}", "State: {\"c\": -15, \"d\": -6, \"e\": 6, \"f\": -18}"], "answer": "e = 6"} -{"question": "f = 1 + 2\nf = f - 10\nf = a\nf = 3\nb = a * a\nb = 2\na = f // a", "steps": ["State: {\"a\": -3, \"b\": -17, \"f\": 3}", "State: {\"a\": -3, \"b\": -17, \"f\": -7}", "State: {\"a\": -3, \"b\": -17, \"f\": -3}", "State: {\"a\": -3, \"b\": -17, \"f\": 3}", "State: {\"a\": -3, \"b\": 9, \"f\": 3}", "State: {\"a\": -3, \"b\": 2, \"f\": 3}", "State: {\"a\": -1, \"b\": 2, \"f\": 3}"], "answer": "a = -1"} -{"question": "c = 5\nf = 10\na = f\na = c // d\na = d\nf = c\nc = c", "steps": ["State: {\"a\": -13, \"c\": 5, \"d\": -1, \"f\": 9}", "State: {\"a\": -13, \"c\": 5, \"d\": -1, \"f\": 10}", "State: {\"a\": 10, \"c\": 5, \"d\": -1, \"f\": 10}", "State: {\"a\": -5, \"c\": 5, \"d\": -1, \"f\": 10}", "State: {\"a\": -1, \"c\": 5, \"d\": -1, \"f\": 10}", "State: {\"a\": -1, \"c\": 5, \"d\": -1, \"f\": 5}", "State: {\"a\": -1, \"c\": 5, \"d\": -1, \"f\": 5}"], "answer": "c = 5"} -{"question": "c = 5 * f\nf = 4 // 10\na = f * c\nc = a\na = 7\nf = f\nc = a + d", "steps": ["State: {\"a\": -13, \"c\": -45, \"d\": 3, \"f\": -9}", "State: {\"a\": -13, \"c\": -45, \"d\": 3, \"f\": 0}", "State: {\"a\": 0, \"c\": -45, \"d\": 3, \"f\": 0}", "State: {\"a\": 0, \"c\": 0, \"d\": 3, \"f\": 0}", "State: {\"a\": 7, \"c\": 0, \"d\": 3, \"f\": 0}", "State: {\"a\": 7, \"c\": 0, \"d\": 3, \"f\": 0}", "State: {\"a\": 7, \"c\": 10, \"d\": 3, \"f\": 0}"], "answer": "c = 10"} -{"question": "c = d\nb = c * b\nb = 6\nb = 3 * b\nc = 10\nb = 6\nd = d", "steps": ["State: {\"b\": 4, \"c\": 5, \"d\": 5}", "State: {\"b\": 20, \"c\": 5, \"d\": 5}", "State: {\"b\": 6, \"c\": 5, \"d\": 5}", "State: {\"b\": 18, \"c\": 5, \"d\": 5}", "State: {\"b\": 18, \"c\": 10, \"d\": 5}", "State: {\"b\": 6, \"c\": 10, \"d\": 5}", "State: {\"b\": 6, \"c\": 10, \"d\": 5}"], "answer": "d = 5"} -{"question": "a = a - 9\na = 1\nb = 10\na = f\nb = 1\nf = 6 - 8\na = 2 - 5", "steps": ["State: {\"a\": -21, \"b\": 8, \"c\": -14, \"f\": -9}", "State: {\"a\": 1, \"b\": 8, \"c\": -14, \"f\": -9}", "State: {\"a\": 1, \"b\": 10, \"c\": -14, \"f\": -9}", "State: {\"a\": -9, \"b\": 10, \"c\": -14, \"f\": -9}", "State: {\"a\": -9, \"b\": 1, \"c\": -14, \"f\": -9}", "State: {\"a\": -9, \"b\": 1, \"c\": -14, \"f\": -2}", "State: {\"a\": -3, \"b\": 1, \"c\": -14, \"f\": -2}"], "answer": "a = -3"} -{"question": "d = d + f\ne = e\nf = e // e\ne = f + f\ne = 7 - f\ne = d + e\nf = f", "steps": ["State: {\"d\": -21, \"e\": 3, \"f\": -19}", "State: {\"d\": -21, \"e\": 3, \"f\": -19}", "State: {\"d\": -21, \"e\": 3, \"f\": 1}", "State: {\"d\": -21, \"e\": 2, \"f\": 1}", "State: {\"d\": -21, \"e\": 6, \"f\": 1}", "State: {\"d\": -21, \"e\": -15, \"f\": 1}", "State: {\"d\": -21, \"e\": -15, \"f\": 1}"], "answer": "f = 1"} -{"question": "d = d * d\nf = d\ne = 8 - 2\nf = a * d\ne = f\na = 9 - 7\na = e - a", "steps": ["State: {\"a\": -20, \"d\": 81, \"e\": 15, \"f\": -9}", "State: {\"a\": -20, \"d\": 81, \"e\": 15, \"f\": 81}", "State: {\"a\": -20, \"d\": 81, \"e\": 6, \"f\": 81}", "State: {\"a\": -20, \"d\": 81, \"e\": 6, \"f\": -1620}", "State: {\"a\": -20, \"d\": 81, \"e\": -1620, \"f\": -1620}", "State: {\"a\": 2, \"d\": 81, \"e\": -1620, \"f\": -1620}", "State: {\"a\": -1622, \"d\": 81, \"e\": -1620, \"f\": -1620}"], "answer": "a = -1622"} -{"question": "c = 8 * c\nc = d // d\nc = d\nc = d\nc = c + d\nc = c\nd = d", "steps": ["State: {\"c\": 136, \"d\": 8}", "State: {\"c\": 1, \"d\": 8}", "State: {\"c\": 8, \"d\": 8}", "State: {\"c\": 8, \"d\": 8}", "State: {\"c\": 16, \"d\": 8}", "State: {\"c\": 16, \"d\": 8}", "State: {\"c\": 16, \"d\": 8}"], "answer": "d = 8"} -{"question": "a = 6 - f\nf = f * 1\nf = 5 * f\na = e\nf = f * a\ne = 5\ne = f", "steps": ["State: {\"a\": -10, \"e\": 17, \"f\": 16}", "State: {\"a\": -10, \"e\": 17, \"f\": 16}", "State: {\"a\": -10, \"e\": 17, \"f\": 80}", "State: {\"a\": 17, \"e\": 17, \"f\": 80}", "State: {\"a\": 17, \"e\": 17, \"f\": 1360}", "State: {\"a\": 17, \"e\": 5, \"f\": 1360}", "State: {\"a\": 17, \"e\": 1360, \"f\": 1360}"], "answer": "e = 1360"} -{"question": "b = f // 1\nf = 8 // f\nb = 8 * c\nb = b + c\nb = 6 // 6\nb = 10 // 10\nf = 10", "steps": ["State: {\"b\": 5, \"c\": 9, \"f\": 5}", "State: {\"b\": 5, \"c\": 9, \"f\": 1}", "State: {\"b\": 72, \"c\": 9, \"f\": 1}", "State: {\"b\": 81, \"c\": 9, \"f\": 1}", "State: {\"b\": 1, \"c\": 9, \"f\": 1}", "State: {\"b\": 1, \"c\": 9, \"f\": 1}", "State: {\"b\": 1, \"c\": 9, \"f\": 10}"], "answer": "f = 10"} -{"question": "d = b * d\nb = a - b\na = a + 7\nd = 5\na = b\nd = a + b\nb = 6", "steps": ["State: {\"a\": -1, \"b\": 2, \"d\": -4}", "State: {\"a\": -1, \"b\": -3, \"d\": -4}", "State: {\"a\": 6, \"b\": -3, \"d\": -4}", "State: {\"a\": 6, \"b\": -3, \"d\": 5}", "State: {\"a\": -3, \"b\": -3, \"d\": 5}", "State: {\"a\": -3, \"b\": -3, \"d\": -6}", "State: {\"a\": -3, \"b\": 6, \"d\": -6}"], "answer": "b = 6"} -{"question": "e = e // e\ne = e - 7\ne = e * e\ne = e - 1\ne = 6\na = 10\ne = 9 // a", "steps": ["State: {\"a\": -14, \"e\": 1}", "State: {\"a\": -14, \"e\": -6}", "State: {\"a\": -14, \"e\": 36}", "State: {\"a\": -14, \"e\": 35}", "State: {\"a\": -14, \"e\": 6}", "State: {\"a\": 10, \"e\": 6}", "State: {\"a\": 10, \"e\": 0}"], "answer": "e = 0"} -{"question": "b = 4\nb = b\nd = 1\nb = b\nb = b + 3\nb = 2 - 6\nd = 8 * b", "steps": ["State: {\"b\": 4, \"d\": 17}", "State: {\"b\": 4, \"d\": 17}", "State: {\"b\": 4, \"d\": 1}", "State: {\"b\": 4, \"d\": 1}", "State: {\"b\": 7, \"d\": 1}", "State: {\"b\": -4, \"d\": 1}", "State: {\"b\": -4, \"d\": -32}"], "answer": "d = -32"} -{"question": "a = e\ne = 8\nc = e\ne = 6\nc = a\ne = c\nc = e // 5\nc = 3 + 7", "steps": ["State: {\"a\": -14, \"c\": -14, \"e\": -14}", "State: {\"a\": -14, \"c\": -14, \"e\": 8}", "State: {\"a\": -14, \"c\": 8, \"e\": 8}", "State: {\"a\": -14, \"c\": 8, \"e\": 6}", "State: {\"a\": -14, \"c\": -14, \"e\": 6}", "State: {\"a\": -14, \"c\": -14, \"e\": -14}", "State: {\"a\": -14, \"c\": -3, \"e\": -14}", "State: {\"a\": -14, \"c\": 10, \"e\": -14}"], "answer": "c = 10"} -{"question": "c = f // f\na = 2\nc = f\na = 7 - c\nc = c\nc = 7\ne = 9\na = 6", "steps": ["State: {\"a\": -15, \"c\": 1, \"e\": 20, \"f\": 14}", "State: {\"a\": 2, \"c\": 1, \"e\": 20, \"f\": 14}", "State: {\"a\": 2, \"c\": 14, \"e\": 20, \"f\": 14}", "State: {\"a\": -7, \"c\": 14, \"e\": 20, \"f\": 14}", "State: {\"a\": -7, \"c\": 14, \"e\": 20, \"f\": 14}", "State: {\"a\": -7, \"c\": 7, \"e\": 20, \"f\": 14}", "State: {\"a\": -7, \"c\": 7, \"e\": 9, \"f\": 14}", "State: {\"a\": 6, \"c\": 7, \"e\": 9, \"f\": 14}"], "answer": "a = 6"} -{"question": "a = a * 4\nf = a\na = 4 - f\nf = 3\nf = 5\nf = 8\nf = a\na = f", "steps": ["State: {\"a\": -16, \"f\": 1}", "State: {\"a\": -16, \"f\": -16}", "State: {\"a\": 20, \"f\": -16}", "State: {\"a\": 20, \"f\": 3}", "State: {\"a\": 20, \"f\": 5}", "State: {\"a\": 20, \"f\": 8}", "State: {\"a\": 20, \"f\": 20}", "State: {\"a\": 20, \"f\": 20}"], "answer": "a = 20"} -{"question": "e = e - e\nd = 2\nb = 8\nd = e - b\nd = 7 + d\nd = 4\ne = 3 // 6\ne = 8 - e", "steps": ["State: {\"b\": -4, \"d\": 1, \"e\": 0}", "State: {\"b\": -4, \"d\": 2, \"e\": 0}", "State: {\"b\": 8, \"d\": 2, \"e\": 0}", "State: {\"b\": 8, \"d\": -8, \"e\": 0}", "State: {\"b\": 8, \"d\": -1, \"e\": 0}", "State: {\"b\": 8, \"d\": 4, \"e\": 0}", "State: {\"b\": 8, \"d\": 4, \"e\": 0}", "State: {\"b\": 8, \"d\": 4, \"e\": 8}"], "answer": "e = 8"} -{"question": "f = 10 * a\nf = f\ne = a\na = 6\ne = e\ne = a * 9\na = f * a\na = e // a", "steps": ["State: {\"a\": 8, \"e\": -5, \"f\": 80}", "State: {\"a\": 8, \"e\": -5, \"f\": 80}", "State: {\"a\": 8, \"e\": 8, \"f\": 80}", "State: {\"a\": 6, \"e\": 8, \"f\": 80}", "State: {\"a\": 6, \"e\": 8, \"f\": 80}", "State: {\"a\": 6, \"e\": 54, \"f\": 80}", "State: {\"a\": 480, \"e\": 54, \"f\": 80}", "State: {\"a\": 0, \"e\": 54, \"f\": 80}"], "answer": "a = 0"} -{"question": "a = 10 * 9\nd = d\nd = d - d\na = b + a\nb = 9\nb = 2\nd = 5 + a\na = a", "steps": ["State: {\"a\": 90, \"b\": -9, \"d\": -19}", "State: {\"a\": 90, \"b\": -9, \"d\": -19}", "State: {\"a\": 90, \"b\": -9, \"d\": 0}", "State: {\"a\": 81, \"b\": -9, \"d\": 0}", "State: {\"a\": 81, \"b\": 9, \"d\": 0}", "State: {\"a\": 81, \"b\": 2, \"d\": 0}", "State: {\"a\": 81, \"b\": 2, \"d\": 86}", "State: {\"a\": 81, \"b\": 2, \"d\": 86}"], "answer": "a = 81"} -{"question": "a = a // 9\na = e\na = e\nc = e + e\ne = e\nc = 2 - a\nc = 6 + e\na = 1", "steps": ["State: {\"a\": 1, \"c\": -18, \"e\": -9}", "State: {\"a\": -9, \"c\": -18, \"e\": -9}", "State: {\"a\": -9, \"c\": -18, \"e\": -9}", "State: {\"a\": -9, \"c\": -18, \"e\": -9}", "State: {\"a\": -9, \"c\": -18, \"e\": -9}", "State: {\"a\": -9, \"c\": 11, \"e\": -9}", "State: {\"a\": -9, \"c\": -3, \"e\": -9}", "State: {\"a\": 1, \"c\": -3, \"e\": -9}"], "answer": "a = 1"} -{"question": "c = f + c\nd = c\nf = d\nc = c\nc = 10\nc = d\nc = f * f\nd = 2 + c", "steps": ["State: {\"c\": 8, \"d\": 4, \"f\": 10}", "State: {\"c\": 8, \"d\": 8, \"f\": 10}", "State: {\"c\": 8, \"d\": 8, \"f\": 8}", "State: {\"c\": 8, \"d\": 8, \"f\": 8}", "State: {\"c\": 10, \"d\": 8, \"f\": 8}", "State: {\"c\": 8, \"d\": 8, \"f\": 8}", "State: {\"c\": 64, \"d\": 8, \"f\": 8}", "State: {\"c\": 64, \"d\": 66, \"f\": 8}"], "answer": "d = 66"} -{"question": "a = e * 7\nb = 10 - 1\nd = e\nb = b + e\nd = b\na = d + a\nb = 10\ne = 4 - e", "steps": ["State: {\"a\": 91, \"b\": 9, \"d\": 7, \"e\": 13}", "State: {\"a\": 91, \"b\": 9, \"d\": 7, \"e\": 13}", "State: {\"a\": 91, \"b\": 9, \"d\": 13, \"e\": 13}", "State: {\"a\": 91, \"b\": 22, \"d\": 13, \"e\": 13}", "State: {\"a\": 91, \"b\": 22, \"d\": 22, \"e\": 13}", "State: {\"a\": 113, \"b\": 22, \"d\": 22, \"e\": 13}", "State: {\"a\": 113, \"b\": 10, \"d\": 22, \"e\": 13}", "State: {\"a\": 113, \"b\": 10, \"d\": 22, \"e\": -9}"], "answer": "e = -9"} -{"question": "e = 8 // e\nc = c * 10\nf = e\nc = 3 // f\ne = 7\nc = e\ne = e\nc = e", "steps": ["State: {\"c\": 5, \"e\": 1, \"f\": 2}", "State: {\"c\": 50, \"e\": 1, \"f\": 2}", "State: {\"c\": 50, \"e\": 1, \"f\": 1}", "State: {\"c\": 3, \"e\": 1, \"f\": 1}", "State: {\"c\": 3, \"e\": 7, \"f\": 1}", "State: {\"c\": 7, \"e\": 7, \"f\": 1}", "State: {\"c\": 7, \"e\": 7, \"f\": 1}", "State: {\"c\": 7, \"e\": 7, \"f\": 1}"], "answer": "c = 7"} -{"question": "d = a\na = d * 9\na = d\nd = 6 * b\nb = 7\nb = d + 10\nd = d // 3\nd = 9 - d", "steps": ["State: {\"a\": 8, \"b\": -14, \"d\": 8}", "State: {\"a\": 72, \"b\": -14, \"d\": 8}", "State: {\"a\": 8, \"b\": -14, \"d\": 8}", "State: {\"a\": 8, \"b\": -14, \"d\": -84}", "State: {\"a\": 8, \"b\": 7, \"d\": -84}", "State: {\"a\": 8, \"b\": -74, \"d\": -84}", "State: {\"a\": 8, \"b\": -74, \"d\": -28}", "State: {\"a\": 8, \"b\": -74, \"d\": 37}"], "answer": "d = 37"} -{"question": "b = 5 - f\nc = c\nf = c\nc = c // 4\nf = 1\nf = 7 + 9\nf = 8\nd = 10 * c", "steps": ["State: {\"b\": 8, \"c\": 3, \"d\": 18, \"f\": -3}", "State: {\"b\": 8, \"c\": 3, \"d\": 18, \"f\": -3}", "State: {\"b\": 8, \"c\": 3, \"d\": 18, \"f\": 3}", "State: {\"b\": 8, \"c\": 0, \"d\": 18, \"f\": 3}", "State: {\"b\": 8, \"c\": 0, \"d\": 18, \"f\": 1}", "State: {\"b\": 8, \"c\": 0, \"d\": 18, \"f\": 16}", "State: {\"b\": 8, \"c\": 0, \"d\": 18, \"f\": 8}", "State: {\"b\": 8, \"c\": 0, \"d\": 0, \"f\": 8}"], "answer": "d = 0"} -{"question": "e = b + e\ne = b\ne = b + 1\nb = 6 // 4\ne = e\nb = b * b\ne = b + 4\ne = 3", "steps": ["State: {\"b\": 13, \"e\": 13}", "State: {\"b\": 13, \"e\": 13}", "State: {\"b\": 13, \"e\": 14}", "State: {\"b\": 1, \"e\": 14}", "State: {\"b\": 1, \"e\": 14}", "State: {\"b\": 1, \"e\": 14}", "State: {\"b\": 1, \"e\": 5}", "State: {\"b\": 1, \"e\": 3}"], "answer": "e = 3"} -{"question": "d = c\nb = 7\nf = 10 // c\nf = 5\nb = 9 + 6\nc = d * b\nf = d\nb = 8", "steps": ["State: {\"b\": 8, \"c\": 13, \"d\": 13, \"f\": 19}", "State: {\"b\": 7, \"c\": 13, \"d\": 13, \"f\": 19}", "State: {\"b\": 7, \"c\": 13, \"d\": 13, \"f\": 0}", "State: {\"b\": 7, \"c\": 13, \"d\": 13, \"f\": 5}", "State: {\"b\": 15, \"c\": 13, \"d\": 13, \"f\": 5}", "State: {\"b\": 15, \"c\": 195, \"d\": 13, \"f\": 5}", "State: {\"b\": 15, \"c\": 195, \"d\": 13, \"f\": 13}", "State: {\"b\": 8, \"c\": 195, \"d\": 13, \"f\": 13}"], "answer": "b = 8"} -{"question": "c = d * c\nc = c\nd = c\nc = c\nd = d - 10\nc = 10 // c\nd = 9 - 1\nd = 8 + c", "steps": ["State: {\"c\": 162, \"d\": 9}", "State: {\"c\": 162, \"d\": 9}", "State: {\"c\": 162, \"d\": 162}", "State: {\"c\": 162, \"d\": 162}", "State: {\"c\": 162, \"d\": 152}", "State: {\"c\": 0, \"d\": 152}", "State: {\"c\": 0, \"d\": 8}", "State: {\"c\": 0, \"d\": 8}"], "answer": "d = 8"} -{"question": "b = 9 * b\na = 3\na = b // a\nc = 1\na = 9\nc = b - a\nb = c + 1\nb = a // b", "steps": ["State: {\"a\": 9, \"b\": -126, \"c\": -5}", "State: {\"a\": 3, \"b\": -126, \"c\": -5}", "State: {\"a\": -42, \"b\": -126, \"c\": -5}", "State: {\"a\": -42, \"b\": -126, \"c\": 1}", "State: {\"a\": 9, \"b\": -126, \"c\": 1}", "State: {\"a\": 9, \"b\": -126, \"c\": -135}", "State: {\"a\": 9, \"b\": -134, \"c\": -135}", "State: {\"a\": 9, \"b\": -1, \"c\": -135}"], "answer": "b = -1"} -{"question": "d = b\nd = f - b\nb = f * a\nb = f // a\na = b // 1\nd = d\nf = b\na = b", "steps": ["State: {\"a\": -11, \"b\": 1, \"d\": 1, \"f\": -14}", "State: {\"a\": -11, \"b\": 1, \"d\": -15, \"f\": -14}", "State: {\"a\": -11, \"b\": 154, \"d\": -15, \"f\": -14}", "State: {\"a\": -11, \"b\": 1, \"d\": -15, \"f\": -14}", "State: {\"a\": 1, \"b\": 1, \"d\": -15, \"f\": -14}", "State: {\"a\": 1, \"b\": 1, \"d\": -15, \"f\": -14}", "State: {\"a\": 1, \"b\": 1, \"d\": -15, \"f\": 1}", "State: {\"a\": 1, \"b\": 1, \"d\": -15, \"f\": 1}"], "answer": "a = 1"} -{"question": "a = a\nd = a\nf = a\na = a\nf = f\na = a\nf = 9 + 1\nd = b + d", "steps": ["State: {\"a\": -7, \"b\": -13, \"d\": 9, \"f\": 7}", "State: {\"a\": -7, \"b\": -13, \"d\": -7, \"f\": 7}", "State: {\"a\": -7, \"b\": -13, \"d\": -7, \"f\": -7}", "State: {\"a\": -7, \"b\": -13, \"d\": -7, \"f\": -7}", "State: {\"a\": -7, \"b\": -13, \"d\": -7, \"f\": -7}", "State: {\"a\": -7, \"b\": -13, \"d\": -7, \"f\": -7}", "State: {\"a\": -7, \"b\": -13, \"d\": -7, \"f\": 10}", "State: {\"a\": -7, \"b\": -13, \"d\": -20, \"f\": 10}"], "answer": "d = -20"} -{"question": "e = e + 8\nc = c + 1\ne = 1 + e\ne = c\ne = c // 2\ne = 7\nc = c\nc = c * c", "steps": ["State: {\"c\": -3, \"e\": 23}", "State: {\"c\": -2, \"e\": 23}", "State: {\"c\": -2, \"e\": 24}", "State: {\"c\": -2, \"e\": -2}", "State: {\"c\": -2, \"e\": -1}", "State: {\"c\": -2, \"e\": 7}", "State: {\"c\": -2, \"e\": 7}", "State: {\"c\": 4, \"e\": 7}"], "answer": "c = 4"} -{"question": "f = f - f\nf = 2\nf = 1 // 5\nc = f + 1\nf = 4\nd = 2\nf = 6 // c\nc = 8", "steps": ["State: {\"c\": 10, \"d\": -17, \"f\": 0}", "State: {\"c\": 10, \"d\": -17, \"f\": 2}", "State: {\"c\": 10, \"d\": -17, \"f\": 0}", "State: {\"c\": 1, \"d\": -17, \"f\": 0}", "State: {\"c\": 1, \"d\": -17, \"f\": 4}", "State: {\"c\": 1, \"d\": 2, \"f\": 4}", "State: {\"c\": 1, \"d\": 2, \"f\": 6}", "State: {\"c\": 8, \"d\": 2, \"f\": 6}"], "answer": "c = 8"} -{"question": "d = b\nb = 3 // d\nb = 10\nb = 2\nd = d\nb = 7\nb = 10\nd = 1", "steps": ["State: {\"b\": -16, \"d\": -16}", "State: {\"b\": -1, \"d\": -16}", "State: {\"b\": 10, \"d\": -16}", "State: {\"b\": 2, \"d\": -16}", "State: {\"b\": 2, \"d\": -16}", "State: {\"b\": 7, \"d\": -16}", "State: {\"b\": 10, \"d\": -16}", "State: {\"b\": 10, \"d\": 1}"], "answer": "d = 1"} -{"question": "a = b\na = b * b\na = a + 2\nb = a - b\nb = b\nb = 5 - 6\na = a + 8\na = b // 6", "steps": ["State: {\"a\": -1, \"b\": -1}", "State: {\"a\": 1, \"b\": -1}", "State: {\"a\": 3, \"b\": -1}", "State: {\"a\": 3, \"b\": 4}", "State: {\"a\": 3, \"b\": 4}", "State: {\"a\": 3, \"b\": -1}", "State: {\"a\": 11, \"b\": -1}", "State: {\"a\": -1, \"b\": -1}"], "answer": "a = -1"} -{"question": "b = c\nc = c\nb = 10\nc = c\nb = f\nb = c\nb = 6 - b\nc = f", "steps": ["State: {\"b\": -3, \"c\": -3, \"f\": -17}", "State: {\"b\": -3, \"c\": -3, \"f\": -17}", "State: {\"b\": 10, \"c\": -3, \"f\": -17}", "State: {\"b\": 10, \"c\": -3, \"f\": -17}", "State: {\"b\": -17, \"c\": -3, \"f\": -17}", "State: {\"b\": -3, \"c\": -3, \"f\": -17}", "State: {\"b\": 9, \"c\": -3, \"f\": -17}", "State: {\"b\": 9, \"c\": -17, \"f\": -17}"], "answer": "c = -17"} -{"question": "f = 7 // f\nb = b * f\nb = f - c\nb = 2 + c\nf = 7 - 8\nf = f\nc = 6 * b\nc = b // 4", "steps": ["State: {\"b\": 7, \"c\": -19, \"f\": 1}", "State: {\"b\": 7, \"c\": -19, \"f\": 1}", "State: {\"b\": 20, \"c\": -19, \"f\": 1}", "State: {\"b\": -17, \"c\": -19, \"f\": 1}", "State: {\"b\": -17, \"c\": -19, \"f\": -1}", "State: {\"b\": -17, \"c\": -19, \"f\": -1}", "State: {\"b\": -17, \"c\": -102, \"f\": -1}", "State: {\"b\": -17, \"c\": -5, \"f\": -1}"], "answer": "c = -5"} -{"question": "b = 9 + d\nb = b // b\nd = 4 + 2\nb = d\nd = b\nd = 10\nd = 9 * d\nd = d - d", "steps": ["State: {\"b\": 21, \"d\": 12}", "State: {\"b\": 1, \"d\": 12}", "State: {\"b\": 1, \"d\": 6}", "State: {\"b\": 6, \"d\": 6}", "State: {\"b\": 6, \"d\": 6}", "State: {\"b\": 6, \"d\": 10}", "State: {\"b\": 6, \"d\": 90}", "State: {\"b\": 6, \"d\": 0}"], "answer": "d = 0"} -{"question": "f = 6 - f\ne = 9\nb = 1\nc = 1\nc = e // f\ne = e + e\nb = 1 * f\nb = f", "steps": ["State: {\"b\": 17, \"c\": -14, \"e\": -2, \"f\": 14}", "State: {\"b\": 17, \"c\": -14, \"e\": 9, \"f\": 14}", "State: {\"b\": 1, \"c\": -14, \"e\": 9, \"f\": 14}", "State: {\"b\": 1, \"c\": 1, \"e\": 9, \"f\": 14}", "State: {\"b\": 1, \"c\": 0, \"e\": 9, \"f\": 14}", "State: {\"b\": 1, \"c\": 0, \"e\": 18, \"f\": 14}", "State: {\"b\": 14, \"c\": 0, \"e\": 18, \"f\": 14}", "State: {\"b\": 14, \"c\": 0, \"e\": 18, \"f\": 14}"], "answer": "b = 14"} -{"question": "e = 8\ne = 5 * 10\nf = 7 * e\ne = 7 // e\ne = 9\nf = 10 // 4\ne = 1 * f\ne = 7", "steps": ["State: {\"e\": 8, \"f\": -1}", "State: {\"e\": 50, \"f\": -1}", "State: {\"e\": 50, \"f\": 350}", "State: {\"e\": 0, \"f\": 350}", "State: {\"e\": 9, \"f\": 350}", "State: {\"e\": 9, \"f\": 2}", "State: {\"e\": 2, \"f\": 2}", "State: {\"e\": 7, \"f\": 2}"], "answer": "e = 7"} -{"question": "d = f + 3\nf = 7\nb = c\nf = b // c\nc = f * 10\nf = b + 4\nb = c * 9\nb = 4", "steps": ["State: {\"b\": 5, \"c\": -13, \"d\": 7, \"f\": 4}", "State: {\"b\": 5, \"c\": -13, \"d\": 7, \"f\": 7}", "State: {\"b\": -13, \"c\": -13, \"d\": 7, \"f\": 7}", "State: {\"b\": -13, \"c\": -13, \"d\": 7, \"f\": 1}", "State: {\"b\": -13, \"c\": 10, \"d\": 7, \"f\": 1}", "State: {\"b\": -13, \"c\": 10, \"d\": 7, \"f\": -9}", "State: {\"b\": 90, \"c\": 10, \"d\": 7, \"f\": -9}", "State: {\"b\": 4, \"c\": 10, \"d\": 7, \"f\": -9}"], "answer": "b = 4"} -{"question": "e = e - e\ne = c\nc = e // e\nc = e // c\ne = 5 // e\nc = e * c\ne = 6\ne = 7", "steps": ["State: {\"c\": 4, \"e\": 0}", "State: {\"c\": 4, \"e\": 4}", "State: {\"c\": 1, \"e\": 4}", "State: {\"c\": 4, \"e\": 4}", "State: {\"c\": 4, \"e\": 1}", "State: {\"c\": 4, \"e\": 1}", "State: {\"c\": 4, \"e\": 6}", "State: {\"c\": 4, \"e\": 7}"], "answer": "e = 7"} -{"question": "c = 3\nf = c * 9\na = d + a\nc = d - c\nd = c + 2\nf = d // 9\nd = 2\nd = c", "steps": ["State: {\"a\": -17, \"c\": 3, \"d\": -3, \"f\": 4}", "State: {\"a\": -17, \"c\": 3, \"d\": -3, \"f\": 27}", "State: {\"a\": -20, \"c\": 3, \"d\": -3, \"f\": 27}", "State: {\"a\": -20, \"c\": -6, \"d\": -3, \"f\": 27}", "State: {\"a\": -20, \"c\": -6, \"d\": -4, \"f\": 27}", "State: {\"a\": -20, \"c\": -6, \"d\": -4, \"f\": -1}", "State: {\"a\": -20, \"c\": -6, \"d\": 2, \"f\": -1}", "State: {\"a\": -20, \"c\": -6, \"d\": -6, \"f\": -1}"], "answer": "d = -6"} -{"question": "a = 10\na = 8\nf = 2 - 2\nf = 8\nd = d\nf = a\nf = d - 10\na = a", "steps": ["State: {\"a\": 10, \"d\": 10, \"f\": -2}", "State: {\"a\": 8, \"d\": 10, \"f\": -2}", "State: {\"a\": 8, \"d\": 10, \"f\": 0}", "State: {\"a\": 8, \"d\": 10, \"f\": 8}", "State: {\"a\": 8, \"d\": 10, \"f\": 8}", "State: {\"a\": 8, \"d\": 10, \"f\": 8}", "State: {\"a\": 8, \"d\": 10, \"f\": 0}", "State: {\"a\": 8, \"d\": 10, \"f\": 0}"], "answer": "a = 8"} -{"question": "c = 3\nb = c - f\nf = 9 - f\nc = c\ne = f - 3\nf = 4\nb = b // 5\nb = 9 * 10", "steps": ["State: {\"b\": 13, \"c\": 3, \"e\": 4, \"f\": 4}", "State: {\"b\": -1, \"c\": 3, \"e\": 4, \"f\": 4}", "State: {\"b\": -1, \"c\": 3, \"e\": 4, \"f\": 5}", "State: {\"b\": -1, \"c\": 3, \"e\": 4, \"f\": 5}", "State: {\"b\": -1, \"c\": 3, \"e\": 2, \"f\": 5}", "State: {\"b\": -1, \"c\": 3, \"e\": 2, \"f\": 4}", "State: {\"b\": -1, \"c\": 3, \"e\": 2, \"f\": 4}", "State: {\"b\": 90, \"c\": 3, \"e\": 2, \"f\": 4}"], "answer": "b = 90"} -{"question": "c = 5 // c\nf = e - e\nf = 3\nc = 8 // c\nc = f\ne = f + 8\nc = c + c\nc = e + 8", "steps": ["State: {\"c\": 1, \"e\": -15, \"f\": 2}", "State: {\"c\": 1, \"e\": -15, \"f\": 0}", "State: {\"c\": 1, \"e\": -15, \"f\": 3}", "State: {\"c\": 8, \"e\": -15, \"f\": 3}", "State: {\"c\": 3, \"e\": -15, \"f\": 3}", "State: {\"c\": 3, \"e\": 11, \"f\": 3}", "State: {\"c\": 6, \"e\": 11, \"f\": 3}", "State: {\"c\": 19, \"e\": 11, \"f\": 3}"], "answer": "c = 19"} -{"question": "a = e + a\na = a * 4\na = e - a\na = a\ne = e\ne = a\na = 7\na = 2", "steps": ["State: {\"a\": 0, \"e\": 18}", "State: {\"a\": 0, \"e\": 18}", "State: {\"a\": 18, \"e\": 18}", "State: {\"a\": 18, \"e\": 18}", "State: {\"a\": 18, \"e\": 18}", "State: {\"a\": 18, \"e\": 18}", "State: {\"a\": 7, \"e\": 18}", "State: {\"a\": 2, \"e\": 18}"], "answer": "a = 2"} -{"question": "b = c\ne = 1\nb = e + c\nc = d // 8\nb = 10\nb = 10 - 3\nd = c * d\nd = b + e", "steps": ["State: {\"b\": 12, \"c\": 12, \"d\": -7, \"e\": 7}", "State: {\"b\": 12, \"c\": 12, \"d\": -7, \"e\": 1}", "State: {\"b\": 13, \"c\": 12, \"d\": -7, \"e\": 1}", "State: {\"b\": 13, \"c\": -1, \"d\": -7, \"e\": 1}", "State: {\"b\": 10, \"c\": -1, \"d\": -7, \"e\": 1}", "State: {\"b\": 7, \"c\": -1, \"d\": -7, \"e\": 1}", "State: {\"b\": 7, \"c\": -1, \"d\": 7, \"e\": 1}", "State: {\"b\": 7, \"c\": -1, \"d\": 8, \"e\": 1}"], "answer": "d = 8"} -{"question": "c = 4 + 6\nf = c // f\nb = f // f\nf = 2 // 8\nb = f\nf = b\nb = 2\nf = c * 8", "steps": ["State: {\"b\": 0, \"c\": 10, \"f\": 6}", "State: {\"b\": 0, \"c\": 10, \"f\": 1}", "State: {\"b\": 1, \"c\": 10, \"f\": 1}", "State: {\"b\": 1, \"c\": 10, \"f\": 0}", "State: {\"b\": 0, \"c\": 10, \"f\": 0}", "State: {\"b\": 0, \"c\": 10, \"f\": 0}", "State: {\"b\": 2, \"c\": 10, \"f\": 0}", "State: {\"b\": 2, \"c\": 10, \"f\": 80}"], "answer": "f = 80"} -{"question": "b = f\nf = a * a\nb = 2\nf = b - 3\nf = a * 4\nf = 10 + 1\nf = 6\nb = b", "steps": ["State: {\"a\": 20, \"b\": 5, \"f\": 5}", "State: {\"a\": 20, \"b\": 5, \"f\": 400}", "State: {\"a\": 20, \"b\": 2, \"f\": 400}", "State: {\"a\": 20, \"b\": 2, \"f\": -1}", "State: {\"a\": 20, \"b\": 2, \"f\": 80}", "State: {\"a\": 20, \"b\": 2, \"f\": 11}", "State: {\"a\": 20, \"b\": 2, \"f\": 6}", "State: {\"a\": 20, \"b\": 2, \"f\": 6}"], "answer": "b = 2"} -{"question": "c = 4 + c\na = e\na = a\ne = 10\nc = e * a\ne = a + e\na = 7 + 9\nc = 6 * 1", "steps": ["State: {\"a\": -8, \"c\": -12, \"e\": -4}", "State: {\"a\": -4, \"c\": -12, \"e\": -4}", "State: {\"a\": -4, \"c\": -12, \"e\": -4}", "State: {\"a\": -4, \"c\": -12, \"e\": 10}", "State: {\"a\": -4, \"c\": -40, \"e\": 10}", "State: {\"a\": -4, \"c\": -40, \"e\": 6}", "State: {\"a\": 16, \"c\": -40, \"e\": 6}", "State: {\"a\": 16, \"c\": 6, \"e\": 6}"], "answer": "c = 6"} -{"question": "a = e // 10\na = a * 9\ne = 3\ne = a - a\ne = c\ne = a\nc = a\nc = a + a", "steps": ["State: {\"a\": 1, \"c\": -15, \"e\": 16}", "State: {\"a\": 9, \"c\": -15, \"e\": 16}", "State: {\"a\": 9, \"c\": -15, \"e\": 3}", "State: {\"a\": 9, \"c\": -15, \"e\": 0}", "State: {\"a\": 9, \"c\": -15, \"e\": -15}", "State: {\"a\": 9, \"c\": -15, \"e\": 9}", "State: {\"a\": 9, \"c\": 9, \"e\": 9}", "State: {\"a\": 9, \"c\": 18, \"e\": 9}"], "answer": "c = 18"} -{"question": "f = 6 + 6\nf = 4 * 3\nd = 10 + d\nc = d * f\nc = 1 - f\nc = c\nc = f // 1\nd = c + c", "steps": ["State: {\"c\": -20, \"d\": -8, \"f\": 12}", "State: {\"c\": -20, \"d\": -8, \"f\": 12}", "State: {\"c\": -20, \"d\": 2, \"f\": 12}", "State: {\"c\": 24, \"d\": 2, \"f\": 12}", "State: {\"c\": -11, \"d\": 2, \"f\": 12}", "State: {\"c\": -11, \"d\": 2, \"f\": 12}", "State: {\"c\": 12, \"d\": 2, \"f\": 12}", "State: {\"c\": 12, \"d\": 24, \"f\": 12}"], "answer": "d = 24"} -{"question": "f = b + b\nf = 3 - 9\nc = c + f\nc = 8\nb = b\nb = b * b\nb = 5 // b\nb = 8 // c", "steps": ["State: {\"b\": 18, \"c\": -4, \"f\": 36}", "State: {\"b\": 18, \"c\": -4, \"f\": -6}", "State: {\"b\": 18, \"c\": -10, \"f\": -6}", "State: {\"b\": 18, \"c\": 8, \"f\": -6}", "State: {\"b\": 18, \"c\": 8, \"f\": -6}", "State: {\"b\": 324, \"c\": 8, \"f\": -6}", "State: {\"b\": 0, \"c\": 8, \"f\": -6}", "State: {\"b\": 1, \"c\": 8, \"f\": -6}"], "answer": "b = 1"} -{"question": "b = c\na = 4\na = 3\nd = b\nc = a\nb = c\nd = c + 10\na = a + b", "steps": ["State: {\"a\": -15, \"b\": 17, \"c\": 17, \"d\": -17}", "State: {\"a\": 4, \"b\": 17, \"c\": 17, \"d\": -17}", "State: {\"a\": 3, \"b\": 17, \"c\": 17, \"d\": -17}", "State: {\"a\": 3, \"b\": 17, \"c\": 17, \"d\": 17}", "State: {\"a\": 3, \"b\": 17, \"c\": 3, \"d\": 17}", "State: {\"a\": 3, \"b\": 3, \"c\": 3, \"d\": 17}", "State: {\"a\": 3, \"b\": 3, \"c\": 3, \"d\": 13}", "State: {\"a\": 6, \"b\": 3, \"c\": 3, \"d\": 13}"], "answer": "a = 6"} -{"question": "c = 6 // c\nc = a\na = 4\nc = c * 6\na = 8 // a\nc = c * c\na = a + 10\nc = a + c", "steps": ["State: {\"a\": 6, \"c\": -2}", "State: {\"a\": 6, \"c\": 6}", "State: {\"a\": 4, \"c\": 6}", "State: {\"a\": 4, \"c\": 36}", "State: {\"a\": 2, \"c\": 36}", "State: {\"a\": 2, \"c\": 1296}", "State: {\"a\": 12, \"c\": 1296}", "State: {\"a\": 12, \"c\": 1308}"], "answer": "c = 1308"} -{"question": "b = d // 1\nd = b\nd = 10\nb = d - b\nb = 7\nd = b // b\nd = b\nd = 2 * 1", "steps": ["State: {\"b\": 11, \"d\": 11}", "State: {\"b\": 11, \"d\": 11}", "State: {\"b\": 11, \"d\": 10}", "State: {\"b\": -1, \"d\": 10}", "State: {\"b\": 7, \"d\": 10}", "State: {\"b\": 7, \"d\": 1}", "State: {\"b\": 7, \"d\": 7}", "State: {\"b\": 7, \"d\": 2}"], "answer": "d = 2"} -{"question": "c = 5 - f\nf = 1\nf = f\nf = f\nc = 3 * 10\nc = c - 8\nf = c + c\nc = c", "steps": ["State: {\"c\": 25, \"f\": -20}", "State: {\"c\": 25, \"f\": 1}", "State: {\"c\": 25, \"f\": 1}", "State: {\"c\": 25, \"f\": 1}", "State: {\"c\": 30, \"f\": 1}", "State: {\"c\": 22, \"f\": 1}", "State: {\"c\": 22, \"f\": 44}", "State: {\"c\": 22, \"f\": 44}"], "answer": "c = 22"} -{"question": "b = c // b\nb = c * c\nd = 1\nb = 4\nb = 5\nb = 4\nb = 1\nc = b - b", "steps": ["State: {\"b\": 2, \"c\": 20, \"d\": -8}", "State: {\"b\": 400, \"c\": 20, \"d\": -8}", "State: {\"b\": 400, \"c\": 20, \"d\": 1}", "State: {\"b\": 4, \"c\": 20, \"d\": 1}", "State: {\"b\": 5, \"c\": 20, \"d\": 1}", "State: {\"b\": 4, \"c\": 20, \"d\": 1}", "State: {\"b\": 1, \"c\": 20, \"d\": 1}", "State: {\"b\": 1, \"c\": 0, \"d\": 1}"], "answer": "c = 0"} -{"question": "f = c + d\nc = 5\na = f // c\nf = 1\nf = d // 6\nc = a\nc = c\nf = 10 + 8", "steps": ["State: {\"a\": 12, \"c\": 12, \"d\": 3, \"f\": 15}", "State: {\"a\": 12, \"c\": 5, \"d\": 3, \"f\": 15}", "State: {\"a\": 3, \"c\": 5, \"d\": 3, \"f\": 15}", "State: {\"a\": 3, \"c\": 5, \"d\": 3, \"f\": 1}", "State: {\"a\": 3, \"c\": 5, \"d\": 3, \"f\": 0}", "State: {\"a\": 3, \"c\": 3, \"d\": 3, \"f\": 0}", "State: {\"a\": 3, \"c\": 3, \"d\": 3, \"f\": 0}", "State: {\"a\": 3, \"c\": 3, \"d\": 3, \"f\": 18}"], "answer": "f = 18"} -{"question": "e = 8\na = a\na = e // 5\na = 4\na = f - 6\nf = 10 // e\na = 2 + f\ne = f", "steps": ["State: {\"a\": -14, \"e\": 8, \"f\": 17}", "State: {\"a\": -14, \"e\": 8, \"f\": 17}", "State: {\"a\": 1, \"e\": 8, \"f\": 17}", "State: {\"a\": 4, \"e\": 8, \"f\": 17}", "State: {\"a\": 11, \"e\": 8, \"f\": 17}", "State: {\"a\": 11, \"e\": 8, \"f\": 1}", "State: {\"a\": 3, \"e\": 8, \"f\": 1}", "State: {\"a\": 3, \"e\": 1, \"f\": 1}"], "answer": "e = 1"} -{"question": "a = 6\ne = a\ne = e\na = 8 * 3\na = e // a\nf = a\na = 2 - a\na = a", "steps": ["State: {\"a\": 6, \"e\": -4, \"f\": -18}", "State: {\"a\": 6, \"e\": 6, \"f\": -18}", "State: {\"a\": 6, \"e\": 6, \"f\": -18}", "State: {\"a\": 24, \"e\": 6, \"f\": -18}", "State: {\"a\": 0, \"e\": 6, \"f\": -18}", "State: {\"a\": 0, \"e\": 6, \"f\": 0}", "State: {\"a\": 2, \"e\": 6, \"f\": 0}", "State: {\"a\": 2, \"e\": 6, \"f\": 0}"], "answer": "a = 2"} -{"question": "b = e\nf = 2 // e\nb = f // 10\nf = 10\ne = f\ne = 2 // e\nb = e * 6\nf = d - 7", "steps": ["State: {\"b\": -10, \"d\": -18, \"e\": -10, \"f\": 7}", "State: {\"b\": -10, \"d\": -18, \"e\": -10, \"f\": -1}", "State: {\"b\": -1, \"d\": -18, \"e\": -10, \"f\": -1}", "State: {\"b\": -1, \"d\": -18, \"e\": -10, \"f\": 10}", "State: {\"b\": -1, \"d\": -18, \"e\": 10, \"f\": 10}", "State: {\"b\": -1, \"d\": -18, \"e\": 0, \"f\": 10}", "State: {\"b\": 0, \"d\": -18, \"e\": 0, \"f\": 10}", "State: {\"b\": 0, \"d\": -18, \"e\": 0, \"f\": -25}"], "answer": "f = -25"} -{"question": "f = e * b\nc = e\nb = 8\nb = 6 + 10\nb = f + f\nb = c - e\nc = 6\nf = f + 3", "steps": ["State: {\"b\": -13, \"c\": -4, \"e\": -2, \"f\": 26}", "State: {\"b\": -13, \"c\": -2, \"e\": -2, \"f\": 26}", "State: {\"b\": 8, \"c\": -2, \"e\": -2, \"f\": 26}", "State: {\"b\": 16, \"c\": -2, \"e\": -2, \"f\": 26}", "State: {\"b\": 52, \"c\": -2, \"e\": -2, \"f\": 26}", "State: {\"b\": 0, \"c\": -2, \"e\": -2, \"f\": 26}", "State: {\"b\": 0, \"c\": 6, \"e\": -2, \"f\": 26}", "State: {\"b\": 0, \"c\": 6, \"e\": -2, \"f\": 29}"], "answer": "f = 29"} -{"question": "b = d\nd = e\ne = e - d\ne = e // b\nd = e // 3\nb = e - b\nd = 3 - b\nb = d", "steps": ["State: {\"b\": 16, \"d\": 16, \"e\": -11}", "State: {\"b\": 16, \"d\": -11, \"e\": -11}", "State: {\"b\": 16, \"d\": -11, \"e\": 0}", "State: {\"b\": 16, \"d\": -11, \"e\": 0}", "State: {\"b\": 16, \"d\": 0, \"e\": 0}", "State: {\"b\": -16, \"d\": 0, \"e\": 0}", "State: {\"b\": -16, \"d\": 19, \"e\": 0}", "State: {\"b\": 19, \"d\": 19, \"e\": 0}"], "answer": "b = 19"} -{"question": "d = 9 - d\nc = 4 + 3\na = 9 + 4\nc = d + 4\na = c // a\nc = c\nd = a // 7\nd = c - 5", "steps": ["State: {\"a\": 9, \"c\": 17, \"d\": -1}", "State: {\"a\": 9, \"c\": 7, \"d\": -1}", "State: {\"a\": 13, \"c\": 7, \"d\": -1}", "State: {\"a\": 13, \"c\": 3, \"d\": -1}", "State: {\"a\": 0, \"c\": 3, \"d\": -1}", "State: {\"a\": 0, \"c\": 3, \"d\": -1}", "State: {\"a\": 0, \"c\": 3, \"d\": 0}", "State: {\"a\": 0, \"c\": 3, \"d\": -2}"], "answer": "d = -2"} -{"question": "b = 5\ne = b + a\ne = e\ne = 1\ne = 6 * d\na = b - a\nd = a - 2\ne = b", "steps": ["State: {\"a\": -19, \"b\": 5, \"d\": -2, \"e\": -14}", "State: {\"a\": -19, \"b\": 5, \"d\": -2, \"e\": -14}", "State: {\"a\": -19, \"b\": 5, \"d\": -2, \"e\": -14}", "State: {\"a\": -19, \"b\": 5, \"d\": -2, \"e\": 1}", "State: {\"a\": -19, \"b\": 5, \"d\": -2, \"e\": -12}", "State: {\"a\": 24, \"b\": 5, \"d\": -2, \"e\": -12}", "State: {\"a\": 24, \"b\": 5, \"d\": 22, \"e\": -12}", "State: {\"a\": 24, \"b\": 5, \"d\": 22, \"e\": 5}"], "answer": "e = 5"} -{"question": "c = c - 7\nc = 10\nc = f\nf = f\nf = c\nc = c\nc = 4\nc = 1 + f", "steps": ["State: {\"c\": -7, \"f\": 17}", "State: {\"c\": 10, \"f\": 17}", "State: {\"c\": 17, \"f\": 17}", "State: {\"c\": 17, \"f\": 17}", "State: {\"c\": 17, \"f\": 17}", "State: {\"c\": 17, \"f\": 17}", "State: {\"c\": 4, \"f\": 17}", "State: {\"c\": 18, \"f\": 17}"], "answer": "c = 18"} -{"question": "d = d\nd = a\nd = 7\nd = d // 7\na = a + d\nd = a\nd = d\nd = a", "steps": ["State: {\"a\": 6, \"d\": -9}", "State: {\"a\": 6, \"d\": 6}", "State: {\"a\": 6, \"d\": 7}", "State: {\"a\": 6, \"d\": 1}", "State: {\"a\": 7, \"d\": 1}", "State: {\"a\": 7, \"d\": 7}", "State: {\"a\": 7, \"d\": 7}", "State: {\"a\": 7, \"d\": 7}"], "answer": "d = 7"} -{"question": "f = b + b\nb = d + 9\nf = f\nd = 4\nf = 3 // 4\nb = f * b\nf = b\nb = 4", "steps": ["State: {\"b\": -12, \"d\": -8, \"f\": -24}", "State: {\"b\": 1, \"d\": -8, \"f\": -24}", "State: {\"b\": 1, \"d\": -8, \"f\": -24}", "State: {\"b\": 1, \"d\": 4, \"f\": -24}", "State: {\"b\": 1, \"d\": 4, \"f\": 0}", "State: {\"b\": 0, \"d\": 4, \"f\": 0}", "State: {\"b\": 0, \"d\": 4, \"f\": 0}", "State: {\"b\": 4, \"d\": 4, \"f\": 0}"], "answer": "b = 4"} -{"question": "f = 1 - d\nf = 8\nb = 2 * e\nd = f\nb = 7\nb = d\nb = e - 10\nb = b + 9", "steps": ["State: {\"b\": -5, \"d\": 13, \"e\": 8, \"f\": -12}", "State: {\"b\": -5, \"d\": 13, \"e\": 8, \"f\": 8}", "State: {\"b\": 16, \"d\": 13, \"e\": 8, \"f\": 8}", "State: {\"b\": 16, \"d\": 8, \"e\": 8, \"f\": 8}", "State: {\"b\": 7, \"d\": 8, \"e\": 8, \"f\": 8}", "State: {\"b\": 8, \"d\": 8, \"e\": 8, \"f\": 8}", "State: {\"b\": -2, \"d\": 8, \"e\": 8, \"f\": 8}", "State: {\"b\": 7, \"d\": 8, \"e\": 8, \"f\": 8}"], "answer": "b = 7"} -{"question": "c = a + 7\nc = d\nd = d - 7\nc = c\nc = 4 + c\na = a\nd = 9\na = 10", "steps": ["State: {\"a\": 7, \"c\": 14, \"d\": 0}", "State: {\"a\": 7, \"c\": 0, \"d\": 0}", "State: {\"a\": 7, \"c\": 0, \"d\": -7}", "State: {\"a\": 7, \"c\": 0, \"d\": -7}", "State: {\"a\": 7, \"c\": 4, \"d\": -7}", "State: {\"a\": 7, \"c\": 4, \"d\": -7}", "State: {\"a\": 7, \"c\": 4, \"d\": 9}", "State: {\"a\": 10, \"c\": 4, \"d\": 9}"], "answer": "a = 10"} -{"question": "a = b * e\nb = b // c\nb = 2 // b\ne = e\ne = e - b\na = 4\nb = 5\nc = 3", "steps": ["State: {\"a\": 10, \"b\": -5, \"c\": 17, \"e\": -2}", "State: {\"a\": 10, \"b\": -1, \"c\": 17, \"e\": -2}", "State: {\"a\": 10, \"b\": -2, \"c\": 17, \"e\": -2}", "State: {\"a\": 10, \"b\": -2, \"c\": 17, \"e\": -2}", "State: {\"a\": 10, \"b\": -2, \"c\": 17, \"e\": 0}", "State: {\"a\": 4, \"b\": -2, \"c\": 17, \"e\": 0}", "State: {\"a\": 4, \"b\": 5, \"c\": 17, \"e\": 0}", "State: {\"a\": 4, \"b\": 5, \"c\": 3, \"e\": 0}"], "answer": "c = 3"} -{"question": "c = d + d\nc = b\nb = d\nb = d\nb = b\nd = c * b\nd = 10 + d\nc = 1 * 7", "steps": ["State: {\"b\": -6, \"c\": -38, \"d\": -19}", "State: {\"b\": -6, \"c\": -6, \"d\": -19}", "State: {\"b\": -19, \"c\": -6, \"d\": -19}", "State: {\"b\": -19, \"c\": -6, \"d\": -19}", "State: {\"b\": -19, \"c\": -6, \"d\": -19}", "State: {\"b\": -19, \"c\": -6, \"d\": 114}", "State: {\"b\": -19, \"c\": -6, \"d\": 124}", "State: {\"b\": -19, \"c\": 7, \"d\": 124}"], "answer": "c = 7"} -{"question": "f = 1\nb = 6\na = a\na = f\nf = f + b\na = f + a\na = a // 4\na = b * 6", "steps": ["State: {\"a\": -11, \"b\": -9, \"f\": 1}", "State: {\"a\": -11, \"b\": 6, \"f\": 1}", "State: {\"a\": -11, \"b\": 6, \"f\": 1}", "State: {\"a\": 1, \"b\": 6, \"f\": 1}", "State: {\"a\": 1, \"b\": 6, \"f\": 7}", "State: {\"a\": 8, \"b\": 6, \"f\": 7}", "State: {\"a\": 2, \"b\": 6, \"f\": 7}", "State: {\"a\": 36, \"b\": 6, \"f\": 7}"], "answer": "a = 36"} -{"question": "c = 8 - d\nd = 9 // 9\nc = 6\nc = f // 1\nd = a // a\nc = d * 8\nc = 9\nd = a", "steps": ["State: {\"a\": -16, \"c\": 15, \"d\": -7, \"f\": -20}", "State: {\"a\": -16, \"c\": 15, \"d\": 1, \"f\": -20}", "State: {\"a\": -16, \"c\": 6, \"d\": 1, \"f\": -20}", "State: {\"a\": -16, \"c\": -20, \"d\": 1, \"f\": -20}", "State: {\"a\": -16, \"c\": -20, \"d\": 1, \"f\": -20}", "State: {\"a\": -16, \"c\": 8, \"d\": 1, \"f\": -20}", "State: {\"a\": -16, \"c\": 9, \"d\": 1, \"f\": -20}", "State: {\"a\": -16, \"c\": 9, \"d\": -16, \"f\": -20}"], "answer": "d = -16"} -{"question": "b = a - 10\na = a\nb = b\na = 7\na = b - a\na = a * b\na = 9\nb = a", "steps": ["State: {\"a\": -3, \"b\": -13}", "State: {\"a\": -3, \"b\": -13}", "State: {\"a\": -3, \"b\": -13}", "State: {\"a\": 7, \"b\": -13}", "State: {\"a\": -20, \"b\": -13}", "State: {\"a\": 260, \"b\": -13}", "State: {\"a\": 9, \"b\": -13}", "State: {\"a\": 9, \"b\": 9}"], "answer": "b = 9"} -{"question": "b = b - 3\nb = c + b\nf = d\nd = 6 + 9\nc = b // d\nb = 3 - b\nf = c\nc = b", "steps": ["State: {\"b\": -3, \"c\": -18, \"d\": -6, \"f\": 20}", "State: {\"b\": -21, \"c\": -18, \"d\": -6, \"f\": 20}", "State: {\"b\": -21, \"c\": -18, \"d\": -6, \"f\": -6}", "State: {\"b\": -21, \"c\": -18, \"d\": 15, \"f\": -6}", "State: {\"b\": -21, \"c\": -2, \"d\": 15, \"f\": -6}", "State: {\"b\": 24, \"c\": -2, \"d\": 15, \"f\": -6}", "State: {\"b\": 24, \"c\": -2, \"d\": 15, \"f\": -2}", "State: {\"b\": 24, \"c\": 24, \"d\": 15, \"f\": -2}"], "answer": "c = 24"} -{"question": "a = f * a\nd = b + f\nd = 4\nd = a - 7\nf = 7 - a\nd = 10\nb = a\nd = 10 // 4", "steps": ["State: {\"a\": 0, \"b\": -12, \"d\": 16, \"f\": 14}", "State: {\"a\": 0, \"b\": -12, \"d\": 2, \"f\": 14}", "State: {\"a\": 0, \"b\": -12, \"d\": 4, \"f\": 14}", "State: {\"a\": 0, \"b\": -12, \"d\": -7, \"f\": 14}", "State: {\"a\": 0, \"b\": -12, \"d\": -7, \"f\": 7}", "State: {\"a\": 0, \"b\": -12, \"d\": 10, \"f\": 7}", "State: {\"a\": 0, \"b\": 0, \"d\": 10, \"f\": 7}", "State: {\"a\": 0, \"b\": 0, \"d\": 2, \"f\": 7}"], "answer": "d = 2"} -{"question": "f = 8\nc = c\nf = c // f\nb = c\nc = 6 - c\nf = b\nf = 8\nd = c", "steps": ["State: {\"b\": 1, \"c\": -6, \"d\": 6, \"f\": 8}", "State: {\"b\": 1, \"c\": -6, \"d\": 6, \"f\": 8}", "State: {\"b\": 1, \"c\": -6, \"d\": 6, \"f\": -1}", "State: {\"b\": -6, \"c\": -6, \"d\": 6, \"f\": -1}", "State: {\"b\": -6, \"c\": 12, \"d\": 6, \"f\": -1}", "State: {\"b\": -6, \"c\": 12, \"d\": 6, \"f\": -6}", "State: {\"b\": -6, \"c\": 12, \"d\": 6, \"f\": 8}", "State: {\"b\": -6, \"c\": 12, \"d\": 12, \"f\": 8}"], "answer": "d = 12"} -{"question": "c = d - f\na = 2 - f\na = d\na = 3\nf = c\nc = a + f\nf = 8 * c\na = 4", "steps": ["State: {\"a\": -7, \"c\": 21, \"d\": 7, \"f\": -14}", "State: {\"a\": 16, \"c\": 21, \"d\": 7, \"f\": -14}", "State: {\"a\": 7, \"c\": 21, \"d\": 7, \"f\": -14}", "State: {\"a\": 3, \"c\": 21, \"d\": 7, \"f\": -14}", "State: {\"a\": 3, \"c\": 21, \"d\": 7, \"f\": 21}", "State: {\"a\": 3, \"c\": 24, \"d\": 7, \"f\": 21}", "State: {\"a\": 3, \"c\": 24, \"d\": 7, \"f\": 192}", "State: {\"a\": 4, \"c\": 24, \"d\": 7, \"f\": 192}"], "answer": "a = 4"} -{"question": "d = 5 * 7\na = 8 // a\nd = a - 7\ne = 3 * a\nd = 1\na = d\nd = e\na = 6 - 2", "steps": ["State: {\"a\": 12, \"d\": 35, \"e\": 12}", "State: {\"a\": 0, \"d\": 35, \"e\": 12}", "State: {\"a\": 0, \"d\": -7, \"e\": 12}", "State: {\"a\": 0, \"d\": -7, \"e\": 0}", "State: {\"a\": 0, \"d\": 1, \"e\": 0}", "State: {\"a\": 1, \"d\": 1, \"e\": 0}", "State: {\"a\": 1, \"d\": 0, \"e\": 0}", "State: {\"a\": 4, \"d\": 0, \"e\": 0}"], "answer": "a = 4"} +version https://git-lfs.github.com/spec/v1 +oid sha256:333362aa0c49912d10c7d3533e2bae893dec99c17b594faa084d4e2230b6c944 +size 57575196