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": "5\n1 0 0 0 0\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1077/B",
"idx": "i_from_o_direct_12261",
"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]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/59530d2401d6039f8600001f",
"idx": "i_from_o_direct_12262",
"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 2\n01\nRL\n3 3\n011\n101\n100\nRLL\nDLD\nULL\n3 3\n010\n100\n000\nRRD\nRLD\nULL\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1335/F",
"idx": "i_from_o_direct_12263",
"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": "['lamppu sofia']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/570e1271e5c9a0cf2f000d11",
"idx": "i_from_o_direct_12264",
"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": "['', 'abc']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5803a6d8db07c59fff00015f",
"idx": "i_from_o_direct_12265",
"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": "386434518\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/143/C",
"idx": "i_from_o_direct_12266",
"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": "20 31\npspsppspsppsppspspps\nspppsssspsspsspspssp\npsptppsppspsppspsspspsspsspspss\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1313/E",
"idx": "i_from_o_direct_12267",
"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": "23 2 4\n965481468 524609549 327408602 598336282 745920261 177518471 661619186 475657944 798069657 19918618 428716536 140019227 432712846 201739661 639584480 639986280 165159793 156951910 45355489 331043204 811313708 662402183 999999999\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/467/C",
"idx": "i_from_o_direct_12268",
"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": "55 56\n4 1 2 3\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/643/B",
"idx": "i_from_o_direct_12269",
"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": "[1000000000]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/52f787eb172a8b4ae1000a34",
"idx": "i_from_o_direct_12270",
"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": "17\n1 45 22 39 28 12 23 100 500 778 1245 778 1001 1002 1005 1003 1005\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/599/C",
"idx": "i_from_o_direct_12271",
"question_source": "codeforces",
"source": "taco",
"tags": "['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": "['snakeCamel_case', 'snake']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/59be8c08bf10a49a240000b1",
"idx": "i_from_o_direct_12272",
"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": "[1, 10]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/576b072359b1161a7b000a17",
"idx": "i_from_o_direct_12273",
"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, 1, 1, 1], 1]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/58881b859ab1e053240000cc",
"idx": "i_from_o_direct_12274",
"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": "['seven']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/525c7c5ab6aecef16e0001a5",
"idx": "i_from_o_direct_12275",
"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": "10\n1 2\n1 7\n1 0\n1 8\n0 0\n1 9\n0 0\n1 2\n1 2\n1 5\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/501/C",
"idx": "i_from_o_direct_12276",
"question_source": "codeforces",
"source": "taco",
"tags": "['Constructive algorithms', 'Sorting', 'Greedy algorithms', 'Tree algorithms', 'Data structures']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "200\n1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 2 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 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 1 2 1 1 1 ... | {
"contest_id": "https://codeforces.com/problemset/problem/934/C",
"idx": "i_from_o_direct_12277",
"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": "9+9+9*9*9*9+9+8\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/552/E",
"idx": "i_from_o_direct_12278",
"question_source": "codeforces",
"source": "taco",
"tags": "['String algorithms', 'Implementation', 'Greedy algorithms', 'Complete search', 'Dynamic programming']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "6 8\n2 5\n2 6\n4 6\n2 5\n2 5\n1 4\n3 6\n3 5\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/739/A",
"idx": "i_from_o_direct_12279",
"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 48\n..\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/299/B",
"idx": "i_from_o_direct_12280",
"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": "[[5, 10, 14]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/545a4c5a61aa4c6916000755",
"idx": "i_from_o_direct_12281",
"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": "[4050, 27]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/58630e2ae88af44d2b0000ea",
"idx": "i_from_o_direct_12282",
"question_source": "codewars",
"source": "taco",
"tags": "[]"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "2 1 2 2\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/513/A",
"idx": "i_from_o_direct_12283",
"question_source": "codeforces",
"source": "taco",
"tags": "['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": "6 6\n4 9\n8 5\n3 8\n8 10\n4 2\n10 9\n15 66 120 197 231 265\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/302/B",
"idx": "i_from_o_direct_12284",
"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": "5\n2 1\n2 4\n3 4\n2 5\n1 -3 -1 2 4\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/274/B",
"idx": "i_from_o_direct_12285",
"question_source": "codeforces",
"source": "taco",
"tags": "['Tree algorithms', 'Dynamic programming', 'Graph traversal', '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": "['HeLlO', 'wednesday']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/57241cafef90082e270012d8",
"idx": "i_from_o_direct_12286",
"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": "['asd']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5a805631ba1bb55b0c0000b8",
"idx": "i_from_o_direct_12287",
"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": "[101, 2]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/58e09234ca6895c7b300008c",
"idx": "i_from_o_direct_12288",
"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": "lywsaaaaauvranaraalaazeaaaaataapapmiabsqaajabaaaakaagoaawsnanaaraaagataxmbatarkaahbgzmaavaaayjnxxraxlywsuvrnrlzetppmibsqjkgowsnnrgtxmbrkhbgzmuyjnxxrx\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1146/B",
"idx": "i_from_o_direct_12289",
"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": "1 -1 0 4 1\n0 1 1 0\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1020/A",
"idx": "i_from_o_direct_12290",
"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": "110 3 010",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc083/tasks/abc083_b",
"idx": "i_from_o_direct_12292",
"question_source": "atcoder",
"source": "taco",
"tags": "[]"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "5 2\n3 7 6 4 3\n1 4\n2 5\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/893/C",
"idx": "i_from_o_direct_12293",
"question_source": "codeforces",
"source": "taco",
"tags": "['Graph algorithms', 'Graph traversal', '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": "23\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/622/A",
"idx": "i_from_o_direct_12294",
"question_source": "codeforces",
"source": "taco",
"tags": "['Mathematics', 'Implementation']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "7\n4 2 1 0 7 4 11\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1008/C",
"idx": "i_from_o_direct_12295",
"question_source": "codeforces",
"source": "taco",
"tags": "['Combinatorics', 'Amortized analysis', 'Sorting', '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": "73 100 3111\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/633/A",
"idx": "i_from_o_direct_12296",
"question_source": "codeforces",
"source": "taco",
"tags": "['Number theory', 'Mathematics', 'Complete search']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "7\n14 20 15 12 1 4 7\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1095/B",
"idx": "i_from_o_direct_12298",
"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": "5 2\n2 4 1 1 3\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/38/C",
"idx": "i_from_o_direct_12299",
"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": "['knife']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/59727ff285281a44e3000011",
"idx": "i_from_o_direct_12300",
"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": "[7]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5840e31f770be1636e0000d3",
"idx": "i_from_o_direct_12301",
"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": "5\n379318 3200261 277647907 366484398661 53997090\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1305/F",
"idx": "i_from_o_direct_12302",
"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\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/630/F",
"idx": "i_from_o_direct_12303",
"question_source": "codeforces",
"source": "taco",
"tags": "['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": "['4', '11 12 13 14', '', '']",
"style": "rule"
} | {
"contest_id": "https://www.codechef.com/TSTIND16/problems/AMR15A",
"idx": "i_from_o_direct_12304",
"question_source": "codechef",
"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": "20\n0.001 0.001 0.001 0.001 0.001 0.4162398597275926 0.001 0.694870102452492 0.001 0.001 0.001 0.001 0.001 0.001 0.001 0.001 0.001 0.001 0.001 0.001\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/442/B",
"idx": "i_from_o_direct_12305",
"question_source": "codeforces",
"source": "taco",
"tags": "['Greedy algorithms', '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": "99\n225497868 1086828\n642 91247195\n35019270 397\n1181004 610\n881384110 881384111\n182998419 480459607\n531433416 908325859\n560454384 560454384\n699459065 699459064\n100641792 414892800\n75 89\n317697269 210740095\n78 100\n22266720 444528000\n13803440 130371500\n201757866 448355653\n83627271 430... | {
"contest_id": "https://atcoder.jp/contests/arc094/tasks/arc094_b",
"idx": "i_from_o_direct_12306",
"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": "11 1911\n",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc126/tasks/abc126_f",
"idx": "i_from_o_direct_12307",
"question_source": "atcoder",
"source": "taco",
"tags": "[]"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "3 1\n2 1 1\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/787/B",
"idx": "i_from_o_direct_12308",
"question_source": "codeforces",
"source": "taco",
"tags": "['Mathematics', 'Implementation', 'Greedy algorithms']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "3\n13:50\n11:46\n23:26\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/926/I",
"idx": "i_from_o_direct_12309",
"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": "1 10\n491\n980 1907 1241 336 12 1048 957 440 143 1835\n938294862\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1060/C",
"idx": "i_from_o_direct_12310",
"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": "[[8, 2, 8]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5e0b72d2d772160011133654",
"idx": "i_from_o_direct_12311",
"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": "4 111001100101000\n10111110\n1011000110\n101000101\n11110010011",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/arc084/tasks/arc084_d",
"idx": "i_from_o_direct_12312",
"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\n6 1\naaaaa\nbbabb\nccccc\n2 2 5 1 2 3 4 5\n2 1 3\n3 4\naaaa\nbbbb\ncccc\n1 0 2 1 2\n2 1 3\n5 6\nabcdef\nuuuuuu\nkekeke\nekekek\nxyzklm\n1 5 2 2 3 6\n2 5 3 3 4 6\n5 4 1 2 3\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1546/B",
"idx": "i_from_o_direct_12313",
"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": "['CC']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5e5ccbda30e9d0001ec77bb6",
"idx": "i_from_o_direct_12314",
"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": "9 5 1\n1 7\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/669/C",
"idx": "i_from_o_direct_12315",
"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": "44 12 2",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc120/tasks/abc120_b",
"idx": "i_from_o_direct_12316",
"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": "18\nabacab 2 329 401\nabaeabacabae 1 293\nbacab 1 2\nabacabadabacabaga 1 433\nc 1 110\nbaca 1 26\ndab 1 72\nabagabaca 1 445\nabaea 1 397\ndabac 1 280\nac 2 201 614\nca 1 396\nabacabadab 1 497\nac 1 451\ncaba 1 444\nad 1 167\nbadab 1 358\naba 1 421\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/827/A",
"idx": "i_from_o_direct_12317",
"question_source": "codeforces",
"source": "taco",
"tags": "['String algorithms', 'Sorting', '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": "100\n98 52 126 2 18 96 31 58 84 40 41 45 66 100 26 71 20 48 81 20 141 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 11 65 56 62 28 86 5 82 49 3 99 33 9 92 32 36 69 27 22 77 16 44 94 8 6 57 70 8 12 61 2 8 11 47 47 83 88 10 14 30 8 97 60 46 37 22 38 53 49 0 80 73 39\n",... | {
"contest_id": "https://codeforces.com/problemset/problem/1486/C2",
"idx": "i_from_o_direct_12318",
"question_source": "codeforces",
"source": "taco",
"tags": "['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": "3\n987 237\n891 572\n358 145\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/621/B",
"idx": "i_from_o_direct_12320",
"question_source": "codeforces",
"source": "taco",
"tags": "['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": "3 001\n7 25 5",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc150/tasks/abc150_d",
"idx": "i_from_o_direct_12321",
"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 8",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc133/tasks/abc133_c",
"idx": "i_from_o_direct_12323",
"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": "39 22\nDEF 5748\nDEF 5028\nDEF 1873\nDEF 6817\nDEF 5727\nDEF 4386\nDEF 4549\nDEF 5498\nDEF 1506\nDEF 2805\nATK 3186\nDEF 6202\nDEF 2129\nDEF 1646\nDEF 5367\nDEF 5754\nDEF 6195\nDEF 3131\nDEF 1837\nDEF 6575\nDEF 2842\nDEF 2970\nDEF 4494\nATK 3300\nDEF 4290\nDEF 6751\nDEF 3802\nDEF 5067\nDEF 1463\nDE... | {
"contest_id": "https://codeforces.com/problemset/problem/321/B",
"idx": "i_from_o_direct_12324",
"question_source": "codeforces",
"source": "taco",
"tags": "['Dynamic programming', 'Flows and cuts', 'Greedy algorithms']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "2\n3\nnetman vladik Fedosik\n2\n?: users ase netman, vladik, Fedosik\nvladik: something wrong with shis chat\n4\nnetman tigerrrrr banany2001 klinchuh\n4\n?: tigerrrrr, banany2001, klinchth- my etiruovaf team evdr, are you ready?\nklinchuh: yes, coach!\n?: yes, netman\nbanany2001: yes of .esruoc\n",... | {
"contest_id": "https://codeforces.com/problemset/problem/754/C",
"idx": "i_from_o_direct_12325",
"question_source": "codeforces",
"source": "taco",
"tags": "['Constructive algorithms', 'String algorithms', 'Implementation', 'Complete search', 'Dynamic programming']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "50\n7 5 18 2 7 12 8 20 41 4 7 3 7 10 22 1 19 9 20 10 23 3 6 3 30 13 6 18 3 3 18 38 9 7 2 1 2 5 25 10 13 1 8 34 1 26 13 8 13 2\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/546/B",
"idx": "i_from_o_direct_12326",
"question_source": "codeforces",
"source": "taco",
"tags": "['Complete search', '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": "5\n1 1 2 5",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc163/tasks/abc163_c",
"idx": "i_from_o_direct_12327",
"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, 500]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/56b85fc4f18876abf0000877",
"idx": "i_from_o_direct_12328",
"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": "1639\n132\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/76/D",
"idx": "i_from_o_direct_12329",
"question_source": "codeforces",
"source": "taco",
"tags": "['Dynamic programming', '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": "5 4\n-1 0 1 -4 13\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1175/D",
"idx": "i_from_o_direct_12331",
"question_source": "codeforces",
"source": "taco",
"tags": "['Sorting', 'Greedy algorithms']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "5 20\n1 5 4 2 1 1 3 2 4 2 2 4 5 1 4 3 4 5 1 4\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1100/B",
"idx": "i_from_o_direct_12332",
"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 2\n1 1\n1000 1000\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1288/D",
"idx": "i_from_o_direct_12333",
"question_source": "codeforces",
"source": "taco",
"tags": "['Dynamic programming', 'Bit manipulation', 'Sorting']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "100\n17 23 71 25 50 71 85 46 78 72 89 26 23 70 40 59 23 43 86 81 70 89 92 98 85 88 16 10 26 91 61 58 6 13 75 39 48 15 73 79 59 29 48 32 45 44 25 37 58 54 45 67 27 77 20 64 95 41 80 53 69 24 38 97 59 13 50 88 92 47 95 19 66 48 48 56 37 76 42 74 55 34 25 79 65 82 70 52 48 56 36 17 14 65 77 81 88 18 3... | {
"contest_id": "https://codeforces.com/problemset/problem/1209/A",
"idx": "i_from_o_direct_12334",
"question_source": "codeforces",
"source": "taco",
"tags": "['Mathematics', 'Implementation', 'Greedy algorithms']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "[[3, 7, 9]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/553f01db29490a69ff000049",
"idx": "i_from_o_direct_12336",
"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": "20\n2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2\n299981 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1\n1034567\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/759/E",
"idx": "i_from_o_direct_12337",
"question_source": "codeforces",
"source": "taco",
"tags": "['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": "? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? + ? +... | {
"contest_id": "https://codeforces.com/problemset/problem/663/A",
"idx": "i_from_o_direct_12338",
"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": "[[1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2], 9]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/577bcb5dd48e5180030004de",
"idx": "i_from_o_direct_12339",
"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": "['07:01']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5c2b4182ac111c05cf388858",
"idx": "i_from_o_direct_12340",
"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": "['-0b1010']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5682e1082cc7862db5000039",
"idx": "i_from_o_direct_12341",
"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": "1 1000000000\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/577/A",
"idx": "i_from_o_direct_12342",
"question_source": "codeforces",
"source": "taco",
"tags": "['Number theory', '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\n950.000 8019.170 3179.479 9482.963\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/352/C",
"idx": "i_from_o_direct_12343",
"question_source": "codeforces",
"source": "taco",
"tags": "['Mathematics', 'Dynamic programming', '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": "3 0\n3 0 1000000\n1 0 1000000\n2 2 1000000\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1401/E",
"idx": "i_from_o_direct_12344",
"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": "2 2 1 1 1\n1 7\n2 3\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1148/B",
"idx": "i_from_o_direct_12345",
"question_source": "codeforces",
"source": "taco",
"tags": "['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": "[[8]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5679aa472b8f57fb8c000047",
"idx": "i_from_o_direct_12346",
"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": "25\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1205/A",
"idx": "i_from_o_direct_12347",
"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\n4 0 7 2 3 5 6 2 8 0\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/852/C",
"idx": "i_from_o_direct_12348",
"question_source": "codeforces",
"source": "taco",
"tags": "['Sorting', 'Greedy algorithms']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "3 -144878 -1911\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/597/A",
"idx": "i_from_o_direct_12349",
"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": "[[7, 0, 1]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/55aa92a66f9adfb2da00009a",
"idx": "i_from_o_direct_12350",
"question_source": "codewars",
"source": "taco",
"tags": "['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": "[[['red', 'red', 'yellow', 'green', 'red', 'red', 'yellow', 'green', 'red', 'red'], ['blue', 'blue'], True]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/576a527ea25aae70b7000c77",
"idx": "i_from_o_direct_12351",
"question_source": "codewars",
"source": "taco",
"tags": "['Fundamentals', 'Data structures', '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": "[False]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/56ff322e79989cff16000e39",
"idx": "i_from_o_direct_12352",
"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": "2 3 1\n1 2\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/898/D",
"idx": "i_from_o_direct_12353",
"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": "8\nL 1\nR 2\nR 3\n? 2\nL 6\n? 2\nL 5\n? 5\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1066/C",
"idx": "i_from_o_direct_12354",
"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": "BOYA\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/509/E",
"idx": "i_from_o_direct_12355",
"question_source": "codeforces",
"source": "taco",
"tags": "['String algorithms', 'Mathematics']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "[[[0, 0], [5, 4]]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/55f1786c296de4952f000014",
"idx": "i_from_o_direct_12356",
"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": "['q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1q1']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/52763db7cffbc6fe8c0007f8",
"idx": "i_from_o_direct_12357",
"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": "4\n2\n2 2\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/182/B",
"idx": "i_from_o_direct_12358",
"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": "6\n4 4 1 1 8 2",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/arc079/tasks/arc079_d",
"idx": "i_from_o_direct_12359",
"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": "aaaaaaaabaabaaabaaaa\naaaa\n18 5 4 6 13 9 1 3 7 8 16 10 12 19 17 15 14 11 20 2\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/778/A",
"idx": "i_from_o_direct_12361",
"question_source": "codeforces",
"source": "taco",
"tags": "['String algorithms', '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": "100000 497668710\n",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc112/tasks/abc112_d",
"idx": "i_from_o_direct_12362",
"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 5\n00100\n00010\n00000\n00000\n01000\n00010\n00000\n00000\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/375/B",
"idx": "i_from_o_direct_12363",
"question_source": "codeforces",
"source": "taco",
"tags": "['Dynamic programming', 'Sorting', '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": "7\n100 3 8 4 15 4 8\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/977/F",
"idx": "i_from_o_direct_12364",
"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 346\n1 4\n4 -2\n0 96\n15 42\n0 150",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc085/tasks/abc085_d",
"idx": "i_from_o_direct_12365",
"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\n0 4 3 4 3 9 6 1\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/178/A2",
"idx": "i_from_o_direct_12366",
"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": "20 3\n0 9 17",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc160/tasks/abc160_c",
"idx": "i_from_o_direct_12367",
"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.