惯性半径的量纲为长度的()次方。
参考答案:1
以下程序的执行结果是______。 #include <iostream.h> #define PI 3.14159 const int R=10; void main() double a,b; a=2*R*PI; b=R*R*PI;