For point 1, the only way to avoid it is to validate the string before giving it to atoi, ... C considers signed integer overflow to be undefined behavior, ...
確定! 回上一頁