注意:此页面搜索的是所有试题
可替换#define PI 3.1415926的语句是(
float PI 3.1415926;
const float PI=3.1415926;
const PI(3.1415926);
const 3.1415926;

参考答案