The problem here is: %s matches any string, of any length, and scanf() has no idea when to stop reading. It reads as long as it can parse ...
確定! 回上一頁