Linux - Solution 5: Rather than using scanf() and have to deal with the buffer having invalid character, use fgets() and sscanf().
確定! 回上一頁