赞
踩
#include<iostream> using namespace std; int main() { char a; //定义char型的变量 scanf("%c",&a); //键盘读入char型的小写字母