isdigit() is looking for a character type, try changing 'value' and 'matrix' (I am guessing matrix type is int) to be type char, and see what ...
確定! 回上一頁