data_source large_stringclasses 1
value | prompt listlengths 2 2 | ability large_stringclasses 5
values | 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": "4974 CCCCGCGGGCCCCCCGCCGGCCCGGGCCCCCCCGGGGGGCCCGGCGCCGCGGGGGCGGGCGCCCGGGCCGCGCCCGCCCGGGCCCCGCCGCGCGCGGGGGCGCCGGCGCGGCGGCGCCGCCCGGCCGCGCGGGCGCGCGCCGGGGCGCGCCCCGCCGCGGCCGGCCCCGGGCGGGCCGGCGCCCGCGGCCGGCCCGGGGGGCCGCGGCCCGGGGGCGGGCCGGCGCGGGGCGCGGGCGCCCCGCCCGCGCGCCGGGCGCGCCCCCGCGGCCCCCGCCGGCGGGCGGCCGGGCCC... | {
"contest_id": "https://atcoder.jp/contests/arc104/tasks/arc104_b",
"idx": "i_from_o_direct_2420",
"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, 3]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5613475e4778aab4d600004f",
"idx": "i_from_o_direct_2421",
"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": "15\n5 4 2 6 9 8 2 8 6 2 7 4 5 10 6\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1209/A",
"idx": "i_from_o_direct_2422",
"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": "['']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/574a7d0dca4a8a0fbe000100",
"idx": "i_from_o_direct_2423",
"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, 5, 10, 9]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5a4138acf28b82aa43000117",
"idx": "i_from_o_direct_2425",
"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": "40\n1 2 4 8 16 60 64 128 256 512 1024 2048 4096 8192 16384 32768 56878 131072 262144 524288 1048576 750822 4194304 8388608 16777216 33554432 67108864 134217728 268435456 536870912 1073741824 2147483648 849400235 8589934592 17179869184 34359738368 68719476736 137438953472 274877906944 549755813888\n... | {
"contest_id": "https://codeforces.com/problemset/problem/773/C",
"idx": "i_from_o_direct_2426",
"question_source": "codeforces",
"source": "taco",
"tags": "['Sorting', 'Constructive algorithms', '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": "43\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1182/A",
"idx": "i_from_o_direct_2427",
"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": "1 1 1 1 1\n1\n12 11 11 3 14\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1148/B",
"idx": "i_from_o_direct_2431",
"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": "[107.65, 'GReat']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/56598d8076ee7a0759000087",
"idx": "i_from_o_direct_2432",
"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": "45\n553 40 94 225 415 471 126 190 647 394 515 303 189 159 308 6 139 253 326 78 455 75 85 295 135 613 360 614 351 228 578 259 258 757 444 29 33 463 561 174 368 183 140 168 646\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/381/A",
"idx": "i_from_o_direct_2433",
"question_source": "codeforces",
"source": "taco",
"tags": "['Amortized analysis', '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": "4\n2 1 6 4\n3 4 4 2\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/253/C",
"idx": "i_from_o_direct_2434",
"question_source": "codeforces",
"source": "taco",
"tags": "['Graph algorithms', 'Graph traversal', 'Shortest paths', 'Greedy 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": "10 400000000\n1000000000 1000100010 1000000000 1000000000 1000000000 1000000000 1000000010 1000000000 1000000000 1000000000",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc105/tasks/abc105_d",
"idx": "i_from_o_direct_2435",
"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\n2 2 9 7 6\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/178/A2",
"idx": "i_from_o_direct_2436",
"question_source": "codeforces",
"source": "taco",
"tags": "['Greedy algorithms']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "10\n1000010000\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/825/A",
"idx": "i_from_o_direct_2437",
"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\n47 100 178 2 96 82\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/952/C",
"idx": "i_from_o_direct_2438",
"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\n99999948 99999931 99999946 99999958 99999965\n43 42 42 24 87\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/994/F",
"idx": "i_from_o_direct_2439",
"question_source": "codeforces",
"source": "taco",
"tags": "['Dynamic programming', 'Sorting', 'Greedy algorithms']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "4\n((()()\n)(()((\n))))))\n()()()",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc167/tasks/abc167_f",
"idx": "i_from_o_direct_2440",
"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\n5 2\n5 3\n7 0\n1 0\n4 0\n10 0\n2 1\n10 100\n50 10\n5 5\n1 5\n2 4\n3 3\n4 2\n5 1\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1354/F",
"idx": "i_from_o_direct_2441",
"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 1\n4 4\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/474/D",
"idx": "i_from_o_direct_2442",
"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": "DETPECCA\nWRONGANSWER\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/56/D",
"idx": "i_from_o_direct_2443",
"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": "99\n100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100... | {
"contest_id": "https://codeforces.com/problemset/problem/433/A",
"idx": "i_from_o_direct_2444",
"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": "[[[54, 7], [1, 211], [14, 44], [12, 5], [14, 7]], [{'id': 1, 'x': 44, 'y': 55}, {'id': 2, 'x': 12, 'y': 57}, {'id': 3, 'x': 23, 'y': 66}]]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/55738b0cffd95756c3000056",
"idx": "i_from_o_direct_2445",
"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": "615278\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/690/A1",
"idx": "i_from_o_direct_2446",
"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": "[179424691]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5507309481b8bd3b7e001638",
"idx": "i_from_o_direct_2447",
"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": "2\n8 2 3\n01111110\n6 2 5\n001010\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1207/C",
"idx": "i_from_o_direct_2448",
"question_source": "codeforces",
"source": "taco",
"tags": "['Dynamic programming', 'Greedy algorithms']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "[2000, 7]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/55f5efd21ad2b48895000040",
"idx": "i_from_o_direct_2449",
"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": "['silly game']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/570e1271e5c9a0cf2f000d11",
"idx": "i_from_o_direct_2450",
"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": "[-25]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5579e6a5256bac65e4000060",
"idx": "i_from_o_direct_2451",
"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": "[4, 2]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5511b2f550906349a70004e1",
"idx": "i_from_o_direct_2452",
"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": "1\n473 1771 9994\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1311/D",
"idx": "i_from_o_direct_2453",
"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]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5503013e34137eeeaa001648",
"idx": "i_from_o_direct_2454",
"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": "2\n6 2\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/461/A",
"idx": "i_from_o_direct_2455",
"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": "1 14751211\n847188590\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/252/C",
"idx": "i_from_o_direct_2456",
"question_source": "codeforces",
"source": "taco",
"tags": "['Sorting', 'Combinatorics', '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": "18632716502401 67\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1027/G",
"idx": "i_from_o_direct_2457",
"question_source": "codeforces",
"source": "taco",
"tags": "['Number theory', 'Bit manipulation', '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": "cabacc\nabc",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc177/tasks/abc177_b",
"idx": "i_from_o_direct_2458",
"question_source": "atcoder",
"source": "taco",
"tags": "[]"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "6 5\n1 4 3 2 5 6\n2 4 3\n1 6 1\n3 5 4\n1 3 3\n2 6 3\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/811/B",
"idx": "i_from_o_direct_2459",
"question_source": "codeforces",
"source": "taco",
"tags": "['Sorting', 'Implementation']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "10\n1 1100000000\n2 1587398050\n3 99999998\n4 8530219\n5 999996\n10 99995\n9 9994\n8 1104\n12 32\n36 1\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1330/D",
"idx": "i_from_o_direct_2460",
"question_source": "codeforces",
"source": "taco",
"tags": "['Bit manipulation', '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": "[365]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5419cf8939c5ef0d50000ef2",
"idx": "i_from_o_direct_2461",
"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": "28 48504243\n1 1 6 1 32 37 125 212 187 676 1679 771 485 9030 1895 26084 109430 96769 257473 383668 645160 335283 6195680 6309095 16595706 13231037 99591007 255861473\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/913/C",
"idx": "i_from_o_direct_2462",
"question_source": "codeforces",
"source": "taco",
"tags": "['Dynamic programming', 'Bit manipulation', 'Greedy algorithms']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "[9999999999]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/55983863da40caa2c900004e",
"idx": "i_from_o_direct_2463",
"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": "['Hello!', 'o']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/542ebbdb494db239f8000046",
"idx": "i_from_o_direct_2464",
"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": "123456789 987654321 123456789 0\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/708/B",
"idx": "i_from_o_direct_2466",
"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": "[4, 10, 7853]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/55f3da49e83ca1ddae0000ad",
"idx": "i_from_o_direct_2467",
"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": "2\n225298756336 823011670764\n1 2\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1210/C",
"idx": "i_from_o_direct_2468",
"question_source": "codeforces",
"source": "taco",
"tags": "['Number theory', 'Tree 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": "827183623566145225 59\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/916/B",
"idx": "i_from_o_direct_2469",
"question_source": "codeforces",
"source": "taco",
"tags": "['Bit manipulation', '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": "8 8\n1 1 1 1 1 2 4 3\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1102/B",
"idx": "i_from_o_direct_2470",
"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": "1 -1\n-1\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/841/D",
"idx": "i_from_o_direct_2471",
"question_source": "codeforces",
"source": "taco",
"tags": "['Graph algorithms', 'Graph traversal', 'Constructive 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": "[0]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/52f787eb172a8b4ae1000a34",
"idx": "i_from_o_direct_2472",
"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": "50 50\n374 573 323 744 190 215 485 247 628 336 491 606 702 343 991 678 337 579 86 226 993 208 668 686 855 205 363 177 719 249 896 919 782 434 59 647 787 996 286 216 114 366 546 903 958 559 544 126 608 993\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/337/A",
"idx": "i_from_o_direct_2473",
"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": "78 13\n-9961 -9922 -9817 -9813 -9521 -9368 -9361 -9207 -9153 -9124 -9008 -8981 -8951 -8911 -8551 -8479 -8245 -8216 -7988 -4774 -7748 -7741 -7734 -7101 -6846 -6804 -6651 -6526 -6519 -6463 -6297 -6148 -6090 -5845 -5209 -5201 -5161 -5061 -4537 -4529 -4433 -4370 -4266 -4189 -4125 -3945 -3843 -3777 -375... | {
"contest_id": "https://codeforces.com/problemset/problem/262/B",
"idx": "i_from_o_direct_2474",
"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\n1000000000 239\n3\n22 15\n92 65\n34 89\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/981/B",
"idx": "i_from_o_direct_2475",
"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": "1 1 0 1\n0\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/543/A",
"idx": "i_from_o_direct_2476",
"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": "100 5\n0 1 1 1 0 5 6 6 8 8 9 11 12 11 8 0 0 14 6 16 7 21 15 23 15 24 0 0 0 28 0 29 26 27 19 0 0 21 37 32 40 30 37 34 39 38 34 38 0 0 41 24 45 47 0 33 46 26 31 0 21 57 57 31 63 63 20 59 65 54 68 0 30 55 55 0 70 43 59 49 59 79 66 74 0 11 65 0 80 63 0 84 73 49 73 81 0 86 76 98\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/928/B",
"idx": "i_from_o_direct_2477",
"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\n3855157 98660 9743 12204",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc177/tasks/abc177_c",
"idx": "i_from_o_direct_2478",
"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": "qqrqpqqqqq qqqqqqqq\n3\nqqqqqqqq qqqqqqqqq\nqqqqqqqqq qqqqq\nqqqqq p\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/776/A",
"idx": "i_from_o_direct_2479",
"question_source": "codeforces",
"source": "taco",
"tags": "['String algorithms', '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": "20\n1 1 1\n1 2 2\n1 3 3\n1 4 4\n1 5 5\n2 4 5\n2 12 4\n2 13 3\n3 14 2\n2 15 1\n3 6 1\n3 7 2\n3 8 3\n3 9 4\n3 10 5\n3 16 1\n3 17 2\n3 18 3\n3 19 4\n3 20 5\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/641/E",
"idx": "i_from_o_direct_2480",
"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": "2\n2 0\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1213/A",
"idx": "i_from_o_direct_2481",
"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": "*\na\nb\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1163/D",
"idx": "i_from_o_direct_2482",
"question_source": "codeforces",
"source": "taco",
"tags": "['String algorithms', 'Dynamic programming']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "0010",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/arc103/tasks/arc103_c",
"idx": "i_from_o_direct_2483",
"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": "42\n-557774624 828320986 -134892145 -62979938 -681259411 -945983652 -139095040 832293378 -82572118 415769401 88438103 568183540 961782904 73543295 615958219 -5050584 322982437 -146046730 759453379 129267920 -819827396 -348156048 805080102 390723009 -771277251 -79011872 -592313207 528489973 65620127... | {
"contest_id": "https://codeforces.com/problemset/problem/764/B",
"idx": "i_from_o_direct_2484",
"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": "[2]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/56648a2e2c464b8c030000bf",
"idx": "i_from_o_direct_2485",
"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": "['P01K02H03H04']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/58fd4bbe017b2ed4e700001b",
"idx": "i_from_o_direct_2486",
"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\n1999 2915\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1278/B",
"idx": "i_from_o_direct_2487",
"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": "10\n1000000001 1100000000 1000000100 1000000000 1000000000 1000000100 1000000000 1000000000 1000010000 1000000000\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/459/B",
"idx": "i_from_o_direct_2488",
"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": "56 45\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/407/A",
"idx": "i_from_o_direct_2489",
"question_source": "codeforces",
"source": "taco",
"tags": "['Mathematics', 'Geometry', '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": "8 14\nlolololo\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/940/C",
"idx": "i_from_o_direct_2490",
"question_source": "codeforces",
"source": "taco",
"tags": "['String 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": "1000000010 1\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/121/C",
"idx": "i_from_o_direct_2492",
"question_source": "codeforces",
"source": "taco",
"tags": "['Number theory', 'Combinatorics', 'Complete search']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "20 20\n-1012 625 39 -1747 -1626 898 -1261 180 -876 -1417 -1853 -1510 -1499 -561 -1824 442 -895 13 1857 1860\n-1269013 -1270956 -1264151 -1266004 -1268121 -1258341 -1269574 -1271851 -1258302 -1271838 -1260049 -1258966 -1271398 -1267514 -1269981 -1262038 -1261675 -1262734 -1260777 -1261858\n",
"sty... | {
"contest_id": "https://codeforces.com/problemset/problem/831/C",
"idx": "i_from_o_direct_2493",
"question_source": "codeforces",
"source": "taco",
"tags": "['Complete search', '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": "[{}]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/57f4ccf0ab9a91c3d5000054",
"idx": "i_from_o_direct_2494",
"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": "10 58\n9 1 6 7 8 4 3 2 10 5\n695279662 988782657 -119067776 382975538 -151885171 -177220596 -169777795 63725432 389386780 980092719",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc175/tasks/abc175_d",
"idx": "i_from_o_direct_2495",
"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": "10 10\n10 13 15 16 19 19 20 22 24 25\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/924/B",
"idx": "i_from_o_direct_2496",
"question_source": "codeforces",
"source": "taco",
"tags": "['Sorting', 'Amortized analysis', '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\n340 14 1203 2283 2673 1107 817 787 1226 32 2382 3638 4652 418 68 4962 387 764 4647 159 1846 225 2760 4904 3150 323 3 2439 91 4428 92 4705 75 348 1566 1465 69 6 49 4 62 4643 564 1090 3447 1871 2255 139 24 99 2669 969 86 61 4550 158 4537 3993 1589 872 2907 1888 401 80 1825 1483 63 1 2264 4068 41... | {
"contest_id": "https://codeforces.com/problemset/problem/137/B",
"idx": "i_from_o_direct_2497",
"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": "3041034302518653360447\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/139/D",
"idx": "i_from_o_direct_2498",
"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": "9 2\n23999.448\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/719/C",
"idx": "i_from_o_direct_2499",
"question_source": "codeforces",
"source": "taco",
"tags": "['Mathematics', '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": "-1 -1 4",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc056/tasks/abc056_b",
"idx": "i_from_o_direct_2500",
"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 5 50\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1030/D",
"idx": "i_from_o_direct_2501",
"question_source": "codeforces",
"source": "taco",
"tags": "['Geometry', 'Number 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": "9\n1 2\n6 1\n1 7\n1 8\n1 9\n3 2\n2 5\n6 2\n7 2\n2 9\n3 6\n4 5\n7 4\n5 7\n8 5\n6 7\n8 6\n9 6\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/263/C",
"idx": "i_from_o_direct_2502",
"question_source": "codeforces",
"source": "taco",
"tags": "['Graph traversal', 'Implementation', 'Complete search']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "1\n0 2\n1\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1136/A",
"idx": "i_from_o_direct_2503",
"question_source": "codeforces",
"source": "taco",
"tags": "['Implementation']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": "4\njngen eyphe acpumodacpumodacpumodulhiwuoulhiwuoulhiwuoacpumodacpumodulhiwuoulhiwuoacpumodulhiwuoacpumodulhiwuoacpumodacpumodulhiwuoacpumodulhiwuoacpumod ulhiwuoulhiwuoacpumodacpumodacpumndulhiwuoulhiwuoacpumodulhiwuoacpumodacpumodacpumodacpumodacpumodulhiwuoulhiwuoulhiwuoulhiwuoacpumodulhiwuo\n"... | {
"contest_id": "https://codeforces.com/problemset/problem/1003/F",
"idx": "i_from_o_direct_2504",
"question_source": "codeforces",
"source": "taco",
"tags": "['String algorithms', 'Dynamic programming']"
} |
code_io_taco | [
{
"content": "You are an expert coding professional. Given a code snippet and an output, your task is to predict the exact input of the code that produces the given output. \nYour final answer should be a JSON object of the format - {\"input\": <your answer here>}.\nAny other format will be considered invalid."... | i_from_o_direct | {
"ground_truth": ">?d??q??\nab`",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc076/tasks/abc076_c",
"idx": "i_from_o_direct_2505",
"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\n1 1 0 1 0 0 0 1 0 1\n3 4 5 6 7 8 16 -4 -3 4 -2",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc080/tasks/abc080_c",
"idx": "i_from_o_direct_2506",
"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\n1 2 3",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc129/tasks/abc129_b",
"idx": "i_from_o_direct_2509",
"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": "15 1\ncbccabababaabcc\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/999/C",
"idx": "i_from_o_direct_2510",
"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": "['this will probably not be fun']",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5e539724dd38d0002992eaad",
"idx": "i_from_o_direct_2511",
"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": "[129, 193]",
"style": "rule"
} | {
"contest_id": "https://www.codewars.com/kata/5d16af632cf48200254a6244",
"idx": "i_from_o_direct_2512",
"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": "10 4\n4 5\n4 6\n9 8\n3 5\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1132/C",
"idx": "i_from_o_direct_2513",
"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": "dbccdbcdbcccccdaddccadabddabdaaadadcdaacacddcccacbaaaabaa\ndcc\ncdbcc\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/113/B",
"idx": "i_from_o_direct_2514",
"question_source": "codeforces",
"source": "taco",
"tags": "['String algorithms', '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": "16 2\n999999999 999999999 999999999 999999999 999999999 999999999 999999999 1844884165 757020911 999999999 455280368 999999999 999999999 999999999 999999999 999999999\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1016/A",
"idx": "i_from_o_direct_2515",
"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": "27 9\n68 3 6 4 87 74 82 49 10 9 15 2 48 3 74 96 3 21 37 44 4 3 14 14 10 16 72\n1 1 59 1 1 97 1 1 40 1 20 1 9 1 70 1 89 1 1 69 40 4 7 65 2 2 2\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/366/C",
"idx": "i_from_o_direct_2516",
"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\n11 39 16 34 47 3 12 11 31 16\n10 0 4 9 8 9 7 1 9 2\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/948/C",
"idx": "i_from_o_direct_2517",
"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": "10 9 5\n1 1 1 1 1 2 1 1 1 1\n6 7\n6 3\n6 5\n6 4\n6 9\n6 8\n6 1\n6 10\n6 2\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/949/C",
"idx": "i_from_o_direct_2518",
"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": "3\n12 45 1\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1216/B",
"idx": "i_from_o_direct_2519",
"question_source": "codeforces",
"source": "taco",
"tags": "['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 3 3\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1056/D",
"idx": "i_from_o_direct_2520",
"question_source": "codeforces",
"source": "taco",
"tags": "['Graph algorithms', 'Graph traversal', 'Constructive algorithms', 'Sorting', '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": "r@mH@RO_/iWD\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/21/A",
"idx": "i_from_o_direct_2521",
"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": "4 8\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/318/A",
"idx": "i_from_o_direct_2522",
"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": "10 5 1\n3 5\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/845/E",
"idx": "i_from_o_direct_2523",
"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": "100\n1 0 3 2 1 0 2 0 0 1\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/213/B",
"idx": "i_from_o_direct_2524",
"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": "8 2\n2 6 11 14 10 17 9 5\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/1005/E1",
"idx": "i_from_o_direct_2525",
"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": "0 0101\n1 -2 A\n0 1 W",
"style": "rule"
} | {
"contest_id": "https://atcoder.jp/contests/abc086/tasks/arc089_b",
"idx": "i_from_o_direct_2528",
"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": "(????(\n1 1\n2 1\n2 1\n3 5\n",
"style": "rule"
} | {
"contest_id": "https://codeforces.com/problemset/problem/3/D",
"idx": "i_from_o_direct_2529",
"question_source": "codeforces",
"source": "taco",
"tags": "['Greedy algorithms']"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.