int anint; char achar; printf("\nEnter any integer:"); scanf("%d", ... 它允许输入一个整数,然后完全跳过第二个`scanf`,这确实很奇怪,因为当我交换两个(第一 ...
確定! 回上一頁