#include <stdio.h>
main()
{ char ch;
printf("input ch:");
scanf("&d",&ch);
}
这是我犯的一个小失误,希望大家不要犯哦!!!!!