The undefined behavior appears due to the fact that we use a signed value and the C++ compiler assumes that signed integer values don't overflow ...
確定! 回上一頁