Run ID:155839
提交时间:2026-06-14 10:19:26
#include <stdio.h> int main() { char input_char; scanf("%c", &input_char); // 检查输入是否为大写字母 return 0; }