题解 2859: 忽略大小写的字符串比较

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

忽略大小写的字符串比较

摘要:#include <stdio.h>#include <string.h>#include <ctype.h>// 自定义忽略大小写的字符串比较函数int strcasecmp_custom(cons……