输入一个字符,判断是否是英文小写字母,即是否是a-z中的一个。
一个字符
yes或no
k
yes
K
no
字符有很多特性。尝试如下代码:
int main(){ cout << (66>'A'); return 0; }
CIE等级考试