关于非整数字符的输入输出一系列练习 #include <stdio.h> int main() { char a; scanf("%c",&a); printf("%d",a); return 0; }