Dataset Viewer
Auto-converted to Parquet Duplicate
example_id
int64
prompt
list
completion
list
task
string
reward
float64
generation_ms
float64
scoring_ms
float64
total_ms
float64
info
dict
has_error
float64
passed
float64
num_test_cases
float64
pass_rate
float64
0
[ { "content": "Solve the programming task below in a Python markdown code block.\n\nThere are three cards with letters $\\texttt{a}$, $\\texttt{b}$, $\\texttt{c}$ placed in a row in some order. You can do the following operation at most once: \n\n \n- Pick two cards, and swap them. Is it possible that the row ...
[ { "content": "```python\nt = int(input())\ntarget = \"abc\"\n\nfor _ in range(t):\n s = input().strip()\n # If already \"abc\"\n if s == target:\n print(\"YES\")\n continue\n \n # Try swapping every pair once and check if it becomes \"abc\"\n can = False\n s_list = list(s)\n ...
deepcoder
1
20,039.159775
0.317574
20,039.477348
{ "num_test_cases": 5, "source": "lcbv5", "subset": "i3-code", "subset_idx": 0, "verification_info": { "fn_name": null, "test_case_inputs": [ "\"6\\nabc\\nacb\\nbac\\nbca\\ncab\\ncba\\n\"", "\"1\\nabc\\n\"", "\"3\\nabc\\nabc\\nabc\\n\"", "\"5\\ncab\\nacb\\ncba\\nbac\\nbca\\n\""...
0
1
5
1
README.md exists but content is empty.
Downloads last month
5