Dataset Viewer (First 5GB)
prompt
stringlengths 164
2.84k
| dataset
stringclasses 1
value | ground_truth
stringlengths 87
6.43k
| original_hf_source
stringclasses 1
value | qwen0.6b_thinking_responses
listlengths 0
8
| qwen32b_thinking_responses
listlengths 1
8
|
---|---|---|---|---|---|
"You are given a multiset S that contains N non-negative integers and an integer K.\nYou may insert (...TRUNCATED) |
"code_stdio"
| "\"[{\\\"input\\\": \\\"4\\\\n3 0\\\\n1 0 2\\\\n3 1\\\\n1 0 2\\\\n4 3\\\\n2 5 4 9\\\\n2 0\\\\n3 4\\\(...TRUNCATED) |
saurabh5/open-code-reasoning-rlvr-stdio
| ["<think>\nOkay, let's try to figure out this problem. So, the task is to insert up to K additional (...TRUNCATED) | ["<think>\nOkay, let's try to figure out how to solve this problem. The task is to find the maximum (...TRUNCATED) |
"Encoding with the “Hamster” cipher\n\nWe want to encrypt a lower-case word called message using(...TRUNCATED) |
"code_stdio"
| "\"[{\\\"input\\\": \\\"hamster\\\\nhamster\\\\n\\\", \\\"output\\\": \\\"h1a1m1s1t1e1r1\\\\n\\\"}, (...TRUNCATED) |
saurabh5/open-code-reasoning-rlvr-stdio
| ["<think>\nOkay, let's see. I need to solve this problem where I have to encode a message using the (...TRUNCATED) | ["<think>\nOkay, I need to solve this Hamster cipher problem. Let's read the problem carefully.\n\nS(...TRUNCATED) |
"You are given an array a1,a2,…,an.\nYou have to process q queries of two kinds.\n1. MULTIPLY l r(...TRUNCATED) |
"code_stdio"
| "\"[{\\\"input\\\": \\\"4 4\\\\n5 9 1 2\\\\nTOTIENT 3 3\\\\nTOTIENT 3 4\\\\nMULTIPLY 4 4 3\\\\nTOTIE(...TRUNCATED) |
saurabh5/open-code-reasoning-rlvr-stdio
| ["<think>\nOkay, so I need to solve this programming problem. Let me read through the problem statem(...TRUNCATED) | ["<think>\nOkay, I need to solve this programming problem. Let's read the problem carefully.\n\nThe (...TRUNCATED) |
"You are given three positive integers N, M and Q, followed by Q quadruples of integers (a_i , b_i ,(...TRUNCATED) |
"code_stdio"
| "\"[{\\\"input\\\": \\\"3 4 3\\\\n1 3 3 100\\\\n1 2 2 10\\\\n2 3 2 10\\\\n\\\", \\\"output\\\": \\\"(...TRUNCATED) |
saurabh5/open-code-reasoning-rlvr-stdio
| ["<think>\nOkay, let's try to figure out how to solve this problem. So, the task is to find the maxi(...TRUNCATED) | ["<think>\nOkay, I need to solve this programming problem. Let's read the problem statement carefull(...TRUNCATED) |
"Problem Statement:\nYou are given an integer array and an integer K. You must delete exactly K elem(...TRUNCATED) |
"code_stdio"
| "\"[{\\\"input\\\": \\\"1\\\\n5 2\\\\n20 10 25 30 40\\\\n\\\", \\\"output\\\": \\\"25 30 40\\\\n\\\"(...TRUNCATED) |
saurabh5/open-code-reasoning-rlvr-stdio
| ["<think>\nOkay, let's see. I need to solve this problem where I have to delete exactly K elements f(...TRUNCATED) | ["<think>\nOkay, let's see. I need to solve this problem where I have to delete exactly K elements f(...TRUNCATED) |
"You are given an array A of N integers. You have to answer Q independent queries.\n\nFor each query(...TRUNCATED) |
"code_stdio"
| "\"[{\\\"input\\\": \\\"7\\\\n1 3 2 3 4 5 5\\\\n5\\\\n1 1 1\\\\n1 2 2\\\\n1 4 3\\\\n1 5 4\\\\n1 7 5\(...TRUNCATED) |
saurabh5/open-code-reasoning-rlvr-stdio
| ["<think>\nOkay, let's see. I need to solve this problem where for each query, I have to find a valu(...TRUNCATED) | ["<think>\nOkay, let's see. I have to solve this problem where for multiple queries, I need to find (...TRUNCATED) |
"You are given two integer arrays that describe how the first cells of each row and each column of a(...TRUNCATED) |
"code_stdio"
| "\"[{\\\"input\\\": \\\"3 4\\\\n0 3 1\\\\n0 2 3 0\\\\n\\\", \\\"output\\\": \\\"2\\\\n\\\"}, {\\\"in(...TRUNCATED) |
saurabh5/open-code-reasoning-rlvr-stdio
| ["<think>\nOkay, let's try to figure out how to solve this problem. So, the problem is about countin(...TRUNCATED) | ["<think>\nOkay, let's see. I need to solve this problem where I have to count the number of valid g(...TRUNCATED) |
"Given an integer n (1 ≤ n ≤ 10^4), find and output the smallest positive integer x such that th(...TRUNCATED) |
"code_stdio"
| "\"[{\\\"input\\\": \\\"1\\\\n\\\", \\\"output\\\": \\\"5\\\\n\\\"}, {\\\"input\\\": \\\"6\\\\n\\\",(...TRUNCATED) |
saurabh5/open-code-reasoning-rlvr-stdio
| ["<think>\nOkay, so I need to find the smallest integer x such that x! has at least n trailing zeros(...TRUNCATED) | ["<think>\nOkay, I need to find the smallest integer x such that x! has at least n trailing zeros. H(...TRUNCATED) |
"You are given a pointer that starts in cell 0 of an (almost) infinite strip of white cells that are(...TRUNCATED) |
"code_stdio"
| "\"[{\\\"input\\\": \\\"4\\\\n2 3\\\\n1 3\\\\n1 4\\\\n4 20\\\\n10 13 16 19\\\\n11 14 17 20\\\\n2 3\\(...TRUNCATED) |
saurabh5/open-code-reasoning-rlvr-stdio
| ["<think>\nOkay, let's try to figure out this problem. So, we have a pointer that starts at cell 0, (...TRUNCATED) | ["<think>\nOkay, let's see. I need to solve this problem where I have to find the minimum number of (...TRUNCATED) |
"A flag is constructed from horizontal rows of stars. Let x be the number of stars in the first row(...TRUNCATED) |
"code_stdio"
| "\"[{\\\"input\\\": \\\"3\\\\n\\\", \\\"output\\\": \\\"3:\\\\n2,1\\\\n\\\"}, {\\\"input\\\": \\\"50(...TRUNCATED) |
saurabh5/open-code-reasoning-rlvr-stdio
| ["<think>\nOkay, let's try to figure out how to solve this problem. So, the problem is about finding(...TRUNCATED) | ["<think>\nOkay, I need to solve this programming problem. Let's read the problem carefully.\n\nThe (...TRUNCATED) |
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 220