c语言初学疑问

日期:2021-06-11 16:01:30 人气:1

c语言初学疑问

int a=islower(c[0]);
int b=islower(s[j]);
if(a==0&&b==0)
num++;
这里你没判断字母一不一样
    A+
热门评论