Your problem is that scanf() and gets() read from the same buffer. ... If you want to use it, try reading file lines into a buffer with fgets (), which ...
確定! 回上一頁