Solution 1: The first problem is that the scanf() reads two characters, but not the newline afterwards. That means your fgets() reads the newline and finishes.
確定! 回上一頁