This issue is because scanf() discards any part of the string after the first white space ... This character, \n, becomes part of the input string.
確定! 回上一頁