我填写的答案:(n)printf("Ace\n");break;printf("Queen\n");break;printf("%d",n);
我运行的时候,明明是正确的,但系统认为我的答案是错误的
default处应该写printf("%d\n",n);printf应该都加换行符