scanf ("%s"); only reads the string until the first whitespace.so after ... You should test the result of scanf for EOF to terminate your loop.
確定! 回上一頁