Main.cc: In function 'int main()': Main.cc:8:55: error: 'pow' was not declared in this scope double height = initialHeight / pow(2, bounces - 1); // 计算第10次落地后的反弹高度 ^