This output is without a terminating newline because the format string was "%c" and it doesn't include \n . To have it newline terminated, just add $'\n' to ...
確定! 回上一頁