You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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<stdio.h>\n#include\nusing namespace std;\nstring filp_case(string str){\n
Your example test cases is flip but your function is filp.
The text was updated successfully, but these errors were encountered:
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<stdio.h>\n#include\nusing namespace std;\nstring filp_case(string str){\n
Your example test cases is flip but your function is filp.
The text was updated successfully, but these errors were encountered: