{"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":"97242183-8765-5635-a030-454db7d843ea","task_key":"default--test--97242183-8765-5635-a030-454db7d843ea","task_revision_id":"2","upstream_id":"","short_description":"def solve(N):","config":"default","split":"test","body":"{\"entry_point\":\"solve\",\"prompt\":\"\\ndef solve(N):\\n    \\\"\\\"\\\"Given a positive integer N, return the total sum of its digits in binary.\\n    \\n    Example\\n        For N = 1000, the sum of digits will be 1 the output should be \\\"1\\\".\\n        For N = 150, the sum of digits will be 6 the output should be \\\"110\\\".\\n        For N = 147, the sum of digits will be 12 the output should be \\\"1100\\\".\\n    \\n    Variables:\\n        @N integer\\n             Constraints: 0 ≤ N ≤ 10000.\\n    Output:\\n         a string of binary number\\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":[]}