摘要: 2022-04-05 第一次-test 2022-04-07 strlen() 函数返回值为unsigned int 或unsigned long 所以与负数比较会导致结果有误。 #include <stdio.h> #include <string.h> int checkCG(char str[ 阅读全文
posted @ 2022-04-07 15:59 我住在三楼 阅读(47) 评论(0) 推荐(0)