Since you're redirecting into standard input, stdin is non-interactive and so it's buffered. getchar is a stream function, and will cause the ...
確定! 回上一頁