In c++, after data initialization, if there is no initial value, there will be different values, depending on what is stored in that memory at that time, but it seems that the values of the debug version and the release version are different. It is said that the release version is initialized to 0, so it must be initialized.