data_source
large_string
prompt
list
ability
large_string
reward_model
dict
extra_info
dict
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "19325\n21903\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/915/C", "idx": "i_from_o_direct_8128", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', 'Greedy algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[[], [[1, 1], [2, 2]]]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/567af2c8b46252f78400004d", "idx": "i_from_o_direct_8129", "question_source": "codewars", "source": "taco", "tags": "['Fundamentals', 'Data structures', 'Game theory']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "RXRLRLLR\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/11/E", "idx": "i_from_o_direct_8130", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', 'Sorting', 'Greedy algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "3\n1 3 10\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/108/B", "idx": "i_from_o_direct_8131", "question_source": "codeforces", "source": "taco", "tags": "['Sorting', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "dbcba 2\n3\na b 55\nb z 100\nb c 50\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/73/C", "idx": "i_from_o_direct_8132", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "36\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1143/B", "idx": "i_from_o_direct_8133", "question_source": "codeforces", "source": "taco", "tags": "['Number theory', 'Mathematics', 'Complete search']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "2 4\n2 4\n", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/abc121/tasks/abc121_a", "idx": "i_from_o_direct_8134", "question_source": "atcoder", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "5\n1\n2 1 2 10\n2\n10 5 2 10 1 1 2 5\n2\n10 5 1 10 5 1 1 1\n2\n1 1 1 1 1 1 1 1\n1\n10000 10000 10000 10000\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1203/B", "idx": "i_from_o_direct_8135", "question_source": "codeforces", "source": "taco", "tags": "['Mathematics', 'Greedy algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "1000 1000 4\n50 47\n51 50\n50 51\n51 51\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/559/C", "idx": "i_from_o_direct_8136", "question_source": "codeforces", "source": "taco", "tags": "['Number theory', 'Combinatorics', 'Dynamic programming', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "3 5 7\n", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/abc125/tasks/abc125_a", "idx": "i_from_o_direct_8137", "question_source": "atcoder", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "1 2\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1095/C", "idx": "i_from_o_direct_8138", "question_source": "codeforces", "source": "taco", "tags": "['Bit manipulation', 'Greedy algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "['Carlos-Ray Norris', 'Carlos-Ray Norris:']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/580a8f039a90a3654b000032", "idx": "i_from_o_direct_8139", "question_source": "codewars", "source": "taco", "tags": "['Ad-hoc']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "140 119\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/625/C", "idx": "i_from_o_direct_8140", "question_source": "codeforces", "source": "taco", "tags": "['Implementation', 'Constructive algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "99\n5 3 4 4 5 4 4 4 3 5 4 3 3 4 3 5 5 5 5 4 3 3 5 3 4 5 3 5 4 4 3 5 5 4 4 4 4 3 5 3 3 5 5 5 5 5 4 3 4 4 3 5 5 3 3 8 4 4 5 4 4 5 4 4 4 4 5 5 4 3 3 4 3 5 3 3 3 3 4 4 4 4 3 4 5 4 4 5 5 5 3 4 5 3 4 5 4 3 3\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/991/B", "idx": "i_from_o_direct_8141", "question_source": "codeforces", "source": "taco", "tags": "['Sorting', 'Greedy algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[[25, 25, 50]]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/555615a77ebc7c2c8a0000b8", "idx": "i_from_o_direct_8142", "question_source": "codewars", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "4\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/171/D", "idx": "i_from_o_direct_8143", "question_source": "codeforces", "source": "taco", "tags": "['Complete search']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "6 1\n2 1\n2 3\n2 5\n5 4\n5 6\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1085/D", "idx": "i_from_o_direct_8144", "question_source": "codeforces", "source": "taco", "tags": "['Tree algorithms', 'Implementation', 'Constructive algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "513\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/27/E", "idx": "i_from_o_direct_8147", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', 'Number theory', 'Complete search']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "9\n17 16 8 1 6 29 41 4 18\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1145/D", "idx": "i_from_o_direct_8148", "question_source": "codeforces", "source": "taco", "tags": "['Implementation']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "3 3 10\n60 2 2 4\n70 8 7 9\n50 2 3 9", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/abc167/tasks/abc167_c", "idx": "i_from_o_direct_8149", "question_source": "atcoder", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "1\n))))))())()))())))))\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1598/F", "idx": "i_from_o_direct_8150", "question_source": "codeforces", "source": "taco", "tags": "['Bit manipulation', 'Sorting', 'Complete search', 'Dynamic programming', 'Data structures']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "5\n11001\n10011\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1017/B", "idx": "i_from_o_direct_8151", "question_source": "codeforces", "source": "taco", "tags": "['Mathematics', 'Implementation']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "7 7\n1 3\n3 6\n3 7\n5 3\n6 2\n6 7\n7 2\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/915/D", "idx": "i_from_o_direct_8152", "question_source": "codeforces", "source": "taco", "tags": "['Graph algorithms', 'Graph traversal']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "1\n98989876 57298808\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1257/B", "idx": "i_from_o_direct_8153", "question_source": "codeforces", "source": "taco", "tags": "['Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[['12']]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/57ebaa8f7b45ef590c00000c", "idx": "i_from_o_direct_8154", "question_source": "codewars", "source": "taco", "tags": "['String algorithms', 'Fundamentals', 'Data structures']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[3, 3, 3, 3, 2]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5ac95cb05624bac42e000005", "idx": "i_from_o_direct_8155", "question_source": "codewars", "source": "taco", "tags": "['Fundamentals', 'Sorting', 'Data structures']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "100\n624 781 657 428 366 652 558 570 490 623 46 606 182 302 867 384 32 601 46 376 223 688 509 290 739 54 2 445 966 907 792 146 468 732 908 673 506 825 424 325 624 836 524 324 624 954 469 621 255 536 588 821 334 231 20 850 642 5 735 199 506 97 358 554 589 344 513 456 226 472 625 601 816 813 297 609 ...
{ "contest_id": "https://codeforces.com/problemset/problem/1423/J", "idx": "i_from_o_direct_8156", "question_source": "codeforces", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "10 14\n2 1 1\n3 2 1\n4 5 1\n1 4 1\n4 4 1\n3 3 1\n2 2 2\n2 1 2\n1 3 1\n2 4 0\n5 1 2\n5 2 2\n5 3 2\n5 4 2\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1387/A", "idx": "i_from_o_direct_8157", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', 'Sorting', 'Graph traversal', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "1\n1\nb\n1\n?:lala b!\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/754/C", "idx": "i_from_o_direct_8158", "question_source": "codeforces", "source": "taco", "tags": "['Constructive algorithms', 'String algorithms', 'Implementation', 'Complete search', 'Dynamic programming']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[[6]]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/58c47a95e4eb57a5b9000094", "idx": "i_from_o_direct_8159", "question_source": "codewars", "source": "taco", "tags": "['Bit manipulation', 'Fundamentals', 'Ad-hoc']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "1\n2226 60590 11\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1538/D", "idx": "i_from_o_direct_8160", "question_source": "codeforces", "source": "taco", "tags": "['Number theory', 'Mathematics', 'Constructive algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "10\n9 13 18 7 18 13 2 2 5 16 3 17 5 4 18 2 15 11 7 15\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/648/B", "idx": "i_from_o_direct_8161", "question_source": "codeforces", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[[10, -10], [-10, 10]]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/57bfea4cb19505912900012c", "idx": "i_from_o_direct_8162", "question_source": "codewars", "source": "taco", "tags": "['Geometry', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "350\nzozrzoroozeeeenneorernooeozronozeoeeeonzeeeroroneerznonzeonenennnenonroenenoeeeoeorzerreooroeoreoneoeeoerznoenzrznoonzreoezozrozreoooznzenzenereernrroozeereoeeeozeezenneroooeenoeozooooonozroeroenenneeooneozonerrezeoernoonooeozorrozeooeeeoooroneoozoeznzzeeorrzoooznreeeeeeeooonroezenoeeeennorrrn...
{ "contest_id": "https://codeforces.com/problemset/problem/1220/A", "idx": "i_from_o_direct_8163", "question_source": "codeforces", "source": "taco", "tags": "['String algorithms', 'Sorting', 'Implementation']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "100 100\n2 2 3 5 5 7 7 8 8 10 10 11 14 14 14 16 18 19 20 20 21 22 22 22 22 23 23 23 24 27 27 29 30 32 35 38 38 39 42 43 45 45 45 45 46 48 49 49 50 50 52 54 56 56 57 57 57 60 62 63 63 65 65 65 65 68 71 72 72 73 73 73 76 77 78 78 79 82 84 84 85 86 86 87 88 89 89 90 90 90 90 92 92 95 95 95 97 98 98 10...
{ "contest_id": "https://codeforces.com/problemset/problem/1185/C1", "idx": "i_from_o_direct_8164", "question_source": "codeforces", "source": "taco", "tags": "['Sorting', 'Greedy algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "10\n9 6 8\n5 5 2\n8 3 2\n2 7 9\n6 4 7\n1 1 8\n2 2 1\n10 2 3\n12 5 4\n10 5 4\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1007/B", "idx": "i_from_o_direct_8165", "question_source": "codeforces", "source": "taco", "tags": "['Bit manipulation', 'Combinatorics', 'Complete search', 'Number theory', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "5 8\nwmmmmrww\nwwrnmmmw\nwxxxxgww\nggggxgww\nssssmcww\nxxxxzcww\nwkwwwkww\nwcccccww\nwwwwwwww\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1181/C", "idx": "i_from_o_direct_8166", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', 'Combinatorics', 'Implementation', 'Complete search']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "['Liam,Madison,Lyli,Jacob,Matthew,Michael', [2, 6, 5, 5, 3, 4], 6]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5616868c81a0f281e500005c", "idx": "i_from_o_direct_8167", "question_source": "codewars", "source": "taco", "tags": "['String algorithms', 'Fundamentals', 'Sorting']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "['test', 'lllt']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5669a5113c8ebf16ed00004c", "idx": "i_from_o_direct_8168", "question_source": "codewars", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "-12", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/abc172/tasks/abc172_a", "idx": "i_from_o_direct_8169", "question_source": "atcoder", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "40 2 38\n224105409233792 586599810900084 588772888987010 219260799979694 777339087027328 103515575207354 860202421624712 255439666538409 755911871216480 109041597902643 147934509928121 205725727751951 525742014723492 316458265804420 651215569328197 361263234828607 551024807497925 964465360472167 41...
{ "contest_id": "https://atcoder.jp/contests/abc057/tasks/abc057_d", "idx": "i_from_o_direct_8170", "question_source": "atcoder", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "['r slkv mlylwb wvxlwvh gsrh nvhhztv']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/565b9d6f8139573819000056", "idx": "i_from_o_direct_8172", "question_source": "codewars", "source": "taco", "tags": "['Game theory', 'Ad-hoc']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "1 1\n-1\n1 2\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/302/A", "idx": "i_from_o_direct_8173", "question_source": "codeforces", "source": "taco", "tags": "['Implementation']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "['', [4, 2, 1, 4, 3, 1, 2], 6]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5616868c81a0f281e500005c", "idx": "i_from_o_direct_8174", "question_source": "codewars", "source": "taco", "tags": "['String algorithms', 'Fundamentals', 'Sorting']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "100\n1\n100000\n4\n0 100\n90 100\n100 100\n101 100", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/arc082/tasks/arc082_d", "idx": "i_from_o_direct_8175", "question_source": "atcoder", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": ")#(())()\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/495/C", "idx": "i_from_o_direct_8176", "question_source": "codeforces", "source": "taco", "tags": "['Greedy algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "2 2 7122\n71 227\n1 3451\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/831/D", "idx": "i_from_o_direct_8177", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', 'Sorting', 'Complete search', 'Greedy algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "2 2\n1 1\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1169/C", "idx": "i_from_o_direct_8178", "question_source": "codeforces", "source": "taco", "tags": "['Sorting', 'Greedy algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "baaaaaaa`` aabaaaaaa` aaaaa`aaab", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/abc060/tasks/abc060_a", "idx": "i_from_o_direct_8179", "question_source": "atcoder", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[3, 1, 2]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/59e255c07997cb248500008c", "idx": "i_from_o_direct_8180", "question_source": "codewars", "source": "taco", "tags": "['Ad-hoc']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "1 0\n1 1 288141798 31112026\n1 862166501 30583621\n1 790845747\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1184/B2", "idx": "i_from_o_direct_8181", "question_source": "codeforces", "source": "taco", "tags": "['Sorting', 'Graph algorithms', 'Flows and cuts', 'Shortest paths']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "3\n1 1\n1 0\n0 0\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/504/A", "idx": "i_from_o_direct_8182", "question_source": "codeforces", "source": "taco", "tags": "['Constructive algorithms', 'Sorting', 'Greedy algorithms', 'Tree algorithms', 'Data structures']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "2018 214\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/933/B", "idx": "i_from_o_direct_8183", "question_source": "codeforces", "source": "taco", "tags": "['Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "['What the hell am I doing here? And where is my wallet? PETE SMASH!']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/571d0c80eed4a1c850000ef2", "idx": "i_from_o_direct_8184", "question_source": "codewars", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "2\n5 1 1\n101 1 0", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/abc086/tasks/arc089_a", "idx": "i_from_o_direct_8185", "question_source": "atcoder", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[25]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/522551eee9abb932420004a0", "idx": "i_from_o_direct_8186", "question_source": "codewars", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[[-1, -29, -26, -2]]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5a651865fd56cb55760000e0", "idx": "i_from_o_direct_8187", "question_source": "codewars", "source": "taco", "tags": "['Fundamentals', 'Data structures']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "11\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1221/B", "idx": "i_from_o_direct_8188", "question_source": "codeforces", "source": "taco", "tags": "['Greedy algorithms', 'Constructive algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "['02|15|59, 2|47|16, 02|17|20, 2|32|34, 2|17|17, 2|22|00, 2|31|41']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/55b3425df71c1201a800009c", "idx": "i_from_o_direct_8189", "question_source": "codewars", "source": "taco", "tags": "['String algorithms', 'Fundamentals', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "['Example string']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5878520d52628a092f0002d0", "idx": "i_from_o_direct_8190", "question_source": "codewars", "source": "taco", "tags": "['Fundamentals']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "100\n1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100\n"...
{ "contest_id": "https://codeforces.com/problemset/problem/358/A", "idx": "i_from_o_direct_8191", "question_source": "codeforces", "source": "taco", "tags": "['Implementation', 'Complete search']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "3 2\n0 3 2\n1 3\n3 1\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/691/D", "idx": "i_from_o_direct_8192", "question_source": "codeforces", "source": "taco", "tags": "['Spanning trees', 'Graph traversal', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[[]]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/576b93db1129fcf2200001e6", "idx": "i_from_o_direct_8193", "question_source": "codewars", "source": "taco", "tags": "['Fundamentals']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "6 8\n2 4 8044\n6 4 7952\n2 5 6723\n6 4 8105\n1 5 6648\n1 6 6816\n1 3 7454\n5 3 6857\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/21/D", "idx": "i_from_o_direct_8194", "question_source": "codeforces", "source": "taco", "tags": "['Bit manipulation', 'Graph algorithms', 'Flows and cuts']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "0 2 0\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/81/B", "idx": "i_from_o_direct_8195", "question_source": "codeforces", "source": "taco", "tags": "['String algorithms', 'Implementation']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[0]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/53da3dbb4a5168369a0000fe", "idx": "i_from_o_direct_8196", "question_source": "codewars", "source": "taco", "tags": "['Fundamentals', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "25\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/472/A", "idx": "i_from_o_direct_8197", "question_source": "codeforces", "source": "taco", "tags": "['Number theory', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "193567\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/670/A", "idx": "i_from_o_direct_8198", "question_source": "codeforces", "source": "taco", "tags": "['Greedy algorithms', 'Complete search', 'Mathematics', 'Constructive algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "1\nh\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/701/C", "idx": "i_from_o_direct_8199", "question_source": "codeforces", "source": "taco", "tags": "['String algorithms', 'Sorting', 'Amortized analysis']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "100 1000000\nabbabbabbbbaabababbaabbbaaaabbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbabbababbbababaabbbba\nbabbaaabbabbabaababaaaaababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbaaaabbbaabbababaabbbbabbabba\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1083/B", "idx": "i_from_o_direct_8201", "question_source": "codeforces", "source": "taco", "tags": "['String algorithms', 'Greedy algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "3\n1 2\n01\nRL\n3 3\n001\n101\n110\nRLL\nDLD\nULL\n3 3\n100\n000\n000\nRRD\nRLD\nULL\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1335/F", "idx": "i_from_o_direct_8202", "question_source": "codeforces", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[7]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/53da3dbb4a5168369a0000fe", "idx": "i_from_o_direct_8203", "question_source": "codewars", "source": "taco", "tags": "['Fundamentals', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "000", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/abc178/tasks/abc178_a", "idx": "i_from_o_direct_8204", "question_source": "atcoder", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[808, 'alfbpmmpz']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5805ed25c2799821cb000005", "idx": "i_from_o_direct_8205", "question_source": "codewars", "source": "taco", "tags": "['Fundamentals', 'Data structures', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[10]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/59f8750ac374cba8f0000033", "idx": "i_from_o_direct_8206", "question_source": "codewars", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "1 2 34\n28 27\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/167/A", "idx": "i_from_o_direct_8207", "question_source": "codeforces", "source": "taco", "tags": "['Implementation']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "15\n2 1\n3 1\n4 1\n5 1\n6 2\n7 1\n8 1\n9 1\n10 2\n11 9\n12 3\n13 5\n14 5\n15 4\n1 1 0 0 0 0 1 1 1 0 1 1 1 0 0\n1 0 1 1 0 1 1 1 1 1 1 1 1 1 0\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/430/C", "idx": "i_from_o_direct_8208", "question_source": "codeforces", "source": "taco", "tags": "['Tree algorithms', 'Graph traversal']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "1 1 4 4 1\n6 3\n1 1\n3", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/abc160/tasks/abc160_e", "idx": "i_from_o_direct_8209", "question_source": "atcoder", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "16\n14 34 23 53 11 40 76 12 91 50 32 149 36 33 41 9\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/626/D", "idx": "i_from_o_direct_8210", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', 'Combinatorics', 'Complete search', 'Probability']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "debsa`ubr\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/385/B", "idx": "i_from_o_direct_8211", "question_source": "codeforces", "source": "taco", "tags": "['String algorithms', 'Implementation', 'Greedy algorithms', 'Complete search', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "cbcbaccaaa\nabcbabbbaa\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1499/E", "idx": "i_from_o_direct_8212", "question_source": "codeforces", "source": "taco", "tags": "['String algorithms', 'Combinatorics', 'Dynamic programming', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "2\n1 4\n5\n1 1 0\n1 0 1\n1 0 1\n1 0 0\n1 0 2\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1266/E", "idx": "i_from_o_direct_8213", "question_source": "codeforces", "source": "taco", "tags": "['Data structures', 'Implementation', 'Greedy algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "10\nUUDUDUUDDU\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/733/E", "idx": "i_from_o_direct_8214", "question_source": "codeforces", "source": "taco", "tags": "['Data structures', 'Amortized analysis', 'Mathematics', 'Constructive algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "2 4\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/907/D", "idx": "i_from_o_direct_8215", "question_source": "codeforces", "source": "taco", "tags": "['Complete search', 'Mathematics', 'Constructive algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "24 6\n33 46 12 65 3 6 46 33 57 0 21 50 73 13 75 126 50 45 39 1 6 22 12 27\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/883/I", "idx": "i_from_o_direct_8216", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', 'Sorting']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "96705 3\n57806 2459 59926 56549 35045 18030 47298 86620 75699 51695 55520 58784 12060 55085 10558 56760 46273 95934 26168 80369 78506 15028 4546 32552 53303 40774 86614 81092 54806 31763 41259 90159 90076 39579 30548 60614 22783 61044 7989 1249 15422 76807 65632 71046 95635 1990 43634 1081 92475 39...
{ "contest_id": "https://atcoder.jp/contests/arc099/tasks/arc099_a", "idx": "i_from_o_direct_8217", "question_source": "atcoder", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "['hello example (words(more words) here) something']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5f7c38eb54307c002a2b8cc8", "idx": "i_from_o_direct_8218", "question_source": "codewars", "source": "taco", "tags": "['String algorithms', 'Fundamentals']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "['200 / 2 / 10 / 5']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/582b3b085ad95285c4000013", "idx": "i_from_o_direct_8219", "question_source": "codewars", "source": "taco", "tags": "['String algorithms', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "10\n100000010 23436524 225774845 0 1237987973 600000000 700000000 667029535 518484041 1000011000\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1216/D", "idx": "i_from_o_direct_8220", "question_source": "codeforces", "source": "taco", "tags": "['Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[1000, [0, 2, 3, 6]]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5603a4dd3d96ef798f000068", "idx": "i_from_o_direct_8221", "question_source": "codewars", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "zyWvXBcUZqGqjHwZHQryBtFliLYnweXAoMKNpLaunaOlzaauWmLtywsEvWPiwxJapocAFRMjrqWJXYqfKEbBKnzLO\npsbi bsXpSeJaCkIuPWfSRADXdIClxcDCowwJzGCDTyAl\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/43/B", "idx": "i_from_o_direct_8222", "question_source": "codeforces", "source": "taco", "tags": "['String algorithms', 'Implementation']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "100000 2\n+ 57314\n+ 85971\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/155/D", "idx": "i_from_o_direct_8223", "question_source": "codeforces", "source": "taco", "tags": "['Number theory', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "2\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/93/C", "idx": "i_from_o_direct_8224", "question_source": "codeforces", "source": "taco", "tags": "['Implementation', 'Complete search']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "46592 32 232\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/239/A", "idx": "i_from_o_direct_8225", "question_source": "codeforces", "source": "taco", "tags": "['Mathematics', 'Implementation', 'Greedy algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "6 10\n..........\nS.........\n......S...\n.S........\n.........S\n...S......\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/330/A", "idx": "i_from_o_direct_8226", "question_source": "codeforces", "source": "taco", "tags": "['Implementation', 'Complete search']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[10]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/56cca888a9d0f25985000036", "idx": "i_from_o_direct_8227", "question_source": "codewars", "source": "taco", "tags": "[]" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "5 00001\n10010 1552 30000 24755 20000\n37477\n20 0 4 3 10\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1219/D", "idx": "i_from_o_direct_8228", "question_source": "codeforces", "source": "taco", "tags": "['Data structures', 'Greedy algorithms']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "5\n2 3 5 4 1\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/352/D", "idx": "i_from_o_direct_8230", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', 'Combinatorics', 'Probability']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "[5000, 7]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/55f1a53d9c77b0ed4100004e", "idx": "i_from_o_direct_8231", "question_source": "codewars", "source": "taco", "tags": "['Fundamentals', 'Combinatorics', 'Data structures', 'Mathematics']" }
code_io_taco
[ { "content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."...
i_from_o_direct
{ "ground_truth": "40\n155 1470176 7384 765965701 1075 4 561554 6227772 93 16304522 1744 662 3 292572860 19335 908613 42685804 347058 20 132560 3848974 69067081 58 2819 111752888 408 81925 30 11951 4564 251 26381275 473392832 50628 180819969 2378797 10076746 12 214492 31291\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/766/B", "idx": "i_from_o_direct_8232", "question_source": "codeforces", "source": "taco", "tags": "['Constructive algorithms', 'Geometry', 'Sorting', 'Greedy algorithms', 'Number theory', 'Mathematics']" }