Firstly, your scanf() call gives undefined behaviour. %c causes scanf() to expect the corresponding argument to be a pointer to char. Your code ...
確定! 回上一頁