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": "[8]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/58aa6141c9eb047fec000133",
"idx": "i_from_o_direct_9975",
"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 10\n1\n1\n7\n3\n3\n9\n6\n7\n30\n21\n6\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1003/D",
"idx": "i_from_o_direct_9976",
"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": "[1230]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5418a1dd6d8216e18a0012b2",
"idx": "i_from_o_direct_9977",
"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": "3\n1 2 0\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/607/B",
"idx": "i_from_o_direct_9978",
"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": "10\n4 4 4 4 4 4 4 4 4 4\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/765/D",
"idx": "i_from_o_direct_9979",
"question_source": "codeforces",
"source": "taco",
"tags": "['Spanning trees', '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": "85714284 99 95\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/690/D3",
"idx": "i_from_o_direct_9981",
"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\n1 0 0 1 0\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1505/G",
"idx": "i_from_o_direct_9982",
"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 10\n1111011111\n1111001111\n1111111111\n1111101111\n1011111111\n1111111111\n1111110111\n1111101111\n1111111111\n1111010111\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/230/C",
"idx": "i_from_o_direct_9983",
"question_source": "codeforces",
"source": "taco",
"tags": "['Amortized analysis', '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": "4\n1 4\n4 3\n2 4\n2\n1 1\n1 3\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/519/E",
"idx": "i_from_o_direct_9985",
"question_source": "codeforces",
"source": "taco",
"tags": "['Graph traversal', 'Sorting', 'Tree algorithms', '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": "10\n3 2\n3 7\n3 6\n3 8\n3 1\n3 5\n3 9\n3 4\n3 10\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/911/F",
"idx": "i_from_o_direct_9986",
"question_source": "codeforces",
"source": "taco",
"tags": "['Graph algorithms', 'Graph traversal', 'Constructive algorithms', 'Greedy algorithms', 'Tree 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": "['VoywwSpqidE']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5667e8f4e3f572a8f2000039",
"idx": "i_from_o_direct_9987",
"question_source": "codewars",
"source": "taco",
"tags": "['String algorithms', '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": "12 1 1\n0 1 2 3 2 2 6 11 0 10 10 17\n001010001000\n001010001000 100\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1017/D",
"idx": "i_from_o_direct_9988",
"question_source": "codeforces",
"source": "taco",
"tags": "['Bit manipulation', '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": "100\n245 230 240 248 247 235 240 228 247 243 244 240 246 234 244 247 247 232 247 233 241 247 236 247 230 228 243 237 246 231 246 231 233 235 229 244 247 248 245 248 231 230 238 247 235 248 240 239 233 232 230 229 229 244 247 246 248 247 247 234 243 242 247 228 238 238 236 243 236 228 229 245 232 24... | {
"contest_id": "https://codeforces.com/problemset/problem/686/B",
"idx": "i_from_o_direct_9989",
"question_source": "codeforces",
"source": "taco",
"tags": "['Sorting', '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": "5 4\n1 2\n1 3\n1 1\n3 5\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/755/C",
"idx": "i_from_o_direct_9990",
"question_source": "codeforces",
"source": "taco",
"tags": "['Tree algorithms', 'Graph algorithms', 'Graph traversal', 'Spanning trees']"
} |
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 1 1 1\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1077/B",
"idx": "i_from_o_direct_9991",
"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": "['sjxen', 'sjxen']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/545cdb4f61778e52810003a2",
"idx": "i_from_o_direct_9992",
"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": "50\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/12/E",
"idx": "i_from_o_direct_9993",
"question_source": "codeforces",
"source": "taco",
"tags": "['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": "11 957526890 994155534\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/697/A",
"idx": "i_from_o_direct_9994",
"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": "10 3\n6 3\n6 9\n2 5\n5 7\n6 2\n9 2\n8 1\n10 5\n5 10\n7 6\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/421/D",
"idx": "i_from_o_direct_9995",
"question_source": "codeforces",
"source": "taco",
"tags": "['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": "[[1, 2, 3, 1, 1]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5b77b030f0aa5c9114000024",
"idx": "i_from_o_direct_9996",
"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": "[[20, 37, 20, 21], 1]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/554ca54ffa7d91b236000023",
"idx": "i_from_o_direct_9997",
"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": "[1, 5, 1]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5a35f08b9e5f4923790010dc",
"idx": "i_from_o_direct_9998",
"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": "5 2 4 24\nhhwhh\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/651/D",
"idx": "i_from_o_direct_9999",
"question_source": "codeforces",
"source": "taco",
"tags": "['Dynamic programming', 'Sorting', 'Amortized analysis', '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": "7 11 3\n4 7 8 10 10 9 3\n6 2\n6 1\n7 6\n4 3\n4 6\n3 1\n5 3\n7 5\n7 3\n4 2\n1 4\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1240/F",
"idx": "i_from_o_direct_10000",
"question_source": "codeforces",
"source": "taco",
"tags": "['Graph 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], [4], [5]], [9], [9, 9], [8], [[1, 2, 3]]]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5250a89b1625e5decd000413",
"idx": "i_from_o_direct_10001",
"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": "100\n61 41 85 52 22 82 98 25 60 35 67 78 65 69 55 86 34 91 92 36 24 2 26 15 76 99 4 95 79 31 13 16 100 83 21 90 73 32 19 33 77 40 72 62 88 43 84 14 10 9 46 70 23 45 42 96 94 38 97 58 47 93 59 51 57 7 27 74 1 30 64 3 63 49 50 54 5 37 48 11 81 44 12 17 75 71 89 39 56 20 6 8 53 28 80 66 29 87 18 68\n"... | {
"contest_id": "https://codeforces.com/problemset/problem/541/C",
"idx": "i_from_o_direct_10002",
"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": "0110 1\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/355/A",
"idx": "i_from_o_direct_10003",
"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": "3 3\nada -1\nxuv -1\nvux 3\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/748/D",
"idx": "i_from_o_direct_10004",
"question_source": "codeforces",
"source": "taco",
"tags": "['Greedy 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": "492 456838172\n975465 1000000 736317 1000000 999726 1000000 475997 972130 1000000 970248 677708 973505 771357 1000000 930080 854833 985891 1000000 911136 184770 1000000 1000000 888763 1000000 1000000 1000000 981426 1000000 1000000 999985 624917 1000000 1000000 1000000 658692 840654 965782 968912 91... | {
"contest_id": "https://atcoder.jp/contests/abc136/tasks/abc136_e",
"idx": "i_from_o_direct_10005",
"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\n100000000100 1000000000100000000\n001\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/54/C",
"idx": "i_from_o_direct_10006",
"question_source": "codeforces",
"source": "taco",
"tags": "['Dynamic programming', 'Mathematics', '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": "142222201649130\n5203 14651\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/490/C",
"idx": "i_from_o_direct_10007",
"question_source": "codeforces",
"source": "taco",
"tags": "['Number theory', 'Complete search', 'Mathematics', '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": "4\nZZ\nZZZ\nZ\nZZZZZZZZZZ",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc089/tasks/abc089_c",
"idx": "i_from_o_direct_10008",
"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": "QRE?",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc132/tasks/abc132_a",
"idx": "i_from_o_direct_10009",
"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": "8 31\n1 1 1 1 1 1 1 1\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1199/C",
"idx": "i_from_o_direct_10010",
"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": "2\n0 1\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1042/C",
"idx": "i_from_o_direct_10011",
"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 5 24\n1",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc096/tasks/abc096_b",
"idx": "i_from_o_direct_10012",
"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 -768 7\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/30/A",
"idx": "i_from_o_direct_10013",
"question_source": "codeforces",
"source": "taco",
"tags": "['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\nbaaaaa\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1073/A",
"idx": "i_from_o_direct_10015",
"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\n1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/459/B",
"idx": "i_from_o_direct_10016",
"question_source": "codeforces",
"source": "taco",
"tags": "['Sorting', 'Combinatorics', '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": "12\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/819/E",
"idx": "i_from_o_direct_10017",
"question_source": "codeforces",
"source": "taco",
"tags": "['Graph 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": "['jabrOnI']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/568dc014440f03b13900001d",
"idx": "i_from_o_direct_10018",
"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": "86946 47045\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/645/B",
"idx": "i_from_o_direct_10019",
"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 3\n1 2 3\n2 3 4\n3 4 2\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1231/C",
"idx": "i_from_o_direct_10020",
"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": "25\n742168 755062 485672 437223 96307 902863 759104 747933 512899 410317 588598 666688 823202 257684 520631 910066 168864 71499 899972 565350 764848 754913 929040 864132 289976\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/926/G",
"idx": "i_from_o_direct_10021",
"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": "5\n3 1\n4 5\n1 4\n2 4\n3\n3 3\n1 3\n3 5\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/191/C",
"idx": "i_from_o_direct_10022",
"question_source": "codeforces",
"source": "taco",
"tags": "['Tree algorithms', 'Data structures', '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, 2, 3, 4, 5, 6, 7, 8, 9, 10], 1, 10]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/551e51155ed5ab41450006e1",
"idx": "i_from_o_direct_10023",
"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\n1 0 0\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/731/B",
"idx": "i_from_o_direct_10024",
"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": "2 1\n160 150\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/604/E",
"idx": "i_from_o_direct_10025",
"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": "[[29, 83, 67, 53, 19, 28, 96]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5abd66a5ccfd1130b30000a9",
"idx": "i_from_o_direct_10026",
"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": "76 100\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1029/F",
"idx": "i_from_o_direct_10027",
"question_source": "codeforces",
"source": "taco",
"tags": "['Number theory', '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": "2 010",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc137/tasks/abc137_b",
"idx": "i_from_o_direct_10028",
"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": "99\n4 4 21 6 5 3 13 2 6 1 3 4 1 3 1 9 11 1 6 17 4 5 20 4 1 9 5 11 3 4 14 1 3 4 1 4 3 5 27 1 1 2 10 7 11 4 19 7 11 6 11 13 3 1 10 7 2 1 16 1 9 4 29 13 2 12 14 2 21 1 9 8 26 12 12 5 2 14 7 8 8 8 9 4 12 2 6 6 7 16 8 14 2 10 20 15 3 7 4\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/34/A",
"idx": "i_from_o_direct_10029",
"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": "['O f fi ce']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5668e3800636a6cd6a000018",
"idx": "i_from_o_direct_10030",
"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": "300 150\n981647003 217281292 124457938 908453560 917719591 678574955 316581240 463890255 30838947 205080005 68373794 254587807 69830619 910104043 385594892 735170039 174902407 827108547 344664170 800271003 257628032 420263244 83588697 213887113 706044885 649215714 797056563 126647549 409045060 7251... | {
"contest_id": "https://atcoder.jp/contests/abc145/tasks/abc145_f",
"idx": "i_from_o_direct_10031",
"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": "452405440\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/389/D",
"idx": "i_from_o_direct_10032",
"question_source": "codeforces",
"source": "taco",
"tags": "['Bit manipulation', 'Graph algorithms', 'Constructive algorithms', 'Implementation', '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": "6\n1 -2\n-2 -1\n-1 1\n1 2\n0 -1\n-2 0\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/870/E",
"idx": "i_from_o_direct_10033",
"question_source": "codeforces",
"source": "taco",
"tags": "['Tree algorithms', 'Graph algorithms', 'Graph traversal', 'Spanning trees']"
} |
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, 23, 2, -8, 5]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/581bb3c1c221fb8e790001ef",
"idx": "i_from_o_direct_10034",
"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": "80968042\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/784/B",
"idx": "i_from_o_direct_10035",
"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": "3\n5 1\nBGGGG\n5 1\nRBRGR\n5 5\nBBRBR\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1196/D2",
"idx": "i_from_o_direct_10036",
"question_source": "codeforces",
"source": "taco",
"tags": "['Dynamic programming', 'Amortized analysis', '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": "A222210\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/656/F",
"idx": "i_from_o_direct_10037",
"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": "4\n6 4 2\n2 9 2 0 8 5\n4 1 1\n2 13 60 4\n4 1 0\n1 3 2 1\n2 2 0\n1 2\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1291/C",
"idx": "i_from_o_direct_10038",
"question_source": "codeforces",
"source": "taco",
"tags": "['Data structures', '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": "4 5\n2 3\n4 4\n3 3\n2 4\n1 2\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/383/B",
"idx": "i_from_o_direct_10039",
"question_source": "codeforces",
"source": "taco",
"tags": "['Sorting', 'Amortized analysis', '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": "30 2 1\n10\n1 4\n2 1\n1 1\n1 3\n1 1\n1 1\n1 2\n1 5\n2 6\n2 7\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/46/D",
"idx": "i_from_o_direct_10040",
"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": "[2, ['e|----------5/6-6-6-5/6-6-6-6-6-6------------------------------------|', 'B|-------6--5/6-6-6-5/6-6-6-6-6-6-9-8-6-6----------------------------|', 'G|---6h7--------------------------------6h7--------------------------|', 'D|-8----------------------------------------8-6--8-8-8-8-8-8-8-8-----|'... | {
"contest_id": "https://www.codewars.com/kata/5ac62974348c2203a90000c0",
"idx": "i_from_o_direct_10041",
"question_source": "codewars",
"source": "taco",
"tags": "['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\n1000000000\n1000001000\n1000000010\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/493/B",
"idx": "i_from_o_direct_10042",
"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": "9\n256859223\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/689/A",
"idx": "i_from_o_direct_10043",
"question_source": "codeforces",
"source": "taco",
"tags": "['Complete search', '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": "100\n1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/846/A",
"idx": "i_from_o_direct_10044",
"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": "[[None]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/55466644b5d240d1d70000ba",
"idx": "i_from_o_direct_10045",
"question_source": "codewars",
"source": "taco",
"tags": "['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": "6 3 5\n1 2 3 4 5 6\n2 1 1\n2 3 6\n1 1 6\n2 2 1 5 4\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/863/D",
"idx": "i_from_o_direct_10046",
"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": "5 10\n2 1\n1 4 3\n1 5 2\n3 4 1\n3 4 1\n2 3\n1 2 1\n1 3 1\n3 3 2\n2 3\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/466/E",
"idx": "i_from_o_direct_10047",
"question_source": "codeforces",
"source": "taco",
"tags": "['Tree algorithms', 'Graph algorithms', 'Graph traversal', 'Spanning trees']"
} |
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\nWNWWSWWSESWWWSSSSWSSENNWNWWWWENENESWSESSENEENNWWWWWSSWSWSENESWNEENESWWNNEESESWSEEENWWNWNNWWNNWWWWSW\nEESEESSENWNWWWNWWNWWNWWSWNNWNWNWSWNNEENWSWNNESWSWNWSESENWSWSWWWWNNEESSSWSSESWWSSWSSWSWNEEESWWSSSSEN\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/607/C",
"idx": "i_from_o_direct_10048",
"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": "[2672, 5678]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5500d54c2ebe0a8e8a0003fd",
"idx": "i_from_o_direct_10049",
"question_source": "codewars",
"source": "taco",
"tags": "['Fundamentals', '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": "8 8\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/318/A",
"idx": "i_from_o_direct_10050",
"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": "[[17, 20, 50, 61, 42, 44]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/55466644b5d240d1d70000ba",
"idx": "i_from_o_direct_10051",
"question_source": "codewars",
"source": "taco",
"tags": "['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": "2\n425988 -763572 19118\n27152 -763572 394103\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/814/D",
"idx": "i_from_o_direct_10052",
"question_source": "codeforces",
"source": "taco",
"tags": "['Graph traversal', 'Geometry', 'Greedy algorithms', 'Tree 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": "['ACCDDCCA']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/58df62fe95923f7a7f0000cc",
"idx": "i_from_o_direct_10053",
"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": "['1010 1010 0010 0010 1110 1010 0010 1110', 32]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/58d4785a2285e7795c00013b",
"idx": "i_from_o_direct_10054",
"question_source": "codewars",
"source": "taco",
"tags": "['Bit manipulation', '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": "30 10\n1 1 3 1 5 0 1 8 2 6 11 1 2 6 12 11 8 10 11 3 14 8 16 13 14 25 16 2 8 17\n6 3\n0 15\n1 0\n3 3\n12 16\n1 0\n17 3\n14 13\n0 22\n3 10\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1404/C",
"idx": "i_from_o_direct_10055",
"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": "100\n42 486 341 527 189 740 490 388 989 489 711 174 305 844 971 492 998 757 832 442 176 619 906 154 293 395 439 735 738 915 453 748 786 550 871 932 693 326 53 904 732 835 354 364 691 669 157 719 282 875 573 672 695 790 58 872 732 751 557 779 329 39 213 844 289 137 50 951 284 671 474 829 906 736 395... | {
"contest_id": "https://codeforces.com/problemset/problem/1424/J",
"idx": "i_from_o_direct_10056",
"question_source": "codeforces",
"source": "taco",
"tags": "['Number theory', 'Sorting', 'Amortized analysis', '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": "100\n98 52 63 2 18 96 31 58 84 40 41 45 66 100 46 71 26 48 81 20 73 91 68 76 13 93 17 29 64 95 79 21 55 75 19 85 54 51 89 78 15 87 43 59 36 1 90 35 65 56 62 28 86 5 82 49 3 99 33 9 92 32 74 69 27 22 77 16 44 94 34 6 57 70 23 12 61 25 8 11 67 47 83 88 10 14 30 7 97 60 42 37 24 38 53 50 4 80 72 39\n"... | {
"contest_id": "https://codeforces.com/problemset/problem/1268/C",
"idx": "i_from_o_direct_10057",
"question_source": "codeforces",
"source": "taco",
"tags": "['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": "5\naaaaa\naaaa\naaa\naa\na\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/512/A",
"idx": "i_from_o_direct_10058",
"question_source": "codeforces",
"source": "taco",
"tags": "['Sorting', '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": "101 100 3\n15 14\n16 11\n99 88\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/560/E",
"idx": "i_from_o_direct_10059",
"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": "571 10\n13 77\n692 510\n230 293\n302 375\n304 354\n421 504\n26 87\n122 181\n221 296\n257 307\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1004/B",
"idx": "i_from_o_direct_10060",
"question_source": "codeforces",
"source": "taco",
"tags": "['Mathematics', 'Greedy 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": "70 416035 416023\n70034 70322 345689 345965 345701 70046 345737 345713 70166 345821 70010 345749 345677 345725 69962 345869 70178 70310 345785 69998 70070 69974 70058 346001 70106 345953 70226 70154 345929 69950 70298 346049 70346 345989 70286 69986 345893 70082 70238 345797 70250 345833 70334 3458... | {
"contest_id": "https://codeforces.com/problemset/problem/469/D",
"idx": "i_from_o_direct_10061",
"question_source": "codeforces",
"source": "taco",
"tags": "['Graph traversal', 'Strong connectivity', 'Greedy algorithms', 'Flows and cuts', 'Spanning trees']"
} |
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 3 4\n4\n3 0\n3 0 -1\n0 1\n2 1\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/52/C",
"idx": "i_from_o_direct_10062",
"question_source": "codeforces",
"source": "taco",
"tags": "['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\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/656/D",
"idx": "i_from_o_direct_10063",
"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": "41\n21 12\n1 35\n20 11\n35 40\n13 1\n32 14\n3 30\n16 17\n38 1\n13 16\n15 21\n15 23\n25 20\n26 29\n27 25\n37 27\n22 46\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_10064",
"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": "10 27 4\n1 5\n1 9\n1 2\n1 8\n2 9\n2 6\n2 5\n3 9\n3 2\n3 1\n3 7\n4 7\n4 2\n4 1\n4 2\n5 9\n5 8\n6 7\n6 7\n6 1\n7 2\n8 7\n8 9\n10 2\n10 1\n10 8\n2 4\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/263/D",
"idx": "i_from_o_direct_10065",
"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": "16\nkkkkkkyykkynkknkkonyokdndkyonokdywkwykdkdotknnwzkoywiooinkcyzyntcdnitnppnpziomyzdspomoqmomcyrrospppn\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/544/A",
"idx": "i_from_o_direct_10066",
"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": "['ABCBACCBA', 'ABCBACCAB']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/59dbab4d7997cb350000007f",
"idx": "i_from_o_direct_10067",
"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": "50\n10010100000001101010000100000001100000001000000000\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/976/A",
"idx": "i_from_o_direct_10068",
"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\n2 81 94 40 74 62 39 70 87 86\n217 418\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/357/A",
"idx": "i_from_o_direct_10069",
"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": "[[1, 3, 4, 6]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5340298112fa30e786000688",
"idx": "i_from_o_direct_10070",
"question_source": "codewars",
"source": "taco",
"tags": "['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": "[143]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/58603c898989d15e9e000475",
"idx": "i_from_o_direct_10071",
"question_source": "codewars",
"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": "[30]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/59e0dbb72a7acc3610000017",
"idx": "i_from_o_direct_10072",
"question_source": "codewars",
"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": "100\n13 34 0 0 0 0 19 27 1 6\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/213/B",
"idx": "i_from_o_direct_10073",
"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": "4\n36257838 88697 593808 70292",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc177/tasks/abc177_c",
"idx": "i_from_o_direct_10074",
"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": "['GACTGACTGTA']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/574a7d0dca4a8a0fbe000100",
"idx": "i_from_o_direct_10075",
"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.5, -3, 1, 4]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/513fa1d75e4297ba38000003",
"idx": "i_from_o_direct_10077",
"question_source": "codewars",
"source": "taco",
"tags": "['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": "67832 2 67832\n",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/arc091/tasks/arc091_c",
"idx": "i_from_o_direct_10078",
"question_source": "atcoder",
"source": "taco",
"tags": "[]"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.