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": "[2, 2, 2]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5b9e29dc1d5ed219910000a7", "idx": "i_from_o_direct_6486", "question_source": "codewars", "source": "taco", "tags": "['Mathematics', '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": "['hello world! hello world!', 'hello wo|rld!']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/581951b3704cccfdf30000d2", "idx": "i_from_o_direct_6487", "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": "['00010100', '01011100']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5bec507e1ab6db71110001fc", "idx": "i_from_o_direct_6488", "question_source": "codewars", "source": "taco", "tags": "['String algorithms', '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, 2, 3, 4, 5, 6, 7, 8, 9, 0]]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/578aa45ee9fd15ff4600090d", "idx": "i_from_o_direct_6489", "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": "3\n0 9 9\n9 0 9\n9 9 0\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1220/B", "idx": "i_from_o_direct_6490", "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": "8 1\n769 58454\n48687 67740\n51730 90641\n39410 27719\n63633 23862\n39951 40870\n56520 69058\n15454 9033\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1140/C", "idx": "i_from_o_direct_6491", "question_source": "codeforces", "source": "taco", "tags": "['Sorting', 'Data structures', '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\n1 13\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/847/H", "idx": "i_from_o_direct_6492", "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": "10 17\n5 1\n8 1\n2 1\n2 6\n3 1\n5 8\n3 7\n8 6\n4 7\n2 7\n9 7\n10 7\n3 6\n4 1\n9 1\n8 7\n10 1\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/687/A", "idx": "i_from_o_direct_6493", "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": "15\n9 15\n6 3\n12 8\n3 14\n14 15\n11 15\n6 15\n6 15\n20 15\n2 10\n2 15\n13 15\n2 15\n20 15\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1041/E", "idx": "i_from_o_direct_6494", "question_source": "codeforces", "source": "taco", "tags": "['Greedy algorithms', 'Graph algorithms', 'Data structures', '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": "12 8\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/932/E", "idx": "i_from_o_direct_6495", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', 'Combinatorics', '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": "['hey']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5ef9ca8b76be6d001d5e1c3e", "idx": "i_from_o_direct_6496", "question_source": "codewars", "source": "taco", "tags": "['Bit manipulation']" }
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": "94079 1\n1157 7058 2164\npppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp...
{ "contest_id": "https://atcoder.jp/contests/abc149/tasks/abc149_d", "idx": "i_from_o_direct_6497", "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": "6\n2 1 0 0 -1 -1\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1130/A", "idx": "i_from_o_direct_6498", "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": "['Panda has 48 apples and loses 4']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/57b9fc5b8f5813384a000aa3", "idx": "i_from_o_direct_6499", "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": "3 4 0\n2 4 2 3\n.@.\n-@.\n..@", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/abc170/tasks/abc170_f", "idx": "i_from_o_direct_6500", "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": "7\nRUURURR\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/935/B", "idx": "i_from_o_direct_6501", "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": "10 1 4", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/abc175/tasks/abc175_c", "idx": "i_from_o_direct_6502", "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": "108\n??CAC?A?ACCA??A?CA??AA?TA?AT?????CCC????A??T?C?CATA??CAA?T?CT??A?TA?AC?T??G???GG?G??CCC??AA?CG????T?CT?AA?AA\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/747/B", "idx": "i_from_o_direct_6503", "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": "10\n...L......\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/405/B", "idx": "i_from_o_direct_6505", "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": "9\n1 2\n3 4\n4 6\n1 4\n0 2\n4 1\n2 3\n2 2\n1 5\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1066/F", "idx": "i_from_o_direct_6506", "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": "[5]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5419cf8939c5ef0d50000ef2", "idx": "i_from_o_direct_6507", "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": "100000 8050\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1158/B", "idx": "i_from_o_direct_6508", "question_source": "codeforces", "source": "taco", "tags": "['String algorithms', '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 20 10\n15 15\n16 0\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/4/D", "idx": "i_from_o_direct_6509", "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": "15\n2 72 35 69 62 73 58 9 4 95 97 14 41 79 34\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/659/G", "idx": "i_from_o_direct_6510", "question_source": "codeforces", "source": "taco", "tags": "['Number theory', 'Combinatorics', '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": "199\nBWWBBWBBBBBWWWWWWBWBBBWBBWBBWBBWBBWBBWWBBBWWBBWWBWWWWBWWWBBBBWWWBWBBWBBWWBWWWWBBWBWWWWWWBWWWBBBBBWBBWBBWWBWWBWBWWWWWWWBWWBBBBBWWWBBWBWWBBBBBBBBWBWWBWWWWBBBWBBWBWBWBWBBWWBWBWWWBBBWWBBWWWWWBBWBBWBBWWBB\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1271/B", "idx": "i_from_o_direct_6511", "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": "3\n1 1 2\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/407/B", "idx": "i_from_o_direct_6512", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', '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\n2 8\n50 448\n2 1011110\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1245/F", "idx": "i_from_o_direct_6513", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', 'Bit manipulation', 'Combinatorics', '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": "105\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/233/A", "idx": "i_from_o_direct_6514", "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": "9\n()(\n()())\n(\n(\n))))())((()((\n(\n)(()(\n)())(\n)()(\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/990/C", "idx": "i_from_o_direct_6515", "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\n3 1 1\n1\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/386/B", "idx": "i_from_o_direct_6516", "question_source": "codeforces", "source": "taco", "tags": "['Sorting', '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": "[101956166]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/52742f58faf5485cae000b9a", "idx": "i_from_o_direct_6517", "question_source": "codewars", "source": "taco", "tags": "['String 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": "203610\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/493/D", "idx": "i_from_o_direct_6518", "question_source": "codeforces", "source": "taco", "tags": "['Game 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": "-8", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/abc053/tasks/abc053_a", "idx": "i_from_o_direct_6519", "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": "100 1\n0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/680/B", "idx": "i_from_o_direct_6520", "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": "10 10\nababababaa\nababababab\nabababacab\nababababab\nababababab\nababababab\nbbababaaab\nabaaababab\nababababab\nababababab\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/18/E", "idx": "i_from_o_direct_6521", "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": "1\n1000000100\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1277/F", "idx": "i_from_o_direct_6522", "question_source": "codeforces", "source": "taco", "tags": "['Constructive algorithms', 'Combinatorics', 'Complete search', 'Greedy algorithms', 'Mathematics', '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": "43 1 46 49\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/907/A", "idx": "i_from_o_direct_6523", "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": "['']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/58902f676f4873338700011f", "idx": "i_from_o_direct_6524", "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": "486624528 876920242\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1202/F", "idx": "i_from_o_direct_6525", "question_source": "codeforces", "source": "taco", "tags": "['Mathematics', '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": "41\n21 12\n1 35\n20 11\n35 40\n13 33\n32 14\n3 30\n16 17\n38 1\n13 16\n15 21\n15 23\n25 20\n26 29\n27 25\n37 27\n22 37\n25 7\n33 35\n60 41\n15 24\n22 13\n15 3\n13 19\n22 15\n36 34\n26 38\n15 8\n17 18\n37 36\n30 2\n37 6\n27 9\n15 5\n3 10\n27 39\n17 28\n15 5\n19 4\n39 32\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1206/F", "idx": "i_from_o_direct_6526", "question_source": "codeforces", "source": "taco", "tags": "['Tree 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": "5 3\n0 1\n2 3\n4 5\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/101/B", "idx": "i_from_o_direct_6527", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', '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": "98\n49633593424238946228753574785033663393046515774919065229285836778263762289889151310882662050295958\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1060/A", "idx": "i_from_o_direct_6528", "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": "110 101 767", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/abc127/tasks/abc127_e", "idx": "i_from_o_direct_6529", "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": "['2016-12-25']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5c2bedd7eb9aa95abe14d0ed", "idx": "i_from_o_direct_6530", "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": "[['sheep', 'sheep', 'sheep', 'sheep', 'sheep', 'wolf', 'sheep', 'sheep']]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5c8bfa44b9d1192e1ebd3d15", "idx": "i_from_o_direct_6531", "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": "4 0 100500\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/489/F", "idx": "i_from_o_direct_6532", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', 'Combinatorics']" }
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": "50\n49 6\n43 7\n1 27\n19 35\n15 37\n16 12\n19 21\n16 28\n67 9\n48 39\n10 1\n2 48\n9 50\n44 3\n41 32\n48 31\n49 33\n6 11\n13 20\n49 22\n13 41\n93 29\n13 46\n15 47\n34 2\n49 13\n48 14\n34 24\n16 36\n13 40\n49 34\n49 17\n43 25\n11 23\n10 15\n27 26\n34 44\n16 42\n19 18\n46 8\n29 40\n1 45\n12 43\n13 16\...
{ "contest_id": "https://codeforces.com/problemset/problem/1206/F", "idx": "i_from_o_direct_6533", "question_source": "codeforces", "source": "taco", "tags": "['Tree 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": "1 1 -3\n0 3 3 0\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1032/D", "idx": "i_from_o_direct_6534", "question_source": "codeforces", "source": "taco", "tags": "['Geometry', '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": "1 0\n1\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/999/A", "idx": "i_from_o_direct_6535", "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": "1\n2\n601 2\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1234/A", "idx": "i_from_o_direct_6536", "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": "4\n363034183 761466960 657823174 453546052\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/272/B", "idx": "i_from_o_direct_6537", "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": "4\na\nb\nc\nd\nd3<c3<b3<a4<\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/358/B", "idx": "i_from_o_direct_6538", "question_source": "codeforces", "source": "taco", "tags": "['String algorithms', '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": "1\n6 3\n0 1 7\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1521/E", "idx": "i_from_o_direct_6539", "question_source": "codeforces", "source": "taco", "tags": "['Sorting', 'Constructive 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": "5 0 -1 1 1\nSESNW\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/298/B", "idx": "i_from_o_direct_6540", "question_source": "codeforces", "source": "taco", "tags": "['Complete search', '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": "12 5\n000010000100\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1216/F", "idx": "i_from_o_direct_6541", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', '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": "['twelfthstreet']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/59c633e7dcc4053512000073", "idx": "i_from_o_direct_6542", "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": "10 3\n4 0 4 1 1 0 1 0 0 0\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/67/B", "idx": "i_from_o_direct_6543", "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": "1 1 2 2 1 1\n00000000000000000 10000000000000000 10000000000000000\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1293/D", "idx": "i_from_o_direct_6544", "question_source": "codeforces", "source": "taco", "tags": "['Constructive algorithms', 'Geometry', 'Implementation', 'Greedy algorithms', '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 1\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/417/C", "idx": "i_from_o_direct_6545", "question_source": "codeforces", "source": "taco", "tags": "['Graph 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": "4\n01\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1038/F", "idx": "i_from_o_direct_6546", "question_source": "codeforces", "source": "taco", "tags": "['String algorithms', '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": "10\n1 3 2 16 25 36 49 64 81 100\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/496/A", "idx": "i_from_o_direct_6547", "question_source": "codeforces", "source": "taco", "tags": "['Mathematics', '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 3\n-.#\n$#.\n.$.", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/arc081/tasks/arc081_d", "idx": "i_from_o_direct_6548", "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 1 1000010010\n1131728025\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/415/B", "idx": "i_from_o_direct_6549", "question_source": "codeforces", "source": "taco", "tags": "['Mathematics', 'Sorting', '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, 16, 20, 6, 14, 11, 20, 2, 17, 16, 14], 16]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/59a9919107157a45220000e1", "idx": "i_from_o_direct_6550", "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": "pr\ntqx\nab\n1\nrbcrqrw\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/61/B", "idx": "i_from_o_direct_6551", "question_source": "codeforces", "source": "taco", "tags": "['String 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": "786 393\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/417/C", "idx": "i_from_o_direct_6552", "question_source": "codeforces", "source": "taco", "tags": "['Graph 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": "['3388049750']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5a2d70a6f28b821ab4000004", "idx": "i_from_o_direct_6553", "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": "4\n2\n1 1\n3\n1 31 12\n3\n12345 67 98\n9\n1 2 3 4 4 6 7 11 9\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/856/C", "idx": "i_from_o_direct_6554", "question_source": "codeforces", "source": "taco", "tags": "['Dynamic programming', 'Combinatorics', '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": "['xyz', 'yxxz']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/59fab1f0c9fc0e7cd4000072", "idx": "i_from_o_direct_6555", "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": "5 2\n---XX\n-X---\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/199/D", "idx": "i_from_o_direct_6556", "question_source": "codeforces", "source": "taco", "tags": "['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": "8 31\n2 16 5 1 10 5 9 9\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1199/C", "idx": "i_from_o_direct_6557", "question_source": "codeforces", "source": "taco", "tags": "['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": "['probably Probably']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5720a81309e1f9b232001c5b", "idx": "i_from_o_direct_6558", "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": "8p 9s 9s\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1191/B", "idx": "i_from_o_direct_6559", "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 1 7\n1\n3\n3\nr 2 2\nr 2 1\nr 1 2\nr 2 3\ng 1 1\ng 2 1\ng 3 1\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/222/B", "idx": "i_from_o_direct_6560", "question_source": "codeforces", "source": "taco", "tags": "['Data structures', '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": "1\n253024\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/794/E", "idx": "i_from_o_direct_6561", "question_source": "codeforces", "source": "taco", "tags": "['Game 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": "['///$%&$553791r357%??@$%u?$%@7993111@$%t$h3% 3$l$311i3%@?&c3h%&t&&?%11e%$?@11957r79%&m$$a55n1!111%%']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/56d31aaefd3a52902a000d66", "idx": "i_from_o_direct_6562", "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": "['test']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5642bf07a586135a6f000004", "idx": "i_from_o_direct_6563", "question_source": "codewars", "source": "taco", "tags": "['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": "50\n499 780 837 984 481 526 944 482 862 136 265 605 5 631 974 967 574 293 969 467 573 845 102 224 17 873 648 120 694 996 244 313 404 129 899 583 541 314 525 496 516 118 297 78 575 2 430 137 387 319 382 651 594 411 845 746 18 232 3 289 889 81 174 175 805 1000 799 950 475 713 951 685 729 925 262 447 ...
{ "contest_id": "https://codeforces.com/problemset/problem/863/B", "idx": "i_from_o_direct_6564", "question_source": "codeforces", "source": "taco", "tags": "['Complete search', '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": "100 1000\n28 27 21 24 21 19 24 22 18 21 19 22 19 18 19 17 14 16 27 22 17 25 22 14 14 18 26 27 23 24 25 16 27 26 15 16 24 23 25 28 20 23 19 23 19 16 23 26 22 18 23 24 24 15 25 15 23 15 20 22 0 20 24 15 28 17 28 28 14 25 17 18 27 20 20 24 27 20 14 22 22 26 26 18 34 25 15 24 27 28 16 25 19 26 16 21 26...
{ "contest_id": "https://codeforces.com/problemset/problem/479/B", "idx": "i_from_o_direct_6565", "question_source": "codeforces", "source": "taco", "tags": "['Constructive algorithms', 'Sorting', 'Implementation', 'Greedy algorithms', '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": "03:23\n08:52\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/387/A", "idx": "i_from_o_direct_6566", "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": "215467\n2082791630100848\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/758/D", "idx": "i_from_o_direct_6567", "question_source": "codeforces", "source": "taco", "tags": "['Constructive algorithms', 'String algorithms', 'Greedy algorithms', '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\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/663/A", "idx": "i_from_o_direct_6568", "question_source": "codeforces", "source": "taco", "tags": "['Greedy algorithms', '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": "[4]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/560b8d7106ede725dd0000e2", "idx": "i_from_o_direct_6569", "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": "+-+++-\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/343/B", "idx": "i_from_o_direct_6570", "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": "['hopefully you will find satisfaction at least']", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5e539724dd38d0002992eaad", "idx": "i_from_o_direct_6571", "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": "20\n6 6\n20 8\n2 17\n7 1\n2 13\n14 4\n17 14\n2 2\n2 1\n2 19\n19 4\n20 13\n16 5\n4 4\n13 2\n14 5\n15 2\n11 7\n19 3\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/266/C", "idx": "i_from_o_direct_6572", "question_source": "codeforces", "source": "taco", "tags": "['Greedy algorithms', '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, 'run'], [10, 'sack'], [10, 'pass'], [1, 'sack']]]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/59f69fefa0143109e5000019", "idx": "i_from_o_direct_6573", "question_source": "codewars", "source": "taco", "tags": "['String algorithms', '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": "[[3, 2, 3, 4, 1], 0]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/58b8cc7e8e7121740700002d", "idx": "i_from_o_direct_6574", "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": "50 2\n..\n..\n#.\n..\n.#\n..\n..\n..\n.#\n..\n..\n.#\n##\n..\n..\n..\n.#\n..\n..\n.#\n..\n..\n.#\n.-\n..\n.#\n./\n.#\n..\n.#\n..\n.#\n.#\n.#\n..\n..\n..\n.#\n.$\n.#\n..\n..\n.#\n.#\n..\n..\n..\n..\n..\n..\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/924/A", "idx": "i_from_o_direct_6575", "question_source": "codeforces", "source": "taco", "tags": "['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": "1\n53\n50 50 50 50 50 50 50 50 50 50 50 59 50 50 50 34 50 29 15 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 62 50 49 50 91 3 4 5\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1183/F", "idx": "i_from_o_direct_6576", "question_source": "codeforces", "source": "taco", "tags": "['Sorting', '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": "6\nabbaba\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1216/A", "idx": "i_from_o_direct_6577", "question_source": "codeforces", "source": "taco", "tags": "['String 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\n3 4\n3 9", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/arc073/tasks/arc073_c", "idx": "i_from_o_direct_6578", "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": "ddded\nd\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/808/G", "idx": "i_from_o_direct_6579", "question_source": "codeforces", "source": "taco", "tags": "['String algorithms', '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": "9\n3\n2\n3\n4\n5\n9\n15\n8\n28\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1339/E", "idx": "i_from_o_direct_6580", "question_source": "codeforces", "source": "taco", "tags": "['Bit manipulation', 'Constructive algorithms', 'Complete search', 'Divide and conquer', '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": "4\n1 2 1 3", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/abc143/tasks/abc143_f", "idx": "i_from_o_direct_6581", "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": "6\n5 2 3\n110 1 4\n1 10 5\n1000000000 0 6\n1 1 1000000000\n1 1 999999999\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/1077/A", "idx": "i_from_o_direct_6582", "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": "dadadd\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/797/C", "idx": "i_from_o_direct_6583", "question_source": "codeforces", "source": "taco", "tags": "['String algorithms', '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": "10\n174", "style": "rule" }
{ "contest_id": "https://atcoder.jp/contests/abc074/tasks/abc074_a", "idx": "i_from_o_direct_6584", "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": "[2]", "style": "rule" }
{ "contest_id": "https://www.codewars.com/kata/5301329926d12b90cc000908", "idx": "i_from_o_direct_6585", "question_source": "codewars", "source": "taco", "tags": "['Geometry']" }
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 500 1\n", "style": "rule" }
{ "contest_id": "https://codeforces.com/problemset/problem/628/A", "idx": "i_from_o_direct_6586", "question_source": "codeforces", "source": "taco", "tags": "['Mathematics', 'Implementation']" }