{"kind":"task","effective_mode":"full","benchmark":{"kind":"benchmark","effective_mode":"full","slug":"humaneval-plus","formal_name":"HumanEval+","introduction":"HumanEval+ keeps the 164 original HumanEval problems and multiplies their tests by roughly 80×. It exists because the original suite was loose enough to pass implementations that were actually wrong.","introduction_ja":"","introduction_en":"","category":"Category not supplied","task_count":null,"acquisition_status":"Acquisition status not supplied","official_url":"https://github.com/evalplus/evalplus","indexing_mode":"noindex","profile":{"resources":[],"task_format":"","scoring":"","metric":"","size":"","answer_access":"","license":"","citation":"","maintainer":"","released":"","why_hard":"","related":[]}},"task_id":"10e77f16-5fdf-5aef-af8c-f6c6ddc2147b","task_key":"default--test--10e77f16-5fdf-5aef-af8c-f6c6ddc2147b","task_revision_id":"2","upstream_id":"","short_description":"def get_row(lst, x):","config":"default","split":"test","body":"{\"entry_point\":\"get_row\",\"prompt\":\"\\ndef get_row(lst, x):\\n    \\\"\\\"\\\"\\n    You are given a 2 dimensional data, as a nested lists,\\n    which is similar to matrix, however, unlike matrices,\\n    each row may contain a different number of columns.\\n    Given lst, and integer x, find integers x in the list,\\n    and return list of tuples, [(x1, y1), (x2, y2) ...] such that\\n    each tuple is a coordinate - (row, columns), starting with 0.\\n    Sort coordinates initially by rows in ascending order.\\n    Also, sort coordinates of the row by columns in descending order.\\n    \\n    Examples:\\n    get_row([\\n      [1,2,3,4,5,6],\\n      [1,2,3,4,1,6],\\n      [1,2,3,4,5,1]\\n    ], 1) == [(0, 0), (1, 4), (1, 0), (2, 5), (2, 0)]\\n    get_row([], 1) == []\\n    get_row([[], [1], [1, 2, 3]], 3) == [(2, 2)]\\n    \\\"\\\"\\\"\\n\"}","display_format":"code","language":"","answer_status":"published","assets":[],"source_url":"https://github.com/evalplus/evalplus","history":"initial import","indexing_mode":"noindex","subproblems":[],"grids":[]}