#include <stdio.h> #include <ctype.h> int main() { char input_char; scanf("%c", &input_char); // 检查输入是否为大写字母

吴梓滔  •  1个月前


 


评论: