cx-hub
Results
1
issues of
cx-hub
In the humaneval-x CPP/27: "prompt": "/*\nFor a given string, flip lowercase characters to uppercase and uppercase to lowercase.\n>>> flip_case(\"Hello\")\n\"hELLO\"\n*/\n#include\n#include\nusing namespace std;\nstring filp_case(string str){\n Your example test cases is flip but...