#include<stdio.h>int main(void){ char ch; printf("The ASCII of 'A' is %d\n",ch); return 0;}这个代码为什么是答案错误,要求是输入A,输出它的ASCII
然后呢
按照我所说修改程序啊