我有这样的代码: for(int i = 0; i < POPULATION_SIZE; i++){ // loop through the population (0-99)
for(int j = 0; j < 16; j++){ // loop through the individuals (in this case the cities)
当我想要计算我期待着33004122803。不幸的是,我不明白为什么只有第一个实现(CalculateVolume1)给出了正确的答案。另外两次计算结果为-1355615565。有人能帮我理解一下为什么会这样吗?class Box{
//works
long long CalculateVolume1() {