为什么执行 printf("please input the char and the numbers you want to use\n"); scanf("%c %d ",&a,&b);这两句后,不执行 printf("please input the sentence you want to show\n");这个语句呢?