while (error=scanf("%d", &arr[count])!=EOF). {. if(error!=1). {. printf("invalid input\n");. return 1;. } count++;. } It seems to me that this ...
確定! 回上一頁