[code]char buf[4096]; fgets(stdin, 4096, buf); [/code]This would read the std. ... A2A. fgets or gets stops at then end of an input line, and scanf does not ...
確定! 回上一頁