The scanf() function scans input from stdin under control of the format ... it's safer to use fgets() to get a line of input and then use sscanf() to ...
確定! 回上一頁