发布网友 发布时间:11小时前
我来回答
共1个回答
热心网友 时间:7小时前
在a = getchar();前加一句fflush(stdin);,或者直接把a = getchar();改成scanf(" %c",&a);即可——注意%前有一个空格。