首页 新闻 会员 周边
3
回答数

已解决问题 5 大佬帮帮我 c语言

include <stdio.h> int main() { char ch; printf("请输入一个字母"); scanf_s("%c", &ch); if ('A' <= ch && ch <