The problem with the most used standard scanf() is that it cannot take spaces in input for a string. That's why we use gets() and fgets() functions when we ...
確定! 回上一頁