Use ^\n to instruct the scanf to read till a new line character is encountered in the input value. #include <stdio.h> ...
確定! 回上一頁